diff options
author | Krzysztof Kozlowski <[email protected]> | 2023-07-13 17:29:25 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <[email protected]> | 2023-07-19 09:32:14 +0200 |
commit | cf0cb2af6a18f28b84f9f1416bff50ca60d6e98a (patch) | |
tree | efd9938a394b4eae811131907246de0bf74700c9 | |
parent | b3f3fc32e5ff1e848555af8616318cc667457f90 (diff) |
ARM: dts: samsung: s3c6410-mini6410: correct ethernet reg addresses (split)
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Krzysztof Kozlowski <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/samsung/s3c6410-mini6410.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/samsung/s3c6410-mini6410.dts b/arch/arm/boot/dts/samsung/s3c6410-mini6410.dts index 17097da36f5e..0b07b3c31960 100644 --- a/arch/arm/boot/dts/samsung/s3c6410-mini6410.dts +++ b/arch/arm/boot/dts/samsung/s3c6410-mini6410.dts @@ -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; |