All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chunfeng Yun <chunfeng.yun@mediatek.com>
To: Vinod Koul <vkoul@kernel.org>, Matthias Brugger <matthias.bgg@gmail.com>
Cc: Chunfeng Yun <chunfeng.yun@mediatek.com>,
	Kishon Vijay Abraham I <kishon@ti.com>,
	Rob Herring <robh+dt@kernel.org>,
	Chun-Kuang Hu <chunkuang.hu@kernel.org>,
	Philipp Zabel <p.zabel@pengutronix.de>,
	Cawa Cheng <cawa.cheng@mediatek.com>, CK Hu <ck.hu@mediatek.com>,
	Daniel Kurtz <djkurtz@chromium.org>,
	Jie Qiu <jie.qiu@mediatek.com>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-mediatek@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>
Subject: [PATCH RESEND v5 08/12] arm64: dts: mediatek: mt7622: harmonize node names and compatibles
Date: Thu, 25 Mar 2021 14:54:54 +0800	[thread overview]
Message-ID: <20210325065458.43363-8-chunfeng.yun@mediatek.com> (raw)
In-Reply-To: <20210325065458.43363-1-chunfeng.yun@mediatek.com>

This is used to fix dtbs_check warning

Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
---
v2~v5: no changes
---
 arch/arm64/boot/dts/mediatek/mt7622.dtsi | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/arch/arm64/boot/dts/mediatek/mt7622.dtsi b/arch/arm64/boot/dts/mediatek/mt7622.dtsi
index 7c6d871538a6..890a942ec608 100644
--- a/arch/arm64/boot/dts/mediatek/mt7622.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt7622.dtsi
@@ -742,8 +742,8 @@
 		status = "disabled";
 	};
 
