Skip to content

Commit 1336c32

Browse files
fabioestevammmind
authored andcommitted
ARM: dts: rockchip: Fix RTC compatible on rk3288-phycore-rdk
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>
1 parent 6485417 commit 1336c32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/rockchip/rk3288-phycore-rdk.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
};
9595

9696
i2c_rtc: rtc@68 {
97-
compatible = "rv4162";
97+
compatible = "microcrystal,rv4162";
9898
reg = <0x68>;
9999
pinctrl-names = "default";
100100
pinctrl-0 = <&i2c_rtc_int>;

0 commit comments

Comments
 (0)