Commit 88306dbb5a88b9ae1433d198376c64560d6d7c1b

Authored by Marek Vasut
Committed by Marek Vasut
1 parent f51155eced

ARM: dts: rmobile: Enable I2C6 on Porter

Enable I2C6 bus on Porter to access the PMIC , ie. to reset the board.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>

Showing 1 changed file with 5 additions and 0 deletions Side-by-side Diff

arch/arm/dts/r8a7791-porter.dts
... ... @@ -351,6 +351,11 @@
351 351 };
352 352 };
353 353  
  354 +&i2c6 {
  355 + status = "okay";
  356 + clock-frequency = <400000>;
  357 +};
  358 +
354 359 &sata0 {
355 360 status = "okay";
356 361 };