mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-27 06:30:56 +07:00
ARM: dts: Set i2c7 clock at 400kHz for exynos based Peach boards
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>
This commit is contained in:
parent
dc0cf1a3ec
commit
8be6a6d04c
@ -489,6 +489,7 @@ ldo35_reg: LDO35 {
|
||||
|
||||
&hsi2c_7 {
|
||||
status = "okay";
|
||||
clock-frequency = <400000>;
|
||||
|
||||
max98090: codec@10 {
|
||||
compatible = "maxim,max98090";
|
||||
|
@ -487,6 +487,7 @@ ldo35_reg: LDO35 {
|
||||
|
||||
&hsi2c_7 {
|
||||
status = "okay";
|
||||
clock-frequency = <400000>;
|
||||
|
||||
max98091: codec@10 {
|
||||
compatible = "maxim,max98091";
|
||||
|
Loading…
Reference in New Issue
Block a user