diff options
author | Markus Pargmann <mpa@pengutronix.de> | 2014-09-29 06:53:19 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-09-30 05:30:43 (GMT) |
commit | fa5f4adf3a1594d55d730ba68c10afa1edebf58a (patch) | |
tree | 0a50a83b55c6664725394b25f84ecc5d3e15f308 /arch | |
parent | c9aaf87cd06fe161d96a814e719f7854cf4be8a9 (diff) | |
download | linux-fa5f4adf3a1594d55d730ba68c10afa1edebf58a.tar.xz |
arm: dts: am33xx, Add syscon phandle to cpsw node
There are 2 MACIDs stored in the control module of the am33xx. These are
read by the cpsw driver if no valid MACID was found in the devicetree.
Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
Reviewed-by: Wolfram Sang <wsa@the-dreams.de>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/am33xx.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index 25e38b6..13e44b0 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi @@ -701,6 +701,7 @@ */ interrupts = <40 41 42 43>; ranges; + syscon = <&cm>; status = "disabled"; davinci_mdio: mdio@4a101000 { |