ARM: dts: omap3-devkit8000: correct ethernet reg addresses (split)
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 13 Jul 2023 15:29:13 +0000 (17:29 +0200)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 24 Sep 2023 18:43:46 +0000 (20:43 +0200)
The davicom,dm9000 Ethernet Controller accepts two reg addresses.

Link: https://lore.kernel.org/r/20230713152913.82846-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm/boot/dts/ti/omap/omap3-devkit8000-common.dtsi

index 3b9838f1bb6b30783e635116b148d33e9c39406f..07d5894ebb74e2eb6d1d4ac338ccfdc660f212ce 100644 (file)
 
        ethernet@6,0 {
                compatible = "davicom,dm9000";
-               reg =  <6 0x000 2
-                       6 0x400 2>; /* CS6, offset 0 and 0x400, IO size 2 */
+               reg =  <6 0x000 2>,
+                      <6 0x400 2>; /* CS6, offset 0 and 0x400, IO size 2 */
                bank-width = <2>;
                interrupt-parent = <&gpio1>;
                interrupts = <25 IRQ_TYPE_LEVEL_LOW>;