diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2016-04-28 15:36:08 +0530 |
---|---|---|
committer | Joe Hershberger <joe.hershberger@ni.com> | 2016-05-24 11:42:03 -0500 |
commit | dcda79e119cb50d5d4732ef8d22c58889118f559 (patch) | |
tree | 5b96c81bdec6890b38a28d90f38774a434963398 /arch | |
parent | e4310566deb7533301eb0de78d3640f4f307d267 (diff) | |
download | u-boot-dcda79e119cb50d5d4732ef8d22c58889118f559.tar.gz u-boot-dcda79e119cb50d5d4732ef8d22c58889118f559.tar.xz u-boot-dcda79e119cb50d5d4732ef8d22c58889118f559.zip |
arm: dts: am4372: add syscon node to cpsw to read mac address
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/am4372.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/am4372.dtsi b/arch/arm/dts/am4372.dtsi index c95d1d3b35..3ffa8e016e 100644 --- a/arch/arm/dts/am4372.dtsi +++ b/arch/arm/dts/am4372.dtsi @@ -547,6 +547,7 @@ active_slave = <0>; cpts_clock_mult = <0x80000000>; cpts_clock_shift = <29>; + syscon = <&scm_conf>; ranges; davinci_mdio: mdio@4a101000 { |