-	u3phy: usb-phy@1a0c4000 {
-		compatible = "mediatek,mt7622-u3phy",
+	u3phy: t-phy@1a0c4000 {
+		compatible = "mediatek,mt7622-tphy",
 			     "mediatek,generic-tphy-v1";
 		reg = <0 0x1a0c4000 0 0x700>;
 		#address-cells = <2>;
@@ -877,8 +877,9 @@
 		status = "disabled";
 	};
 
-	sata_phy: sata-phy@1a243000 {
-		compatible = "mediatek,generic-tphy-v1";
+	sata_phy: t-phy@1a243000 {
+		compatible = "mediatek,mt7622-tphy",
+			     "mediatek,generic-tphy-v1";
 		#address-cells = <2>;
 		#size-cells = <2>;
 		ranges;
-- 
2.18.0


WARNING: multiple messages have this Message-ID (diff)
From: Chunfeng Yun <chunfeng.yun@mediatek.com>
To: Vinod Koul <vkoul@kernel.org>, Matthias Brugger <matthias.bgg@gmail.com>
Cc: Chun-Kuang Hu <chunkuang.hu@kernel.org>,
	Jie Qiu <jie.qiu@mediatek.com>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	Cawa Cheng <cawa.cheng@mediatek.com>,
	Kishon Vijay Abraham I <kishon@ti.com>,
	CK Hu <ck.hu@mediatek.com>, Rob Herring <robh+dt@kernel.org>,
	linux-mediatek@lists.infradead.org,
	Philipp Zabel <p.zabel@pengutronix.de>,
	Chunfeng Yun <chunfeng.yun@mediatek.com>,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH RESEND v5 08/12] arm64: dts: mediatek: mt7622: harmonize node names and compatibles
Date: Thu, 25 Mar 2021 14:54:54 +0800	[thread overview]
Message-ID: <20210325065458.43363-8-chunfeng.yun@mediatek.com> (raw)
In-Reply-To: <20210325065458.43363-1-chunfeng.yun@mediatek.com>

This is used to fix dtbs_check warning

Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
---
v2~v5: no changes
---
 arch/arm64/boot/dts/mediatek/mt7622.dtsi | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/arch/arm64/boot/dts/mediatek/mt7622.dtsi b/arch/arm64/boot/dts/mediatek/mt7622.dtsi
index 7c6d871538a6..890a942ec608 100644
--- a/arch/arm64/boot/dts/mediatek/mt7622.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt7622.dtsi
@@ -742,8 +742,8 @@
 		status = "disabled";
 	};
 
-	u3phy: usb-phy@1a0c4000 {
-		compatible = "mediatek,mt7622-u3phy",
+	u3phy: t-phy@1a0c4000 {
+		compatible = "mediatek,mt7622-tphy",
 			     "mediatek,generic-tphy-v1";
 		reg = <0 0x1a0c4000 0 0x700>;
 		#address-cells = <2>;
@@ -877,8 +877,9 @@
 		status = "disabled";
 	};
 
-	sata_phy: sata-phy@1a243000 {
-		compatible = "mediatek,generic-tphy-v1";
+	sata_phy: t-phy@1a243000 {
+		compatible = "mediatek,mt7622-tphy",
+			     "mediatek,generic-tphy-v1";
 		#address-cells = <2>;
 		#size-cells = <2>;
 		ranges;
-- 
2.18.0
_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

WARNING: multiple messages have this Message-ID (diff)
From: Chunfeng Yun <chunfeng.yun@mediatek.com>
To: Vinod Koul <vkoul@kernel.org>, Matthias Brugger <matthias.bgg@gmail.com>
Cc: Chunfeng Yun <chunfeng.yun@mediatek.com>,
	Kishon Vijay Abraham I <kishon@ti.com>,
	Rob Herring <robh+dt@kernel.org>,
	Chun-Kuang Hu <chunkuang.hu@kernel.org>,
	Philipp Zabel <p.zabel@pengutronix.de>,
	Cawa Cheng <cawa.cheng@mediatek.com>, CK Hu <ck.hu@mediatek.com>,
	Daniel Kurtz <djkurtz@chromium.org>,
	Jie Qiu <jie.qiu@mediatek.com>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-mediatek@lists.infradead.org>,
	 <linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>
Subject: [PATCH RESEND v5 08/12] arm64: dts: mediatek: mt7622: harmonize node names and compatibles
Date: Thu, 25 Mar 2021 14:54:54 +0800	[thread overview]
Message-ID: <20210325065458.43363-8-chunfeng.yun@mediatek.com> (raw)
In-Reply-To: <20210325065458.43363-1-chunfeng.yun@mediatek.com>

This is used to fix dtbs_check warning

Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
---
v2~v5: no changes
---
 arch/arm64/boot/dts/mediatek/mt7622.dtsi | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/arch/arm64/boot/dts/mediatek/mt7622.dtsi b/arch/arm64/boot/dts/mediatek/mt7622.dtsi
index 7c6d871538a6..890a942ec608 100644
--- a/arch/arm64/boot/dts/mediatek/mt7622.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt7622.dtsi
@@ -742,8 +742,8 @@
 		status = "disabled";
 	};
 
-	u3phy: usb-phy@1a0c4000 {
-		compatible = "mediatek,mt7622-u3phy",
+	u3phy: t-phy@1a0c4000 {
+		compatible = "mediatek,mt7622-tphy",
 			     "mediatek,generic-tphy-v1";
 		reg = <0 0x1a0c4000 0 0x700>;
 		#address-cells = <2>;
@@ -877,8 +877,9 @@
 		status = "disabled";
 	};
 
-	sata_phy: sata-phy@1a243000 {
-		compatible = "mediatek,generic-tphy-v1";
+	sata_phy: t-phy@1a243000 {
+		compatible = "mediatek,mt7622-tphy",
+			     "mediatek,generic-tphy-v1";
 		#address-cells = <2>;
 		#size-cells = <2>;
 		ranges;
-- 
2.18.0
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2021-03-25  6:56 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-25  6:54 [PATCH RESEND v5 01/12] dt-bindings: phy: mediatek: dsi-phy: modify compatible dependence Chunfeng Yun
2021-03-25  6:54 ` Chunfeng Yun
2021-03-25  6:54 ` Chunfeng Yun
2021-03-25  6:54 ` [PATCH RESEND v5 02/12] dt-bindings: phy: mediatek: hdmi-phy: modify compatible items Chunfeng Yun
2021-03-25  6:54   ` Chunfeng Yun
2021-03-25  6:54   ` Chunfeng Yun
2021-03-25  6:54 ` [PATCH RESEND v5 03/12] dt-bindings: phy: mediatek: tphy: change patternProperties Chunfeng Yun
2021-03-25  6:54   ` Chunfeng Yun
2021-03-25  6:54   ` Chunfeng Yun
2021-03-25  6:54 ` [PATCH RESEND v5 04/12] arm64: dts: mt8173: fix property typo of 'phys' in dsi node Chunfeng Yun
2021-03-25  6:54   ` Chunfeng Yun
2021-03-25  6:54   ` Chunfeng Yun
2021-03-25  6:54 ` [PATCH RESEND v5 05/12] arm64: dts: mediatek: mt8173: fix dtbs_check warning Chunfeng Yun
2021-03-25  6:54   ` Chunfeng Yun
2021-03-25  6:54   ` Chunfeng Yun
2021-03-25  6:54 ` [PATCH RESEND v5 06/12] arm64: dts: mediatek: mt2712: harmonize node names Chunfeng Yun
2021-03-25  6:54   ` Chunfeng Yun
2021-03-25  6:54   ` Chunfeng Yun
2021-03-25  6:54 ` [PATCH RESEND v5 07/12] arm64: dts: mediatek: mt8516: harmonize node names and compatibles Chunfeng Yun
2021-03-25  6:54   ` Chunfeng Yun
2021-03-25  6:54   ` Chunfeng Yun
2021-03-25  6:54 ` Chunfeng Yun [this message]
2021-03-25  6:54   ` [PATCH RESEND v5 08/12] arm64: dts: mediatek: mt7622: " Chunfeng Yun
2021-03-25  6:54   ` Chunfeng Yun
2021-03-25  6:54 ` [PATCH RESEND v5 09/12] arm64: dts: mediatek: mt8183: fix dtbs_check warning Chunfeng Yun
2021-03-25  6:54   ` Chunfeng Yun
2021-03-25  6:54   ` Chunfeng Yun
2021-03-25  6:54 ` [PATCH RESEND v5 10/12] arm: dts: mt7629: harmonize node names and compatibles Chunfeng Yun
2021-03-25  6:54   ` Chunfeng Yun
2021-03-25  6:54   ` Chunfeng Yun
2021-03-25  6:54 ` [PATCH RESEND v5 11/12] arm: dts: mt7623: " Chunfeng Yun
2021-03-25  6:54   ` Chunfeng Yun
2021-03-25  6:54   ` Chunfeng Yun
2021-03-25  6:54 ` [PATCH RESEND v5 12/12] arm: dts: mt2701: " Chunfeng Yun
2021-03-25  6:54   ` Chunfeng Yun
2021-03-25  6:54   ` Chunfeng Yun

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210325065458.43363-8-chunfeng.yun@mediatek.com \
    --to=chunfeng.yun@mediatek.com \
    --cc=cawa.cheng@mediatek.com \
    --cc=chunkuang.hu@kernel.org \
    --cc=ck.hu@mediatek.com \
    --cc=devicetree@vger.kernel.org \
    --cc=djkurtz@chromium.org \
    --cc=jie.qiu@mediatek.com \
    --cc=kishon@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=matthias.bgg@gmail.com \
    --cc=p.zabel@pengutronix.de \
    --cc=robh+dt@kernel.org \
    --cc=vkoul@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.