diff mbox series

[U-Boot,2/4] ARM: dts: rmobile: Enable I2C6 on Porter

Message ID 20180217012251.637-2-marek.vasut+renesas@gmail.com
State Accepted
Commit 88306dbb5a88b9ae1433d198376c64560d6d7c1b
Delegated to: Marek Vasut
Headers show
Series [U-Boot,1/4] i2c: rcar_iic: Allow IIC on RCar Gen2 | expand

Commit Message

Marek Vasut Feb. 17, 2018, 1:22 a.m. UTC
Enable I2C6 bus on Porter to access the PMIC , ie. to reset the board.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
---
 arch/arm/dts/r8a7791-porter.dts | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm/dts/r8a7791-porter.dts b/arch/arm/dts/r8a7791-porter.dts
index bc93bb24e4..0592aa7f49 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";
 };