forked from Minki/linux
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:
parent
9110ede4e0
commit
a47b3bfcac
@ -53,6 +53,11 @@
|
||||
&i2c1 {
|
||||
clock-frequency = <400000>;
|
||||
status = "okay";
|
||||
|
||||
rtc@68 {
|
||||
compatible = "dallas,ds1374";
|
||||
reg = <0x68>;
|
||||
};
|
||||
};
|
||||
|
||||
&i2c2 {
|
||||
|
Loading…
Reference in New Issue
Block a user