diff options
author | Marek Vasut | 2019-03-30 08:23:20 +0100 |
---|---|---|
committer | Marek Vasut | 2019-03-30 08:28:25 +0100 |
commit | e3b086cf0470efe66b7fb7cf658048b3efda9924 (patch) | |
tree | 0e7a0440fd19f60f12434f30861796ecfbede50e /arch/arm/dts | |
parent | 0fe668d7d939c3467c856b5aef21e67f8f48383b (diff) |
ARM: dts: rmobile: Activate I2C7 on Alt
Activate I2C7 on Alt to allow access to the PMIC.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r-- | arch/arm/dts/r8a7794-alt-u-boot.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/r8a7794-alt-u-boot.dts b/arch/arm/dts/r8a7794-alt-u-boot.dts index 593a418c3b1..14cd39297e6 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; }; |