powerpc/p1022ds: Add RTC support

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>
This commit is contained in:
Jerry Huang 2012-04-17 09:42:35 +08:00 committed by Kumar Gala
parent 5a9e0d2e7a
commit 4a35243319
1 changed files with 4 additions and 0 deletions

View File

@ -161,6 +161,10 @@
* the clock is enabled.
*/
};
rtc@68 {
compatible = "dallas,ds1339";
reg = <0x68>;
};
};
spi@7000 {