All of lore.kernel.org
 help / color / mirror / Atom feed
From: gregory.clement@bootlin.com (Gregory CLEMENT)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: armada: netgear-rn*: fix rtc node name
Date: Tue, 13 Feb 2018 17:11:08 +0100	[thread overview]
Message-ID: <87h8qkq38j.fsf@bootlin.com> (raw)
In-Reply-To: <20180210064130.6422-1-alexandre.belloni@bootlin.com> (Alexandre Belloni's message of "Sat, 10 Feb 2018 07:41:30 +0100")

Hi Alexandre,
 
 On sam., f?vr. 10 2018, Alexandre Belloni <alexandre.belloni@bootlin.com> wrote:

> The node name should be generic and must not contain the part number.
>
> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

Applied on mvebu/dt

Thanks,

Gregory

> ---
>  arch/arm/boot/dts/armada-370-netgear-rn102.dts | 2 +-
>  arch/arm/boot/dts/armada-370-netgear-rn104.dts | 2 +-
>  arch/arm/boot/dts/armada-xp-netgear-rn2120.dts | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/boot/dts/armada-370-netgear-rn102.dts b/arch/arm/boot/dts/armada-370-netgear-rn102.dts
> index b1a96e95e921..d2225bd4a76f 100644
> --- a/arch/arm/boot/dts/armada-370-netgear-rn102.dts
> +++ b/arch/arm/boot/dts/armada-370-netgear-rn102.dts
> @@ -103,7 +103,7 @@
>  
>  				status = "okay";
>  
> -				isl12057: isl12057 at 68 {
> +				isl12057: rtc at 68 {
>  					compatible = "isil,isl12057";
>  					reg = <0x68>;
>  					wakeup-source;
> diff --git a/arch/arm/boot/dts/armada-370-netgear-rn104.dts b/arch/arm/boot/dts/armada-370-netgear-rn104.dts
> index d67e7aa42b54..b73cae836bc1 100644
> --- a/arch/arm/boot/dts/armada-370-netgear-rn104.dts
> +++ b/arch/arm/boot/dts/armada-370-netgear-rn104.dts
> @@ -105,7 +105,7 @@
>  
>  				status = "okay";
>  
> -				isl12057: isl12057 at 68 {
> +				isl12057: rtc at 68 {
>  					compatible = "isil,isl12057";
>  					reg = <0x68>;
>  					wakeup-source;
> diff --git a/arch/arm/boot/dts/armada-xp-netgear-rn2120.dts b/arch/arm/boot/dts/armada-xp-netgear-rn2120.dts
> index 40c6fe21e720..e66fe80cf279 100644
> --- a/arch/arm/boot/dts/armada-xp-netgear-rn2120.dts
> +++ b/arch/arm/boot/dts/armada-xp-netgear-rn2120.dts
> @@ -115,7 +115,7 @@
>  					reg = <0x4c>;
>  				};
>  
> -				isl12057: isl12057 at 68 {
> +				isl12057: rtc at 68 {
>  					compatible = "isil,isl12057";
>  					reg = <0x68>;
>  					wakeup-source;
> -- 
> 2.16.1
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

-- 
Gregory Clement, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
http://bootlin.com

WARNING: multiple messages have this Message-ID (diff)
From: Gregory CLEMENT <gregory.clement@bootlin.com>
To: Alexandre Belloni <alexandre.belloni@bootlin.com>
Cc: Gregory Clement <gregory.clement@free-electrons.com>,
	Andrew Lunn <andrew@lunn.ch>, Jason Cooper <jason@lakedaemon.net>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ARM: dts: armada: netgear-rn*: fix rtc node name
Date: Tue, 13 Feb 2018 17:11:08 +0100	[thread overview]
Message-ID: <87h8qkq38j.fsf@bootlin.com> (raw)
In-Reply-To: <20180210064130.6422-1-alexandre.belloni@bootlin.com> (Alexandre Belloni's message of "Sat, 10 Feb 2018 07:41:30 +0100")

Hi Alexandre,
 
 On sam., févr. 10 2018, Alexandre Belloni <alexandre.belloni@bootlin.com> wrote:

> The node name should be generic and must not contain the part number.
>
> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

Applied on mvebu/dt

Thanks,

Gregory

> ---
>  arch/arm/boot/dts/armada-370-netgear-rn102.dts | 2 +-
>  arch/arm/boot/dts/armada-370-netgear-rn104.dts | 2 +-
>  arch/arm/boot/dts/armada-xp-netgear-rn2120.dts | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/boot/dts/armada-370-netgear-rn102.dts b/arch/arm/boot/dts/armada-370-netgear-rn102.dts
> index b1a96e95e921..d2225bd4a76f 100644
> --- a/arch/arm/boot/dts/armada-370-netgear-rn102.dts
> +++ b/arch/arm/boot/dts/armada-370-netgear-rn102.dts
> @@ -103,7 +103,7 @@
>  
>  				status = "okay";
>  
> -				isl12057: isl12057@68 {
> +				isl12057: rtc@68 {
>  					compatible = "isil,isl12057";
>  					reg = <0x68>;
>  					wakeup-source;
> diff --git a/arch/arm/boot/dts/armada-370-netgear-rn104.dts b/arch/arm/boot/dts/armada-370-netgear-rn104.dts
> index d67e7aa42b54..b73cae836bc1 100644
> --- a/arch/arm/boot/dts/armada-370-netgear-rn104.dts
> +++ b/arch/arm/boot/dts/armada-370-netgear-rn104.dts
> @@ -105,7 +105,7 @@
>  
>  				status = "okay";
>  
> -				isl12057: isl12057@68 {
> +				isl12057: rtc@68 {
>  					compatible = "isil,isl12057";
>  					reg = <0x68>;
>  					wakeup-source;
> diff --git a/arch/arm/boot/dts/armada-xp-netgear-rn2120.dts b/arch/arm/boot/dts/armada-xp-netgear-rn2120.dts
> index 40c6fe21e720..e66fe80cf279 100644
> --- a/arch/arm/boot/dts/armada-xp-netgear-rn2120.dts
> +++ b/arch/arm/boot/dts/armada-xp-netgear-rn2120.dts
> @@ -115,7 +115,7 @@
>  					reg = <0x4c>;
>  				};
>  
> -				isl12057: isl12057@68 {
> +				isl12057: rtc@68 {
>  					compatible = "isil,isl12057";
>  					reg = <0x68>;
>  					wakeup-source;
> -- 
> 2.16.1
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

-- 
Gregory Clement, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
http://bootlin.com

  reply	other threads:[~2018-02-13 16:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-10  6:41 [PATCH] ARM: dts: armada: netgear-rn*: fix rtc node name Alexandre Belloni
2018-02-10  6:41 ` Alexandre Belloni
2018-02-13 16:11 ` Gregory CLEMENT [this message]
2018-02-13 16:11   ` Gregory CLEMENT

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=87h8qkq38j.fsf@bootlin.com \
    --to=gregory.clement@bootlin.com \
    --cc=linux-arm-kernel@lists.infradead.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.