Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1225659 > unrolled thread

[PATCH] arm64: mt8173.dtsi: correct i2c node names

Started byYingjoe Chen <yingjoe.chen@mediatek.com>
First post2015-09-16 03:40 +0200
Last post2015-09-16 15:40 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] arm64: mt8173.dtsi: correct i2c node names Yingjoe Chen <yingjoe.chen@mediatek.com> - 2015-09-16 03:40 +0200
    Re: [PATCH] arm64: mt8173.dtsi: correct i2c node names Daniel Kurtz <djkurtz@chromium.org> - 2015-09-16 15:40 +0200

#1225659 — [PATCH] arm64: mt8173.dtsi: correct i2c node names

FromYingjoe Chen <yingjoe.chen@mediatek.com>
Date2015-09-16 03:40 +0200
Subject[PATCH] arm64: mt8173.dtsi: correct i2c node names
Message-ID<q99Rw-6uQ-7@gated-at.bofh.it>
Node name in device tree should describe general class of the
device. Correct incorrect i2c node names.

Signed-off-by: Yingjoe Chen <yingjoe.chen@mediatek.com>
---
This is based on v4.3-rc1.
All the other i2c node names are correct.
---
 arch/arm64/boot/dts/mediatek/mt8173.dtsi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm64/boot/dts/mediatek/mt8173.dtsi b/arch/arm64/boot/dts/mediatek/mt8173.dtsi
index d18ee42..7f360b7 100644
--- a/arch/arm64/boot/dts/mediatek/mt8173.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8173.dtsi
@@ -365,7 +365,7 @@
 			status = "disabled";
 		};
 
-		i2c3: i2c3@11010000 {
+		i2c3: i2c@11010000 {
 			compatible = "mediatek,mt8173-i2c";
 			reg = <0 0x11010000 0 0x70>,
 			      <0 0x11000280 0 0x80>;
@@ -381,7 +381,7 @@
 			status = "disabled";
 		};
 
-		i2c4: i2c4@11011000 {
+		i2c4: i2c@11011000 {
 			compatible = "mediatek,mt8173-i2c";
 			reg = <0 0x11011000 0 0x70>,
 			      <0 0x11000300 0 0x80>;
@@ -397,7 +397,7 @@
 			status = "disabled";
 		};
 
-		i2c6: i2c6@11013000 {
+		i2c6: i2c@11013000 {
 			compatible = "mediatek,mt8173-i2c";
 			reg = <0 0x11013000 0 0x70>,
 			      <0 0x11000080 0 0x80>;
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1226086

FromDaniel Kurtz <djkurtz@chromium.org>
Date2015-09-16 15:40 +0200
Message-ID<q9l6i-5SL-27@gated-at.bofh.it>
In reply to#1225659
On Wed, Sep 16, 2015 at 9:35 AM, Yingjoe Chen <yingjoe.chen@mediatek.com> wrote:
> Node name in device tree should describe general class of the
> device. Correct incorrect i2c node names.
>
> Signed-off-by: Yingjoe Chen <yingjoe.chen@mediatek.com>

Reviewed-by: Daniel Kurtz <djkurtz@chromium.org>

> ---
> This is based on v4.3-rc1.
> All the other i2c node names are correct.
> ---
>  arch/arm64/boot/dts/mediatek/mt8173.dtsi | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/mediatek/mt8173.dtsi b/arch/arm64/boot/dts/mediatek/mt8173.dtsi
> index d18ee42..7f360b7 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8173.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt8173.dtsi
> @@ -365,7 +365,7 @@
>                         status = "disabled";
>                 };
>
> -               i2c3: i2c3@11010000 {
> +               i2c3: i2c@11010000 {
>                         compatible = "mediatek,mt8173-i2c";
>                         reg = <0 0x11010000 0 0x70>,
>                               <0 0x11000280 0 0x80>;
> @@ -381,7 +381,7 @@
>                         status = "disabled";
>                 };
>
> -               i2c4: i2c4@11011000 {
> +               i2c4: i2c@11011000 {
>                         compatible = "mediatek,mt8173-i2c";
>                         reg = <0 0x11011000 0 0x70>,
>                               <0 0x11000300 0 0x80>;
> @@ -397,7 +397,7 @@
>                         status = "disabled";
>                 };
>
> -               i2c6: i2c6@11013000 {
> +               i2c6: i2c@11013000 {
>                         compatible = "mediatek,mt8173-i2c";
>                         reg = <0 0x11013000 0 0x70>,
>                               <0 0x11000080 0 0x80>;
> --
> 1.9.1
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web