diff options
| author | Frank Li <Frank.Li@nxp.com> | 2025-09-03 16:20:09 -0400 |
|---|---|---|
| committer | Shawn Guo <shawnguo@kernel.org> | 2025-09-11 11:18:10 +0800 |
| commit | 419f47b88d72ba8e197707af4f41976f6508c16c (patch) | |
| tree | 2d6bffe2fbfb453d210e1bb6e9abb63936fbbe7c | |
| parent | 25d1ef1cfbd230d782b15189963cfcc3286ece16 (diff) | |
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>
| -rw-r--r-- | arch/arm/boot/dts/nxp/imx/imx6qdl-ts7970.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/nxp/imx/imx6qdl-ts7970.dtsi b/arch/arm/boot/dts/nxp/imx/imx6qdl-ts7970.dtsi index 2e8573dac39e..17f6a568f0e8 100644 --- a/arch/arm/boot/dts/nxp/imx/imx6qdl-ts7970.dtsi +++ b/arch/arm/boot/dts/nxp/imx/imx6qdl-ts7970.dtsi @@ -213,7 +213,7 @@ status = "okay"; m41t00s: rtc@68 { - compatible = "m41t00"; + compatible = "st,m41t00"; reg = <0x68>; }; |
