Skip to content

Commit

Permalink
ARM: ux500: fix I2C4 clock bit
Browse files Browse the repository at this point in the history
The PCLK for I2C4 is controlled by bit 10 in the PCKEN registers
while the KCLK is controlled by bit 9 on the KCKEN, it's
one of these odd assymetric things. Correct the PCLK bit to 10.

Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Linus Walleij committed Oct 18, 2013
1 parent d591640 commit 72b3e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/ste-dbx5x0.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@

clock-frequency = <400000>;

clocks = <&prcc_kclk 1 9>, <&prcc_pclk 1 9>;
clocks = <&prcc_kclk 1 9>, <&prcc_pclk 1 10>;
clock-names = "i2cclk", "apb_pclk";
};

Expand Down

0 comments on commit 72b3e24

Please sign in to comment.