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 <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
Marek Vasut 2018-09-19 13:56:27 +02:00 committed by Marek Vasut
parent 592cd5defd
commit 2da6d39e26

View file

@ -372,6 +372,11 @@
clock-frequency = <400000>; clock-frequency = <400000>;
}; };
&i2c6 {
status = "okay";
clock-frequency = <400000>;
};
&sata0 { &sata0 {
status = "okay"; status = "okay";
}; };