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>
This commit is contained in:
parent
e4310566de
commit
dcda79e119
|
|
@ -547,6 +547,7 @@
|
||||||
active_slave = <0>;
|
active_slave = <0>;
|
||||||
cpts_clock_mult = <0x80000000>;
|
cpts_clock_mult = <0x80000000>;
|
||||||
cpts_clock_shift = <29>;
|
cpts_clock_shift = <29>;
|
||||||
|
syscon = <&scm_conf>;
|
||||||
ranges;
|
ranges;
|
||||||
|
|
||||||
davinci_mdio: mdio@4a101000 {
|
davinci_mdio: mdio@4a101000 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue