ARM: dts: Set i2c7 clock at 400kHz for exynos based Peach boards
authorJavier Martinez Canillas <javier.martinez@collabora.co.uk>
Sat, 13 Sep 2014 15:47:22 +0000 (00:47 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Sat, 13 Sep 2014 15:47:22 +0000 (00:47 +0900)
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>
arch/arm/boot/dts/exynos5420-peach-pit.dts
arch/arm/boot/dts/exynos5800-peach-pi.dts

index b8fea56..f247709 100644 (file)
 
 &hsi2c_7 {
        status = "okay";
+       clock-frequency = <400000>;
 
        max98090: codec@10 {
                compatible = "maxim,max98090";
index 17537f0..88b3544 100644 (file)
 
 &hsi2c_7 {
        status = "okay";
+       clock-frequency = <400000>;
 
        max98091: codec@10 {
                compatible = "maxim,max98091";