diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2014-11-03 20:47:46 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-11-18 19:21:44 -0500 |
commit | 177d8bea33899cef3989a2d0b4ea7213b5f34d0a (patch) | |
tree | d297a4a51321cc2988c3c7bb0e860fe05599b01c /arch | |
parent | 40c6d9f0e7745012c9e19c955e22d4809104359c (diff) |
ARM: shmobile: lager: fixup IIC2 clock frequency
Current Lager IIC2 is using default clock frequency,
but, ak4643 audio codec chip needs 100kHz
This patch clarifies IIC2 clock frequency as 100kHz.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/r8a7790-lager.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts index 830f2e87df49..86fb2ee29782 100644 --- a/arch/arm/boot/dts/r8a7790-lager.dts +++ b/arch/arm/boot/dts/r8a7790-lager.dts | |||
@@ -429,6 +429,8 @@ | |||
429 | pinctrl-0 = <&iic2_pins>; | 429 | pinctrl-0 = <&iic2_pins>; |
430 | pinctrl-names = "default"; | 430 | pinctrl-names = "default"; |
431 | 431 | ||
432 | clock-frequency = <100000>; | ||
433 | |||
432 | composite-in@20 { | 434 | composite-in@20 { |
433 | compatible = "adi,adv7180"; | 435 | compatible = "adi,adv7180"; |
434 | reg = <0x20>; | 436 | reg = <0x20>; |