diff options
author | Dien Pham <[email protected]> | 2017-01-26 09:52:28 +0100 |
---|---|---|
committer | Simon Horman <[email protected]> | 2017-03-06 09:54:26 +0100 |
commit | d8e62f0729bb404caa6ba42b65d5a1e4d370a6e3 (patch) | |
tree | e61742ac4e5fe3695c7cdca4d84b327f8b5f751c | |
parent | 0fb1fd20043f619e444720062e61cdc40130c0c5 (diff) |
arm64: dts: r8a7796: salvator-x: Add I2C for DVFS device support
This patch adds support of I2C for DVFS device for Salvator-X board on
R8A7796 SoC.
Signed-off-by: Dien Pham <[email protected]>
Signed-off-by: Takeshi Kihara <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts b/arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts index c7f40f8f3169..61f4662db497 100644 --- a/arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts +++ b/arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts @@ -261,3 +261,7 @@ timeout-sec = <60>; status = "okay"; }; + +&i2c_dvfs { + status = "okay"; +}; |