Commit 982655cb authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

ARM: dts: samsung: s5pv210-smdkv210: correct ethernet reg addresses (split)

The davicom,dm9000 Ethernet Controller accepts two reg addresses.

Fixes: b672b27d ("ARM: dts: Add Device tree for s5pc110/s5pv210 boards")
Reviewed-by: default avatarAlim Akhtar <alim.akhtar@samsung.com>
Link: https://lore.kernel.org/r/20230713152926.82884-2-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
parent cf0cb2af
...@@ -41,7 +41,7 @@ pmic_ap_clk: clock-0 { ...@@ -41,7 +41,7 @@ pmic_ap_clk: clock-0 {
ethernet@a8000000 { ethernet@a8000000 {
compatible = "davicom,dm9000"; compatible = "davicom,dm9000";
reg = <0xA8000000 0x2 0xA8000002 0x2>; reg = <0xa8000000 0x2>, <0xa8000002 0x2>;
interrupt-parent = <&gph1>; interrupt-parent = <&gph1>;
interrupts = <1 IRQ_TYPE_LEVEL_HIGH>; interrupts = <1 IRQ_TYPE_LEVEL_HIGH>;
local-mac-address = [00 00 de ad be ef]; local-mac-address = [00 00 de ad be ef];
......
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