Skip to content

Commit

Permalink
powerpc/85xx: Add RTC to P1010RDB device tree
Browse files Browse the repository at this point in the history
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Kumar Gala committed Nov 24, 2011
1 parent 9648874 commit ae744b4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/powerpc/boot/dts/p1010rdb.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,13 @@
};

&board_soc {
i2c@3000 {
rtc@68 {
compatible = "pericom,pt7c4338";
reg = <0x68>;
};
};

spi@7000 {
flash@0 {
#address-cells = <1>;
Expand Down

0 comments on commit ae744b4

Please sign in to comment.