Message ID | 20201105184506.215648-3-krzk@kernel.org |
---|---|
State | Accepted |
Commit | 32f9abc326ee21d8fe01c9979d493c7a92dedd59 |
Headers | show |
Series | [1/6] ARM: dts: exynos: use hyphens in Exynos3250 node names | expand |
diff --git a/arch/arm/boot/dts/exynos4412-midas.dtsi b/arch/arm/boot/dts/exynos4412-midas.dtsi index 97db6e4a39a7..0889f081efd2 100644 --- a/arch/arm/boot/dts/exynos4412-midas.dtsi +++ b/arch/arm/boot/dts/exynos4412-midas.dtsi @@ -192,7 +192,7 @@ charger_reg: CHARGER { }; }; - max77693_haptic { + motor-driver { compatible = "maxim,max77693-haptic"; haptic-supply = <&ldo26_reg>; pwms = <&pwm 0 38022 0>;
Use a generic name for the max77693 motor driver in Exynos4412 Midas boards to align with Devicetree specification naming convention. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> --- arch/arm/boot/dts/exynos4412-midas.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)