dect
/
linux-2.6
Archived
13
0
Fork 0

ARM: kirkwood: Add support second I2C bus and RTC on OpenBlocks A6

OpenBlocks A6 uses second I2C with RTC of s35390a.
This supports them.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
This commit is contained in:
Nobuhiro Iwamatsu 2012-11-23 06:30:10 +09:00 committed by Jason Cooper
parent 083651f278
commit 1fd7b4dd8b
1 changed files with 10 additions and 0 deletions

View File

@ -1,6 +1,7 @@
/dts-v1/;
/include/ "kirkwood.dtsi"
/include/ "kirkwood-6282.dtsi"
/ {
model = "Plat'Home OpenBlocksA6";
@ -35,5 +36,14 @@
nr-ports = <1>;
status = "okay";
};
i2c@11100 {
status = "okay";
s35390a: s35390a@30 {
compatible = "s35390a";
reg = <0x30>;
};
};
};
};