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:
Marek Vasut 2014-01-24 00:23:36 +01:00 committed by Shawn Guo
parent 8128c4f366
commit 3048fa3fc5
1 changed files with 1 additions and 1 deletions

View File

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