Message ID | 20240716135339.87192-1-rayyan.ansari@linaro.org |
---|---|
State | Accepted |
Commit | 6b18c5d2cd61ac0b526a9524110d4068ecfb1298 |
Headers | show |
Series | arm64: dts: qcom: msm8939-samsung-a7: rename pwm node to conform to dtschema | expand |
On Tue, 16 Jul 2024 14:53:38 +0100, Rayyan Ansari wrote: > Rename the pwm node from "pwm-vibrator" to "pwm" to conform to the dt schema. > > Applied, thanks! [1/1] arm64: dts: qcom: msm8939-samsung-a7: rename pwm node to conform to dtschema commit: 6b18c5d2cd61ac0b526a9524110d4068ecfb1298 Best regards,
diff --git a/arch/arm64/boot/dts/qcom/msm8939-samsung-a7.dts b/arch/arm64/boot/dts/qcom/msm8939-samsung-a7.dts index 91acdb160227..ceba6e73b211 100644 --- a/arch/arm64/boot/dts/qcom/msm8939-samsung-a7.dts +++ b/arch/arm64/boot/dts/qcom/msm8939-samsung-a7.dts @@ -198,7 +198,7 @@ touchkey@20 { }; }; - pwm_vibrator: pwm-vibrator { + pwm_vibrator: pwm { compatible = "clk-pwm"; #pwm-cells = <2>;
Rename the pwm node from "pwm-vibrator" to "pwm" to conform to the dt schema. Signed-off-by: Rayyan Ansari <rayyan.ansari@linaro.org> --- arch/arm64/boot/dts/qcom/msm8939-samsung-a7.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)