Skip to content

Commit

Permalink
ARM: keystone: dts: fix clkvcp3 control register address
Browse files Browse the repository at this point in the history
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: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
  • Loading branch information
Ivan Khoronzhuk authored and Santosh Shilimkar committed Feb 10, 2014
1 parent a65e0c6 commit 565bbdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/keystone-clocks.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ clocks {
compatible = "ti,keystone,psc-clock";
clocks = <&chipclk13>;
clock-output-names = "vcp-3";
reg = <0x0235000a8 0xb00>, <0x02350060 0x400>;
reg = <0x023500a8 0xb00>, <0x02350060 0x400>;
reg-names = "control", "domain";
domain-id = <24>;
};
Expand Down

0 comments on commit 565bbdc

Please sign in to comment.