Commit 565bbdcd authored by Ivan Khoronzhuk's avatar Ivan Khoronzhuk Committed by Santosh Shilimkar
Browse files

ARM: keystone: dts: fix clkvcp3 control register address



The address for control regs in clkvcp3 node is not correct and should
be 0x023500a8 instead of 0x0235000a8.

This lead to few unexpected behaviors while clocks were turned
of in absence of clk_ignore_unused

Mike Turquette <mturquette@linaro.org>
Signed-off-by: default avatarIvan Khoronzhuk <ivan.khoronzhuk@ti.com>
Signed-off-by: default avatarSantosh Shilimkar <santosh.shilimkar@ti.com>
parent a65e0c6a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -612,7 +612,7 @@ clocks {
		compatible = "ti,keystone,psc-clock";
		compatible = "ti,keystone,psc-clock";
		clocks = <&chipclk13>;
		clocks = <&chipclk13>;
		clock-output-names = "vcp-3";
		clock-output-names = "vcp-3";
		reg = <0x0235000a8 0xb00>, <0x02350060 0x400>;
		reg = <0x023500a8 0xb00>, <0x02350060 0x400>;
		reg-names = "control", "domain";
		reg-names = "control", "domain";
		domain-id = <24>;
		domain-id = <24>;
	};
	};