rockchip: fix syntax error for ariaboard photonicat
Fix unexpected syntax error cuased by sed replacement. Fixes:a3403720e3("rockchip: fix usb power for ariaboard photonicat") Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> (cherry picked from commitfe693f3429)
This commit is contained in:
parent
c626c8c70c
commit
9302f07aab
@ -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