diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-05-20 13:13:33 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-06-09 10:18:27 +0300 |
commit | 4c88c1c72f86dab63d8219c0aa9e9a398f2efaa9 (patch) | |
tree | 3185a4f857202a04210fa920b1e7f2c2951d23c1 /arch/arm | |
parent | 2e4094bdaa3ef295abbebb31b978e3344ee64257 (diff) | |
download | linux-4c88c1c72f86dab63d8219c0aa9e9a398f2efaa9.tar.xz |
ARM: dts: DRA74x: fix DSS PLL2 addresses
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/dra74x.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/dra74x.dtsi b/arch/arm/boot/dts/dra74x.dtsi index 4220eeffc65a..5e06020f450b 100644 --- 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>, - <0x58005054 0x4>, - <0x58005300 0x20>; + <0x58009054 0x4>, + <0x58009300 0x20>; reg-names = "dss", "pll1_clkctrl", "pll1", "pll2_clkctrl", "pll2"; |