ARM: dts: rmobile: Reinstate missing i2c6 on Porter
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Wed, 19 Sep 2018 11:56:27 +0000 (13:56 +0200)
committerMarek Vasut <marex@denx.de>
Wed, 3 Oct 2018 10:56:12 +0000 (12:56 +0200)
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 <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
arch/arm/dts/r8a7791-porter.dts

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