]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 23 Sep 2023 08:46:56 +0000 (10:46 +0200)
[ Upstream commit cf0cb2af6a18f28b84f9f1416bff50ca60d6e98a ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/s3c6410-mini6410.dts

index de04d8764b0f946d73927e0cd159dd64cd67556f..98de4ea8b8bca30f21d55e5bb151ac797c0a7853 100644 (file)
@@ -61,7 +61,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;