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

View file

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