projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ed7f6d
)
ARM: dts: s5pv210: correct ethernet unit address in SMDKV210
author
Krzysztof Kozlowski
<krzk@kernel.org>
Mon, 7 Sep 2020 18:33:03 +0000
(20:33 +0200)
committer
Krzysztof Kozlowski
<krzk@kernel.org>
Fri, 11 Sep 2020 14:36:55 +0000
(16:36 +0200)
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: Krzysztof Kozlowski <krzk@kernel.org>
Link:
https://lore.kernel.org/r/20200907183313.29234-2-krzk@kernel.org
arch/arm/boot/dts/s5pv210-smdkv210.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/s5pv210-smdkv210.dts
b/arch/arm/boot/dts/s5pv210-smdkv210.dts
index
1e1570d
..
7459e41
100644
(file)
--- a/
arch/arm/boot/dts/s5pv210-smdkv210.dts
+++ b/
arch/arm/boot/dts/s5pv210-smdkv210.dts
@@
-39,7
+39,7
@@
clock-frequency = <32768>;
};
- ethernet@
1
8000000 {
+ ethernet@
a
8000000 {
compatible = "davicom,dm9000";
reg = <0xA8000000 0x2 0xA8000002 0x2>;
interrupt-parent = <&gph1>;