ARM: dts: imx6: replace isl,isl12022 with isil,isl12022 for RTC

The compatible string isl,isl12022 is typo, it should be isil,isl12022.
Fix below CHECK_DTBS warning:
arch/arm/boot/dts/nxp/imx/imx6dl-ts7970.dtb: /soc/bus@2100000/i2c@21a0000/rtc@6f: failed to match any schema with compatible: ['isl,isl12022']

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:05 -04:00 committed by Shawn Guo
parent 91c6d75db0
commit 2039db627d

View File

@ -218,7 +218,7 @@ m41t00s: rtc@68 {
};
isl12022: rtc@6f {
compatible = "isl,isl12022";
compatible = "isil,isl12022";
reg = <0x6f>;
};