]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: dts: rockchip: Fix RTC compatible on rk3288-phycore-rdk
authorFabio Estevam <festevam@gmail.com>
Sun, 1 Mar 2026 12:41:56 +0000 (09:41 -0300)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 23 Mar 2026 21:17:25 +0000 (22:17 +0100)
According to st,m41t80.yaml, the correct compatible for the RV4162 RTC
is "microcrystal,rv4162".

Fix it accordingly.

This fixes the following dt-schema warning:

rtc@68: failed to match any schema with compatible: ['rv4162']

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Link: https://patch.msgid.link/20260301124156.473862-1-festevam@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rockchip/rk3288-phycore-rdk.dts

index 10ce0554d4fc9bc8805085f2333bb1a4357f7a22..a878a2632de0740c3a2c9fec0d1af77e81c5d1a4 100644 (file)
@@ -94,7 +94,7 @@
        };
 
        i2c_rtc: rtc@68 {
-               compatible = "rv4162";
+               compatible = "microcrystal,rv4162";
                reg = <0x68>;
                pinctrl-names = "default";
                pinctrl-0 = <&i2c_rtc_int>;