diff options
author | Mugunthan V N | 2015-09-21 12:26:53 +0200 |
---|---|---|
committer | David S. Miller | 2015-09-22 02:21:47 +0200 |
commit | cec42849162c79a2677d7ec29c20e72fb9ca5666 (patch) | |
tree | 08d8bf14e764ea46116408584f0bdd0eb6eba574 /arch/arm | |
parent | arm: dts: dra7: add syscon phandle to cpsw node (diff) | |
download | kernel-qcow2-linux-cec42849162c79a2677d7ec29c20e72fb9ca5666.tar.gz kernel-qcow2-linux-cec42849162c79a2677d7ec29c20e72fb9ca5666.tar.xz kernel-qcow2-linux-cec42849162c79a2677d7ec29c20e72fb9ca5666.zip |
arm: dts: am4372: add syscon phandle to cpsw node
There are 2 MACIDs stored in the control module of the am4372.
These are read by the cpsw driver if no valid MACID was found
in the devicetree.
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/am4372.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index 0447c04a40cc..d83ff9c9701e 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -591,6 +591,7 @@ cpts_clock_mult = <0x80000000>; cpts_clock_shift = <29>; ranges; + syscon = <&scm_conf>; davinci_mdio: mdio@4a101000 { compatible = "ti,am4372-mdio","ti,davinci_mdio"; |