rockchip64-6.12: fix compatible for CPU regulator on BTT PI2/CB2

fan53555 driver doesn't accept "tcs,tcs452x" as a compatible, it should
be "tcs,tcs4525" instead.

This change fixes CPUFREQ on CB2 on 6.12

Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
This commit is contained in:
Vasily Khoruzhick 2025-03-18 13:21:32 -07:00 committed by JohnTheCoolingFan
parent 11407a68a7
commit d8ac1f21af
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@
status = "okay";
vdd_cpu: tsc4525@1c {
compatible = "tcs,tcs452x";
compatible = "tcs,tcs4525";
reg = <0x1c>;
vin-supply = <&vcc5v0_sys>;
regulator-compatible = "fan53555-reg";