diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2018-09-19 13:56:27 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2018-10-03 12:56:12 +0200 |
commit | 2da6d39e2689faa32e2eb9624608e5d3d73cdc3d (patch) | |
tree | b2d93e184bcd0fd2ec9fd9703dd61b580963e7c6 /arch/arm/dts | |
parent | 592cd5defd4f71d34ffcbd8dd3326bc10f662e20 (diff) |
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>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r-- | arch/arm/dts/r8a7791-porter.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/r8a7791-porter.dts b/arch/arm/dts/r8a7791-porter.dts index f2d5723fbd..fa9a57d770 100644 --- a/arch/arm/dts/r8a7791-porter.dts +++ b/arch/arm/dts/r8a7791-porter.dts @@ -372,6 +372,11 @@ clock-frequency = <400000>; }; +&i2c6 { + status = "okay"; + clock-frequency = <400000>; +}; + &sata0 { status = "okay"; }; |