Commit cf0cb2af authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

ARM: dts: samsung: s3c6410-mini6410: correct ethernet reg addresses (split)

The davicom,dm9000 Ethernet Controller accepts two reg addresses.

Fixes: a43736de ("ARM: dts: Add dts file for S3C6410-based Mini6410 board")
Reviewed-by: default avatarAlim Akhtar <alim.akhtar@samsung.com>
Link: https://lore.kernel.org/r/20230713152926.82884-1-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
parent b3f3fc32
......@@ -51,7 +51,7 @@ srom-cs1-bus@18000000 {
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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment