From 9302f07aab513e1f1399a0ccc5a03a594406f611 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Fri, 25 Oct 2024 16:33:19 +0800 Subject: [PATCH] rockchip: fix syntax error for ariaboard photonicat Fix unexpected syntax error cuased by sed replacement. Fixes: a3403720e379 ("rockchip: fix usb power for ariaboard photonicat") Signed-off-by: Tianling Shen (cherry picked from commit fe693f34291e7f38d1e5ce63b6dfecd7af45e942) --- .../files/arch/arm64/boot/dts/rockchip/rk3568-photonicat.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/rockchip/files/arch/arm64/boot/dts/rockchip/rk3568-photonicat.dts b/target/linux/rockchip/files/arch/arm64/boot/dts/rockchip/rk3568-photonicat.dts index 3178c5a730..45086f7ab2 100644 --- a/target/linux/rockchip/files/arch/arm64/boot/dts/rockchip/rk3568-photonicat.dts +++ b/target/linux/rockchip/files/arch/arm64/boot/dts/rockchip/rk3568-photonicat.dts @@ -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;