mirror of
https://github.com/torvalds/linux.git
synced 2024-12-14 07:02:23 +00:00
powerpc/p1022ds: fix rtc compatible string
RTC Hardware(ds3232) and rtc compatible string does not match. Change "dallas,ds1339" to "dallas,ds3232". Signed-off-by: Wang Dongsheng <dongsheng.wang@freescale.com> Signed-off-by: Scott Wood <scottwood@freescale.com>
This commit is contained in:
parent
a183d3ae63
commit
1e7bf895cc
@ -146,7 +146,7 @@
|
||||
*/
|
||||
};
|
||||
rtc@68 {
|
||||
compatible = "dallas,ds1339";
|
||||
compatible = "dallas,ds3232";
|
||||
reg = <0x68>;
|
||||
};
|
||||
adt7461@4c {
|
||||
|
Loading…
Reference in New Issue
Block a user