diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2018-12-03 21:30:44 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2018-12-04 09:21:07 +0100 |
commit | 4e96b693eecb927925d8e844b3d6b61af1847152 (patch) | |
tree | fbc8023befea2aab1cea129916f7be6e503d9f8a | |
parent | 47179e57372e11630014e5229b23de0f68f57577 (diff) | |
download | u-boot-4e96b693eecb927925d8e844b3d6b61af1847152.tar.gz |
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
-rw-r--r-- | arch/arm/dts/r8a7791-porter-u-boot.dts | 5 | ||||
-rw-r--r-- | arch/arm/dts/r8a7791-porter.dts | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/dts/r8a7791-porter-u-boot.dts b/arch/arm/dts/r8a7791-porter-u-boot.dts index 797fa9d6e7..275f6b4375 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>; +}; diff --git a/arch/arm/dts/r8a7791-porter.dts b/arch/arm/dts/r8a7791-porter.dts index fa9a57d770..f2d5723fbd 100644 --- a/arch/arm/dts/r8a7791-porter.dts +++ b/arch/arm/dts/r8a7791-porter.dts @@ -372,11 +372,6 @@ clock-frequency = <400000>; }; -&i2c6 { - status = "okay"; - clock-frequency = <400000>; -}; - &sata0 { status = "okay"; }; |