aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2013-01-29 09:46:12 -0500
committerShawn Guo <shawn.guo@linaro.org>2013-04-04 09:22:40 -0400
commitf231a9fe7f802962ac225e56c91597680e282186 (patch)
tree9f552c9a32897fc8f4d24b56b28396ad4b829f5d /arch/arm/boot/dts
parentdaa7d392ffe67e698ee442694276061624b4b0a1 (diff)
ARM: dts: mxs: add enet_out clock to devicetree
Put the clock to the devicetree, so the driver can take care of it later. Then, we don't have to do the enabling as a workaround in board init. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> [shawn.guo: add enet_out into imx28.dtsi and overwrite it for m28evk] Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r--arch/arm/boot/dts/imx28-m28evk.dts2
-rw-r--r--arch/arm/boot/dts/imx28.dtsi4
2 files changed, 4 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx28-m28evk.dts b/arch/arm/boot/dts/imx28-m28evk.dts
index 6ce3d17c3a29..3d2e1a491335 100644
--- a/arch/arm/boot/dts/imx28-m28evk.dts
+++ b/arch/arm/boot/dts/imx28-m28evk.dts
@@ -221,6 +221,8 @@
221 phy-mode = "rmii"; 221 phy-mode = "rmii";
222 pinctrl-names = "default"; 222 pinctrl-names = "default";
223 pinctrl-0 = <&mac0_pins_a>; 223 pinctrl-0 = <&mac0_pins_a>;
224 clocks = <&clks 57>, <&clks 57>;
225 clock-names = "ipg", "ahb";
224 status = "okay"; 226 status = "okay";
225 }; 227 };
226 228
diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi
index 64af2381c1b0..9a7adaa4e4fb 100644
--- a/arch/arm/boot/dts/imx28.dtsi
+++ b/arch/arm/boot/dts/imx28.dtsi
@@ -943,8 +943,8 @@
943 compatible = "fsl,imx28-fec"; 943 compatible = "fsl,imx28-fec";
944 reg = <0x800f0000 0x4000>; 944 reg = <0x800f0000 0x4000>;
945 interrupts = <101>; 945 interrupts = <101>;
946 clocks = <&clks 57>, <&clks 57>; 946 clocks = <&clks 57>, <&clks 57>, <&clks 64>;
947 clock-names = "ipg", "ahb"; 947 clock-names = "ipg", "ahb", "enet_out";
948 status = "disabled"; 948 status = "disabled";
949 }; 949 };
950 950