ARM: dts: rmobile: Extract i2c6 on M2W Porter
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Mon, 3 Dec 2018 20:30:44 +0000 (21:30 +0100)
committerMarek Vasut <marex@denx.de>
Tue, 4 Dec 2018 08:21:07 +0000 (09:21 +0100)
The i2c6 node is missing in mainline Linux thus far, pull it
into U-Boot specific DT until it hits mainline Linux, to make
syncing of DTs easier.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
---
V2: Rebase on u-boot/master

arch/arm/dts/r8a7791-porter-u-boot.dts
arch/arm/dts/r8a7791-porter.dts

index 797fa9d..275f6b4 100644 (file)
@@ -11,3 +11,8 @@
 &scif0 {
        u-boot,dm-pre-reloc;
 };
+
+&i2c6 {
+       status = "okay";
+       clock-frequency = <400000>;
+};
index fa9a57d..f2d5723 100644 (file)
        clock-frequency = <400000>;
 };
 
-&i2c6 {
-       status = "okay";
-       clock-frequency = <400000>;
-};
-
 &sata0 {
        status = "okay";
 };