[PATCH] ARM: dts: rockchip: Fix RTC compatible on rk3288-phycore-rdk

Fabio Estevam posted 1 patch 1 month, 2 weeks ago
arch/arm/boot/dts/rockchip/rk3288-phycore-rdk.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] ARM: dts: rockchip: Fix RTC compatible on rk3288-phycore-rdk
Posted by Fabio Estevam 1 month, 2 weeks ago
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>
---
 arch/arm/boot/dts/rockchip/rk3288-phycore-rdk.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/rockchip/rk3288-phycore-rdk.dts b/arch/arm/boot/dts/rockchip/rk3288-phycore-rdk.dts
index 10ce0554d4fc..a878a2632de0 100644
--- a/arch/arm/boot/dts/rockchip/rk3288-phycore-rdk.dts
+++ b/arch/arm/boot/dts/rockchip/rk3288-phycore-rdk.dts
@@ -94,7 +94,7 @@ adc@64 {
 	};
 
 	i2c_rtc: rtc@68 {
-		compatible = "rv4162";
+		compatible = "microcrystal,rv4162";
 		reg = <0x68>;
 		pinctrl-names = "default";
 		pinctrl-0 = <&i2c_rtc_int>;
-- 
2.34.1
Re: [PATCH] ARM: dts: rockchip: Fix RTC compatible on rk3288-phycore-rdk
Posted by Heiko Stuebner 1 month, 2 weeks ago
On Sun, 01 Mar 2026 09:41:56 -0300, Fabio Estevam wrote:
> 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:
> 
> [...]

Applied, thanks!

[1/1] ARM: dts: rockchip: Fix RTC compatible on rk3288-phycore-rdk
      commit: 9a2337d87dc5b4e2441be51906659068b15ce3a9

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>