ARM: dts: samsung: s5pv210-smdkv210: correct ethernet reg addresses (split)
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 13 Jul 2023 15:29:26 +0000 (17:29 +0200)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 19 Jul 2023 07:33:00 +0000 (09:33 +0200)
The davicom,dm9000 Ethernet Controller accepts two reg addresses.

Fixes: b672b27d232e ("ARM: dts: Add Device tree for s5pc110/s5pv210 boards")
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
Link: https://lore.kernel.org/r/20230713152926.82884-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm/boot/dts/samsung/s5pv210-smdkv210.dts

index 6e26c67..901e719 100644 (file)
@@ -41,7 +41,7 @@
 
        ethernet@a8000000 {
                compatible = "davicom,dm9000";
-               reg = <0xA8000000 0x2 0xA8000002 0x2>;
+               reg = <0xa8000000 0x2>, <0xa8000002 0x2>;
                interrupt-parent = <&gph1>;
                interrupts = <1 IRQ_TYPE_LEVEL_HIGH>;
                local-mac-address = [00 00 de ad be ef];