diff options
author | Ben Dooks <ben.dooks@codethink.co.uk> | 2014-02-12 17:04:33 +0000 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-06-17 19:58:22 +0900 |
commit | e489c2a9bc82713167d9f721ca764f4b0d37e543 (patch) | |
tree | 89fcab36b23ac6a9b74332b05646a3930a72bebb /arch/arm | |
parent | a57004eca542428a444025847098b2af4e52a81c (diff) | |
download | blackbird-obmc-linux-e489c2a9bc82713167d9f721ca764f4b0d37e543.tar.gz blackbird-obmc-linux-e489c2a9bc82713167d9f721ca764f4b0d37e543.zip |
ARM: shmobile: lager: enable i2c devices
Add i2c0, i2c1, i2c2 and i2c3 nodes to the Lager reference device tree as
these busses all have devices on them that can be probed even if they
are no drivers yet.
Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
[horms+renesas@verge.net.au: Added shmobile to title]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/r8a7790-lager.dts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts index cc65e3f96f08..bd92dcf1ee9b 100644 --- a/arch/arm/boot/dts/r8a7790-lager.dts +++ b/arch/arm/boot/dts/r8a7790-lager.dts @@ -342,3 +342,19 @@ &cpu0 { cpu0-supply = <&vdd_dvfs>; }; + +&i2c0 { + status = "ok"; +}; + +&i2c1 { + status = "ok"; +}; + +&i2c2 { + status = "ok"; +}; + +&i2c3 { + status = "ok"; +}; |