]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: imx6q-evi: fix rtc compatible
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Sun, 5 Oct 2025 21:51:45 +0000 (23:51 +0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 27 Oct 2025 01:23:08 +0000 (09:23 +0800)
The correct compatible is nxp,pcf2123

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx6q-evi.dts

index 78d941fef5dfb288c69d702ed190150caa92ba7a..5da9631cb3ec5406a5e88bd24d2e9529879b6aa1 100644 (file)
        };
 
        pb_rtc: rtc@3 {
-               compatible = "nxp,rtc-pcf2123";
+               compatible = "nxp,pcf2123";
                spi-max-frequency = <2450000>;
                spi-cs-high;
                reg = <3>;