From: Marek Vasut Date: Wed, 19 Sep 2018 11:56:27 +0000 (+0200) Subject: ARM: dts: rmobile: Reinstate missing i2c6 on Porter X-Git-Tag: v2018.11-rc2~62^2~4 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2da6d39e2689faa32e2eb9624608e5d3d73cdc3d;p=oweals%2Fu-boot.git ARM: dts: rmobile: Reinstate missing i2c6 on Porter The I2C6 is used to communicate with the PMIC and it was removed during DT sync with Linux 4.17. Reinstate it. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu --- diff --git a/arch/arm/dts/r8a7791-porter.dts b/arch/arm/dts/r8a7791-porter.dts index f2d5723fbd..fa9a57d770 100644 --- a/arch/arm/dts/r8a7791-porter.dts +++ b/arch/arm/dts/r8a7791-porter.dts @@ -372,6 +372,11 @@ clock-frequency = <400000>; }; +&i2c6 { + status = "okay"; + clock-frequency = <400000>; +}; + &sata0 { status = "okay"; };