]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: imx6: replace isl,isl12022 with isil,isl12022 for RTC
authorFrank Li <Frank.Li@nxp.com>
Wed, 3 Sep 2025 20:20:05 +0000 (16:20 -0400)
committerShawn Guo <shawnguo@kernel.org>
Thu, 11 Sep 2025 03:18:10 +0000 (11:18 +0800)
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>
arch/arm/boot/dts/nxp/imx/imx6qdl-ts7970.dtsi

index 11c70431feec902ef76a67d1ea02d2af5d467b68..2e8573dac39e86f408a45da3c013e67e96c02fc9 100644 (file)
        };
 
        isl12022: rtc@6f {
-               compatible = "isl,isl12022";
+               compatible = "isil,isl12022";
                reg = <0x6f>;
        };