projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
266fb4a
)
[POWERPC] 83xx: Add rtc node to mpc8313erdb dts
author
Kim Phillips
<kim.phillips@freescale.com>
Fri, 1 Feb 2008 01:40:05 +0000
(19:40 -0600)
committer
Kumar Gala
<galak@kernel.crashing.org>
Wed, 6 Feb 2008 05:30:14 +0000
(23:30 -0600)
The 8313 rdb has a ds1339 at address 0x68.
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/boot/dts/mpc8313erdb.dts
patch
|
blob
|
history
diff --git
a/arch/powerpc/boot/dts/mpc8313erdb.dts
b/arch/powerpc/boot/dts/mpc8313erdb.dts
index 2d6653fe72ff578f91ead0ec74dbd46b7f8d1e05..e1f0dca8ac397324876f46aee281c08a2acc5e39 100644
(file)
--- a/
arch/powerpc/boot/dts/mpc8313erdb.dts
+++ b/
arch/powerpc/boot/dts/mpc8313erdb.dts
@@
-118,6
+118,10
@@
interrupts = <14 0x8>;
interrupt-parent = <&ipic>;
dfsrr;
+ rtc@68 {
+ compatible = "dallas,ds1339";
+ reg = <0x68>;
+ };
};
i2c@3100 {