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

Fixes: a43736deb47d ("ARM: dts: Add dts file for S3C6410-based Mini6410 board")
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
Link: https://lore.kernel.org/r/20230713152926.82884-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm/boot/dts/samsung/s3c6410-mini6410.dts

index 17097da36f5edc8f4a7a575fa5ceddbbd69cda6d..0b07b3c319604188c1c768d7a41c5b56c2b24773 100644 (file)
@@ -51,7 +51,7 @@
 
                ethernet@18000000 {
                        compatible = "davicom,dm9000";
-                       reg = <0x18000000 0x2 0x18000004 0x2>;
+                       reg = <0x18000000 0x2>, <0x18000004 0x2>;
                        interrupt-parent = <&gpn>;
                        interrupts = <7 IRQ_TYPE_LEVEL_HIGH>;
                        davicom,no-eeprom;