ARM: apf27dev: add rtc ds1374 to the device tree

Signed-off-by: Philippe Reynes <tremyfr@yahoo.fr>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
This commit is contained in:
Philippe Reynes 2013-06-21 18:24:13 +02:00 committed by Shawn Guo
parent 9110ede4e0
commit a47b3bfcac
1 changed files with 5 additions and 0 deletions

View File

@ -53,6 +53,11 @@
&i2c1 {
clock-frequency = <400000>;
status = "okay";
rtc@68 {
compatible = "dallas,ds1374";
reg = <0x68>;
};
};
&i2c2 {