From e50677c8f224fb925e63dee42e00d3478e1975aa Mon Sep 17 00:00:00 2001 From: Hal Feng Date: Tue, 5 Jul 2022 09:38:32 +0800 Subject: [PATCH] riscv: dts: starfive: Modify the compatible of pwm(ptc) driver Signed-off-by: Hal Feng --- arch/riscv/boot/dts/starfive/jh7110.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/riscv/boot/dts/starfive/jh7110.dtsi b/arch/riscv/boot/dts/starfive/jh7110.dtsi index 431adf4..286d471 100644 --- a/arch/riscv/boot/dts/starfive/jh7110.dtsi +++ b/arch/riscv/boot/dts/starfive/jh7110.dtsi @@ -1227,7 +1227,7 @@ }; ptc: pwm@120d0000 { - compatible = "starfive,pwm0"; + compatible = "starfive,pwm"; reg = <0x0 0x120d0000 0x0 0x10000>; reg-names = "control"; clocks = <&clkgen JH7110_PWM_CLK_APB>; -- 2.7.4