diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2018-02-17 02:14:09 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2018-02-17 21:59:22 +0100 |
commit | 88306dbb5a88b9ae1433d198376c64560d6d7c1b (patch) | |
tree | f58c42fa887addb947359b8879c64a0333ea5de7 /arch | |
parent | f51155eced8386b4e63654eef94b1e4a6a42655a (diff) | |
download | u-boot-88306dbb5a88b9ae1433d198376c64560d6d7c1b.zip u-boot-88306dbb5a88b9ae1433d198376c64560d6d7c1b.tar.gz u-boot-88306dbb5a88b9ae1433d198376c64560d6d7c1b.tar.bz2 |
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>
Diffstat (limited to 'arch')
-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 bc93bb2..0592aa7 100644 --- a/arch/arm/dts/r8a7791-porter.dts +++ b/arch/arm/dts/r8a7791-porter.dts @@ -351,6 +351,11 @@ }; }; +&i2c6 { + status = "okay"; + clock-frequency = <400000>; +}; + &sata0 { status = "okay"; }; |