devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: DRA7: fix a typo in ethernet
@ 2015-08-25 21:50 Vishal Mahaveer
  0 siblings, 0 replies; 4+ messages in thread
From: Vishal Mahaveer @ 2015-08-25 21:50 UTC (permalink / raw)
  To: Tony Lindgren
  Cc: Suman Anna, linux-omap-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	devicetree-u79uwXL29TY76Z2rM5mHXA

Register address in name of the node is wrong

Signed-off-by: Vishal Mahaveer <vishalm-l0cyMroinI0@public.gmane.org>
Acked-by: Mugunthan V N <mugunthanvnm-l0cyMroinI0@public.gmane.org>
---
 arch/arm/boot/dts/dra7.dtsi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
index 1e29ccf..9a20d46 100644
--- a/arch/arm/boot/dts/dra7.dtsi
+++ b/arch/arm/boot/dts/dra7.dtsi
@@ -1398,7 +1398,7 @@
 			ti,irqs-safe-map = <0>;
 		};
 
-		mac: ethernet@4a100000 {
+		mac: ethernet@48484000 {
 			compatible = "ti,cpsw";
 			ti,hwmods = "gmac";
 			clocks = <&dpll_gmac_ck>, <&gmac_gmii_ref_clk_div>;
-- 
1.7.4.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] 4+ messages in thread

* Re: [PATCH] ARM: dts: DRA7: fix a typo in ethernet
       [not found] ` <1440529069-7882-1-git-send-email-vishalm-l0cyMroinI0@public.gmane.org>
@ 2015-09-01 15:50   ` Tony Lindgren
       [not found]     ` <20150901155005.GM4215-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
  2015-09-14 17:17   ` Tony Lindgren
  1 sibling, 1 reply; 4+ messages in thread
From: Tony Lindgren @ 2015-09-01 15:50 UTC (permalink / raw)
  To: Vishal Mahaveer
  Cc: Benoît Cousson, linux-omap-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA, Mugunthan V N

* Vishal Mahaveer <vishalm-l0cyMroinI0@public.gmane.org> [150825 12:01]:
> Register address in name of the node is wrong
> 
> Signed-off-by: Vishal Mahaveer <vishalm-l0cyMroinI0@public.gmane.org>
> Acked-by: Mugunthan V N <mugunthanvnm-l0cyMroinI0@public.gmane.org>

Thanks applying into omap-for-v4.3/fixes.

Tony

> ---
>  arch/arm/boot/dts/dra7.dtsi |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
> index 1e29ccf..9a20d46 100644
> --- a/arch/arm/boot/dts/dra7.dtsi
> +++ b/arch/arm/boot/dts/dra7.dtsi
> @@ -1398,7 +1398,7 @@
>  			ti,irqs-safe-map = <0>;
>  		};
>  
> -		mac: ethernet@4a100000 {
> +		mac: ethernet@48484000 {
>  			compatible = "ti,cpsw";
>  			ti,hwmods = "gmac";
>  			clocks = <&dpll_gmac_ck>, <&gmac_gmii_ref_clk_div>;
> -- 
> 1.7.4.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] 4+ messages in thread

* Re: [PATCH] ARM: dts: DRA7: fix a typo in ethernet
       [not found]     ` <20150901155005.GM4215-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
@ 2015-09-01 16:03       ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2015-09-01 16:03 UTC (permalink / raw)
  To: Vishal Mahaveer
  Cc: Benoît Cousson, linux-omap-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA, Mugunthan V N

* Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org> [150901 08:53]:
> * Vishal Mahaveer <vishalm-l0cyMroinI0@public.gmane.org> [150825 12:01]:
> > Register address in name of the node is wrong
> > 
> > Signed-off-by: Vishal Mahaveer <vishalm-l0cyMroinI0@public.gmane.org>
> > Acked-by: Mugunthan V N <mugunthanvnm-l0cyMroinI0@public.gmane.org>
> 
> Thanks applying into omap-for-v4.3/fixes.

Actually I'll wait on this one until -rc1 as it causes a
merge conflict with the pending dts changes and SoC branch
currently.

Regards,

Tony
--
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] 4+ messages in thread

* Re: [PATCH] ARM: dts: DRA7: fix a typo in ethernet
       [not found] ` <1440529069-7882-1-git-send-email-vishalm-l0cyMroinI0@public.gmane.org>
  2015-09-01 15:50   ` [PATCH] ARM: dts: DRA7: fix a typo in ethernet Tony Lindgren
@ 2015-09-14 17:17   ` Tony Lindgren
  1 sibling, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2015-09-14 17:17 UTC (permalink / raw)
  To: Vishal Mahaveer
  Cc: Benoît Cousson, linux-omap-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA, Mugunthan V N

* Vishal Mahaveer <vishalm-l0cyMroinI0@public.gmane.org> [150825 12:01]:
> Register address in name of the node is wrong
> 
> Signed-off-by: Vishal Mahaveer <vishalm-l0cyMroinI0@public.gmane.org>
> Acked-by: Mugunthan V N <mugunthanvnm-l0cyMroinI0@public.gmane.org>

Applying into omap-for-v4.3/fixes thanks.

Tony

> ---
>  arch/arm/boot/dts/dra7.dtsi |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi
> index 1e29ccf..9a20d46 100644
> --- a/arch/arm/boot/dts/dra7.dtsi
> +++ b/arch/arm/boot/dts/dra7.dtsi
> @@ -1398,7 +1398,7 @@
>  			ti,irqs-safe-map = <0>;
>  		};
>  
> -		mac: ethernet@4a100000 {
> +		mac: ethernet@48484000 {
>  			compatible = "ti,cpsw";
>  			ti,hwmods = "gmac";
>  			clocks = <&dpll_gmac_ck>, <&gmac_gmii_ref_clk_div>;
> -- 
> 1.7.4.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] 4+ messages in thread

end of thread, other threads:[~2015-09-14 17:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1440529069-7882-1-git-send-email-vishalm@ti.com>
     [not found] ` <1440529069-7882-1-git-send-email-vishalm-l0cyMroinI0@public.gmane.org>
2015-09-01 15:50   ` [PATCH] ARM: dts: DRA7: fix a typo in ethernet Tony Lindgren
     [not found]     ` <20150901155005.GM4215-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
2015-09-01 16:03       ` Tony Lindgren
2015-09-14 17:17   ` Tony Lindgren
2015-08-25 21:50 Vishal Mahaveer

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).