]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: imx6: change rtc compatible string to st,m41t00 from m41t00
authorFrank Li <Frank.Li@nxp.com>
Wed, 3 Sep 2025 20:20:09 +0000 (16:20 -0400)
committerShawn Guo <shawnguo@kernel.org>
Thu, 11 Sep 2025 03:18:10 +0000 (11:18 +0800)
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>
arch/arm/boot/dts/nxp/imx/imx6qdl-ts7970.dtsi

index 2e8573dac39e86f408a45da3c013e67e96c02fc9..17f6a568f0e8cfc8e71aeafb34eaee12d67a29aa 100644 (file)
        status = "okay";
 
        m41t00s: rtc@68 {
-               compatible = "m41t00";
+               compatible = "st,m41t00";
                reg = <0x68>;
        };