mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-22 13:54:57 +08:00
ARM: dts: mxs: Fix the RTC compatible prop on M28EVK
The compatible property should be m41t62, not mt41t62, so fix this. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
This commit is contained in:
parent
8128c4f366
commit
3048fa3fc5
@ -194,7 +194,7 @@
|
||||
};
|
||||
|
||||
rtc: rtc@68 {
|
||||
compatible = "stm,mt41t62";
|
||||
compatible = "stm,m41t62";
|
||||
reg = <0x68>;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user