Skip to content

Commit

Permalink
[POWERPC] 83xx: Add rtc node to mpc8313erdb dts
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kim Phillips authored and Kumar Gala committed Feb 6, 2008
1 parent 266fb4a commit 5cfade1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/powerpc/boot/dts/mpc8313erdb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@
interrupts = <14 0x8>;
interrupt-parent = <&ipic>;
dfsrr;
rtc@68 {
compatible = "dallas,ds1339";
reg = <0x68>;
};
};

i2c@3100 {
Expand Down

0 comments on commit 5cfade1

Please sign in to comment.