ARM: dts: imx1-apf9328: correct ethernet reg addresses (split)
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 13 Jul 2023 15:29:46 +0000 (17:29 +0200)
committerShawn Guo <shawnguo@kernel.org>
Tue, 25 Jul 2023 07:46:48 +0000 (15:46 +0800)
The davicom,dm9000 Ethernet Controller accepts two reg addresses.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx1-apf9328.dts

index 77b21aa7a146951970d46b2943471fdc1f69e447..1f11e9542a72de5e5425e6b7d8c24d3552f0eea7 100644 (file)
                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>;