ARM: dts: imx6: change rtc compatible string to st,m41t00 from m41t00

m41t00 compatible is not existing. Change it to st,m41t00 to fix below
CHECK_DTBS warnings:
arch/arm/boot/dts/nxp/imx/imx6dl-ts7970.dtb: /soc/bus@2100000/i2c@21a0000/rtc@68: failed to match any schema with compatible: ['m41t00']

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Frank Li 2025-09-03 16:20:09 -04:00 committed by Shawn Guo
parent 25d1ef1cfb
commit 419f47b88d

View File

@ -213,7 +213,7 @@ &i2c1 {
status = "okay";
m41t00s: rtc@68 {
compatible = "m41t00";
compatible = "st,m41t00";
reg = <0x68>;
};