[PATCH RFT 1/3] arm64: dts: exynos: drop pwm-names from MAX77843 haptic in TM2

Krzysztof Kozlowski krzysztof.kozlowski at linaro.org
Sun Dec 4 03:38:37 PST 2022


MAX77843 haptici driver does not take 'pwm-names' property:

  exynos5433-tm2.dtb: pmic at 66: motor-driver: 'pwm-names' does not match any of the regexes: 'pinctrl-[0-9]+'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski at linaro.org>
---
 arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi b/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi
index 5b002a85b792..a8224b3123d4 100644
--- a/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi
+++ b/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi
@@ -925,7 +925,6 @@ haptic: motor-driver {
 			compatible = "maxim,max77843-haptic";
 			haptic-supply = <&ldo38_reg>;
 			pwms = <&pwm 0 33670 0>;
-			pwm-names = "haptic";
 		};
 	};
 };
-- 
2.34.1




More information about the linux-arm-kernel mailing list