From: Marek Vasut Date: Sat, 30 Mar 2019 07:23:20 +0000 (+0100) Subject: ARM: dts: rmobile: Activate I2C7 on Alt X-Git-Tag: v2019.04~9^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e3b086cf0470efe66b7fb7cf658048b3efda9924;p=platform%2Fkernel%2Fu-boot.git ARM: dts: rmobile: Activate I2C7 on Alt Activate I2C7 on Alt to allow access to the PMIC. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- diff --git a/arch/arm/dts/r8a7794-alt-u-boot.dts b/arch/arm/dts/r8a7794-alt-u-boot.dts index 593a418..14cd392 100644 --- a/arch/arm/dts/r8a7794-alt-u-boot.dts +++ b/arch/arm/dts/r8a7794-alt-u-boot.dts @@ -8,6 +8,11 @@ #include "r8a7794-alt.dts" #include "r8a7794-u-boot.dtsi" +&i2c7 { + status = "okay"; + clock-frequency = <100000>; +}; + &scif2 { u-boot,dm-pre-reloc; };