Commit 0d0e727f authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Shawn Guo
Browse files

ARM: dts: imx1-apf9328: correct ethernet reg addresses (split)



The davicom,dm9000 Ethernet Controller accepts two reg addresses.

Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 8cf71125
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -58,10 +58,8 @@ eth: eth@4,c00000 {
		pinctrl-names = "default";
		pinctrl-0 = <&pinctrl_eth>;
		compatible = "davicom,dm9000";
		reg = <
			4 0x00c00000 0x2
			4 0x00c00002 0x2
		>;
		reg = <4 0x00c00000 0x2>,
		      <4 0x00c00002 0x2>;
		interrupt-parent = <&gpio2>;
		interrupts = <14 IRQ_TYPE_LEVEL_LOW>;
		fsl,weim-cs-timing = <0x0000c700 0x19190d01>;