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:
parent
be7e3123e8
commit
fe693f3429
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user