diff options
author | Vladimir Barinov <[email protected]> | 2017-07-07 05:09:46 +0300 |
---|---|---|
committer | Simon Horman <[email protected]> | 2017-07-27 15:57:35 +0200 |
commit | a4fedb3a4ab9ed9d602e049213bc2a96003ebc46 (patch) | |
tree | e7c7797f717163dd45282f56e57a6e0aaf790c94 | |
parent | 91662b1b93e71a56fe0e7e2b1a661e667d1dacc6 (diff) |
arm64: dts: ulcb: Enable I2C for DVFS device
This enables I2C for DVFS device for ULCB board
Signed-off-by: Vladimir Barinov <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/renesas/ulcb.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/renesas/ulcb.dtsi b/arch/arm64/boot/dts/renesas/ulcb.dtsi index b5c6ee07d7f9..84b4daddced0 100644 --- a/arch/arm64/boot/dts/renesas/ulcb.dtsi +++ b/arch/arm64/boot/dts/renesas/ulcb.dtsi @@ -189,6 +189,10 @@ }; }; +&i2c_dvfs { + status = "okay"; +}; + &ohci1 { status = "okay"; }; |