aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/dts/r8a7791-porter-u-boot.dts
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2018-12-03 21:30:44 +0100
committerMarek Vasut <marex@denx.de>2018-12-04 09:21:07 +0100
commit4e96b693eecb927925d8e844b3d6b61af1847152 (patch)
treefbc8023befea2aab1cea129916f7be6e503d9f8a /arch/arm/dts/r8a7791-porter-u-boot.dts
parent47179e57372e11630014e5229b23de0f68f57577 (diff)
downloadu-boot-4e96b693eecb927925d8e844b3d6b61af1847152.zip
u-boot-4e96b693eecb927925d8e844b3d6b61af1847152.tar.gz
u-boot-4e96b693eecb927925d8e844b3d6b61af1847152.tar.bz2
ARM: dts: rmobile: Extract i2c6 on M2W Porter
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
Diffstat (limited to 'arch/arm/dts/r8a7791-porter-u-boot.dts')
-rw-r--r--arch/arm/dts/r8a7791-porter-u-boot.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/r8a7791-porter-u-boot.dts b/arch/arm/dts/r8a7791-porter-u-boot.dts
index 797fa9d..275f6b4 100644
--- a/arch/arm/dts/r8a7791-porter-u-boot.dts
+++ b/arch/arm/dts/r8a7791-porter-u-boot.dts
@@ -11,3 +11,8 @@
&scif0 {
u-boot,dm-pre-reloc;
};
+
+&i2c6 {
+ status = "okay";
+ clock-frequency = <400000>;
+};