From: Marek Vasut Date: Sat, 17 Feb 2018 01:14:09 +0000 (+0100) Subject: ARM: dts: rmobile: Enable I2C6 on Porter X-Git-Tag: v2018.03-rc3~9^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=88306dbb5a88b9ae1433d198376c64560d6d7c1b;p=platform%2Fkernel%2Fu-boot.git ARM: dts: rmobile: Enable I2C6 on Porter Enable I2C6 bus on Porter to access the PMIC , ie. to reset the board. 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 bc93bb2..0592aa7 100644 --- a/arch/arm/dts/r8a7791-porter.dts +++ b/arch/arm/dts/r8a7791-porter.dts @@ -351,6 +351,11 @@ }; }; +&i2c6 { + status = "okay"; + clock-frequency = <400000>; +}; + &sata0 { status = "okay"; };