ARM: dts: DRA74x: fix DSS PLL2 addresses
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 20 May 2016 10:13:33 +0000 (13:13 +0300)
committerTony 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

index 4220eef..5e06020 100644 (file)
        reg = <0x58000000 0x80>,
              <0x58004054 0x4>,
              <0x58004300 0x20>,
-             <0x58005054 0x4>,
-             <0x58005300 0x20>;
+             <0x58009054 0x4>,
+             <0x58009300 0x20>;
        reg-names = "dss", "pll1_clkctrl", "pll1",
                    "pll2_clkctrl", "pll2";