Skip to content

Commit

Permalink
powerpc/p1022ds: Add RTC support
Browse files Browse the repository at this point in the history
Add the RTC support into the p1022ds device tree

Signed-off-by: Jerry Huang <Chang-Ming.Huang@freescale.com>
Acked-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Jerry Huang authored and Kumar Gala committed Jul 10, 2012
1 parent 5a9e0d2 commit 4a35243
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/powerpc/boot/dts/p1022ds.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@
* the clock is enabled.
*/
};
rtc@68 {
compatible = "dallas,ds1339";
reg = <0x68>;
};
};

spi@7000 {
Expand Down

0 comments on commit 4a35243

Please sign in to comment.