projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e4094b
)
ARM: dts: DRA74x: fix DSS PLL2 addresses
author
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Fri, 20 May 2016 10:13:33 +0000
(13:13 +0300)
committer
Tony Lindgren
<tony@atomide.com>
Thu, 9 Jun 2016 07:18:27 +0000
(
00:18
-0700)
DSS's 'pll2_clkctrl' and 'pll2' have wrong addresses in the dra74x.dtsi
file. Video PLL2 has not been used so wrong addresses went unnoticed.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dra74x.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/dra74x.dtsi
b/arch/arm/boot/dts/dra74x.dtsi
index
4220eef
..
5e06020
100644
(file)
--- a/
arch/arm/boot/dts/dra74x.dtsi
+++ b/
arch/arm/boot/dts/dra74x.dtsi
@@
-107,8
+107,8
@@
reg = <0x58000000 0x80>,
<0x58004054 0x4>,
<0x58004300 0x20>,
- <0x5800
5
054 0x4>,
- <0x5800
5
300 0x20>;
+ <0x5800
9
054 0x4>,
+ <0x5800
9
300 0x20>;
reg-names = "dss", "pll1_clkctrl", "pll1",
"pll2_clkctrl", "pll2";