Skip to content

Commit

Permalink
ARM: dts: Set i2c7 clock at 400kHz for exynos based Peach boards
Browse files Browse the repository at this point in the history
The downstream ChromeOS 3.8 kernel sets the clock frequency
for the I2C bus 7 at 400kHz. Do the same change in mainline.

Suggested-by: Doug Anderson <dianders@chromium.org>
Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Reviewed-by: Doug Anderson <dianders@chromium.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Javier Martinez Canillas authored and Kukjin Kim committed Sep 13, 2014
1 parent dc0cf1a commit 8be6a6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/exynos5420-peach-pit.dts
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@

&hsi2c_7 {
status = "okay";
clock-frequency = <400000>;

max98090: codec@10 {
compatible = "maxim,max98090";
Expand Down
1 change: 1 addition & 0 deletions arch/arm/boot/dts/exynos5800-peach-pi.dts
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,7 @@

&hsi2c_7 {
status = "okay";
clock-frequency = <400000>;

max98091: codec@10 {
compatible = "maxim,max98091";
Expand Down

0 comments on commit 8be6a6d

Please sign in to comment.