Commit 3048fa3f authored by Marek Vasut's avatar Marek Vasut Committed by Shawn Guo
Browse files

ARM: dts: mxs: Fix the RTC compatible prop on M28EVK



The compatible property should be m41t62, not mt41t62, so fix this.

Signed-off-by: default avatarMarek Vasut <marex@denx.de>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 8128c4f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -194,7 +194,7 @@
				};

				rtc: rtc@68 {
					compatible = "stm,mt41t62";
					compatible = "stm,m41t62";
					reg = <0x68>;
				};
			};