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

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
...@@ -194,7 +194,7 @@ eeprom: eeprom@51 { ...@@ -194,7 +194,7 @@ eeprom: eeprom@51 {
}; };
rtc: rtc@68 { rtc: rtc@68 {
compatible = "stm,mt41t62"; compatible = "stm,m41t62";
reg = <0x68>; reg = <0x68>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment