rockchip: fix syntax error for ariaboard photonicat

Fix unexpected syntax error cuased by sed replacement.

Fixes: 76fc121e8f ("rockchip: fix usb power for ariaboard photonicat")
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2024-10-25 16:33:19 +08:00
parent be7e3123e8
commit fe693f3429
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -208,7 +208,7 @@
};
vdd_gpu: regulator-vdd-gpu {
compatible regulator-= "pwm";
compatible = "pwm-regulator";
pwms = <&pwm2 0 5000 1>;
regulator-name = "vdd_gpu";
regulator-always-on;
@ -222,7 +222,7 @@
};
vdd_logic: regulator-vdd-logic {
compatible regulator-= "pwm";
compatible = "pwm-regulator";
pwms = <&pwm1 0 5000 1>;
regulator-name = "vdd_logic";
regulator-always-on;