diff mbox

[U-Boot,v3,08/12] arm: dts: dra7: add syscon node to cpsw to read mac address

Message ID 20160428100613.3438-9-mugunthanvnm@ti.com
State Accepted
Commit 3c16e98
Delegated to: Joe Hershberger
Headers show

Commit Message

Mugunthan V N April 28, 2016, 10:06 a.m. UTC
Add syscon node to cpsw device node to read mac address
from efuse.

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
---
 arch/arm/dts/dra7.dtsi | 1 +
 1 file changed, 1 insertion(+)

Comments

Joe Hershberger May 3, 2016, 8:17 p.m. UTC | #1
Hi Mugunthan,

https://patchwork.ozlabs.org/patch/616104/ was applied to u-boot-net.git.

Thanks!
-Joe
diff mbox

Patch

diff --git a/arch/arm/dts/dra7.dtsi b/arch/arm/dts/dra7.dtsi
index e7fecf7..3059273 100644
--- a/arch/arm/dts/dra7.dtsi
+++ b/arch/arm/dts/dra7.dtsi
@@ -1426,6 +1426,7 @@ 
 			active_slave = <0>;
 			cpts_clock_mult = <0x80000000>;
 			cpts_clock_shift = <29>;
+			syscon = <&scm_conf>;
 			reg = <0x48484000 0x1000
 			       0x48485200 0x2E00>;
 			#address-cells = <1>;