Skip to content

Commit

Permalink
ARM: shmobile: lager: enable i2c devices
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ben Dooks authored and Simon Horman committed Jun 17, 2014
1 parent a57004e commit e489c2a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions arch/arm/boot/dts/r8a7790-lager.dts
Original file line number Diff line number Diff line change
Expand Up @@ -342,3 +342,19 @@
&cpu0 {
cpu0-supply = <&vdd_dvfs>;
};

&i2c0 {
status = "ok";
};

&i2c1 {
status = "ok";
};

&i2c2 {
status = "ok";
};

&i2c3 {
status = "ok";
};

0 comments on commit e489c2a

Please sign in to comment.