diff options
author | Ulrich Hecht <ulrich.hecht+renesas@gmail.com> | 2016-10-26 16:14:09 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-11-21 10:18:44 +0100 |
commit | 20b93fbb08bd38f094186f604e4e5bdafe23f817 (patch) | |
tree | a3c10be7e7b236e6d4659b9cddfee56867bb8183 | |
parent | c758f4e333ee7473056484f7ea2294cb1e58c9d5 (diff) | |
download | talos-op-linux-20b93fbb08bd38f094186f604e4e5bdafe23f817.tar.gz talos-op-linux-20b93fbb08bd38f094186f604e4e5bdafe23f817.zip |
arm64: dts: r8a7796: salvator-x: enable I2C
Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Tested-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts | 12 |
1 files changed, 12 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 a9c296b1e1b7..f35e96ca7d60 100644 --- a/arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts +++ b/arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts @@ -111,6 +111,11 @@ function = "scif_clk"; }; + i2c2_pins: i2c2 { + groups = "i2c2_a"; + function = "i2c2"; + }; + sdhi0_pins: sd0 { groups = "sdhi0_data4", "sdhi0_ctrl"; function = "sdhi0"; @@ -208,6 +213,13 @@ status = "okay"; }; +&i2c2 { + pinctrl-0 = <&i2c2_pins>; + pinctrl-names = "default"; + + status = "okay"; +}; + &wdt0 { timeout-sec = <60>; status = "okay"; |