* [PATCH] arm64: mt8173.dtsi: correct i2c node names
@ 2015-09-16 1:35 Yingjoe Chen
[not found] ` <1442367325-55819-1-git-send-email-yingjoe.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Yingjoe Chen @ 2015-09-16 1:35 UTC (permalink / raw)
To: Mark Rutland, Matthias Brugger
Cc: Daniel Kurtz, Eddie Huang, Sascha Hauer, Yingjoe Chen,
devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
linux-kernel-u79uwXL29TY76Z2rM5mHXA,
linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
srv_heupstream-NuS5LvNUpcJWk0Htik3J/w
Node name in device tree should describe general class of the
device. Correct incorrect i2c node names.
Signed-off-by: Yingjoe Chen <yingjoe.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.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 devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] arm64: mt8173.dtsi: correct i2c node names
[not found] ` <1442367325-55819-1-git-send-email-yingjoe.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
@ 2015-09-16 13:34 ` Daniel Kurtz
2015-09-27 13:00 ` Matthias Brugger
0 siblings, 1 reply; 3+ messages in thread
From: Daniel Kurtz @ 2015-09-16 13:34 UTC (permalink / raw)
To: Yingjoe Chen
Cc: Mark Rutland, Matthias Brugger, Eddie Huang, Sascha Hauer,
open list:OPEN FIRMWARE AND...,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, srv_heupstream
On Wed, Sep 16, 2015 at 9:35 AM, Yingjoe Chen <yingjoe.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> 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-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
Reviewed-by: Daniel Kurtz <djkurtz-F7+t8E8rja9g9hUCZPvPmw@public.gmane.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 devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] arm64: mt8173.dtsi: correct i2c node names
2015-09-16 13:34 ` Daniel Kurtz
@ 2015-09-27 13:00 ` Matthias Brugger
0 siblings, 0 replies; 3+ messages in thread
From: Matthias Brugger @ 2015-09-27 13:00 UTC (permalink / raw)
To: Daniel Kurtz, Yingjoe Chen
Cc: Mark Rutland, Eddie Huang, Sascha Hauer,
open list:OPEN FIRMWARE AND...,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-mediatek, srv_heupstream
On 16/09/15 15:34, Daniel Kurtz wrote:
> 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>
>
Applied, thanks.
>> ---
>> 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
>>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-09-27 13:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-16 1:35 [PATCH] arm64: mt8173.dtsi: correct i2c node names Yingjoe Chen
[not found] ` <1442367325-55819-1-git-send-email-yingjoe.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2015-09-16 13:34 ` Daniel Kurtz
2015-09-27 13:00 ` Matthias Brugger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).