]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
ARM: shmobile: lager: enable i2c devices
authorBen Dooks <ben.dooks@codethink.co.uk>
Wed, 12 Feb 2014 17:04:33 +0000 (17:04 +0000)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 17 Jun 2014 10:58:22 +0000 (19:58 +0900)
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>
arch/arm/boot/dts/r8a7790-lager.dts

index cc65e3f96f08a9f45bf5cbcde7489a5556bb68ba..bd92dcf1ee9b634bb274f66b494a4fb3d3ea0295 100644 (file)
 &cpu0 {
        cpu0-supply = <&vdd_dvfs>;
 };
+
+&i2c0  {
+       status = "ok";
+};
+
+&i2c1  {
+       status = "ok";
+};
+
+&i2c2  {
+       status = "ok";
+};
+
+&i2c3  {
+       status = "ok";
+};