]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ARM: dts: rmobile: Enable I2C6 on Porter
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Sat, 17 Feb 2018 01:14:09 +0000 (02:14 +0100)
committerMarek Vasut <marex@denx.de>
Sat, 17 Feb 2018 20:59:22 +0000 (21:59 +0100)
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

index bc93bb24e4106b6d9a847dfb81cd7b38fcbc349b..0592aa7f494a3d2d0e2b3ba8c59b1ef95290269e 100644 (file)
        };
 };
 
+&i2c6 {
+       status = "okay";
+       clock-frequency = <400000>;
+};
+
 &sata0 {
        status = "okay";
 };