Commit 28ab4cac authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

ARM: dts: s5pv210: correct ethernet unit address in SMDKV210

The SROM bank 5 is at address 0xa8000000, just like the one put in "reg"
property of ethernet node.  Fix the unit address of ethernet node.
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20200907183313.29234-2-krzk@kernel.org
parent 1ed7f6d0
...@@ -39,7 +39,7 @@ pmic_ap_clk: clock-0 { ...@@ -39,7 +39,7 @@ pmic_ap_clk: clock-0 {
clock-frequency = <32768>; clock-frequency = <32768>;
}; };
ethernet@18000000 { ethernet@a8000000 {
compatible = "davicom,dm9000"; compatible = "davicom,dm9000";
reg = <0xA8000000 0x2 0xA8000002 0x2>; reg = <0xA8000000 0x2 0xA8000002 0x2>;
interrupt-parent = <&gph1>; interrupt-parent = <&gph1>;
......
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