mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
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:
committed by
JohnTheCoolingFan
parent
11407a68a7
commit
d8ac1f21af
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user