Re: [PATCH 1/6] arm64: dts: qcom: msm8916-longcheer-l8150: Enable PM8916 vibrator

2020-11-14 Thread Stephan Gerhold
Hi,

Thanks for sending these!

On Fri, Nov 13, 2020 at 10:59:12PM +0500, nikitos...@gmail.com wrote:
> From: Nikita Travkin 
> 
> L8150 has a vibrator connected to PM8916. Add it to the device tree.
> 
> Signed-off-by: Nikita Travkin 

For all 6 patches in this series:

Reviewed-by: Stephan Gerhold 

> ---
>  arch/arm64/boot/dts/qcom/msm8916-longcheer-l8150.dts | 4 
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/qcom/msm8916-longcheer-l8150.dts 
> b/arch/arm64/boot/dts/qcom/msm8916-longcheer-l8150.dts
> index 2c204d535d66..d106bdbfda68 100644
> --- a/arch/arm64/boot/dts/qcom/msm8916-longcheer-l8150.dts
> +++ b/arch/arm64/boot/dts/qcom/msm8916-longcheer-l8150.dts
> @@ -61,6 +61,10 @@ _resin {
>   linux,code = ;
>  };
>  
> +_vib {
> + status = "okay";
> +};
> +
>   {
>   status = "okay";
>  };
> -- 
> 2.25.1
> 


[PATCH 1/6] arm64: dts: qcom: msm8916-longcheer-l8150: Enable PM8916 vibrator

2020-11-13 Thread nikitos . tr
From: Nikita Travkin 

L8150 has a vibrator connected to PM8916. Add it to the device tree.

Signed-off-by: Nikita Travkin 
---
 arch/arm64/boot/dts/qcom/msm8916-longcheer-l8150.dts | 4 
 1 file changed, 4 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/msm8916-longcheer-l8150.dts 
b/arch/arm64/boot/dts/qcom/msm8916-longcheer-l8150.dts
index 2c204d535d66..d106bdbfda68 100644
--- a/arch/arm64/boot/dts/qcom/msm8916-longcheer-l8150.dts
+++ b/arch/arm64/boot/dts/qcom/msm8916-longcheer-l8150.dts
@@ -61,6 +61,10 @@ _resin {
linux,code = ;
 };
 
+_vib {
+   status = "okay";
+};
+
  {
status = "okay";
 };
-- 
2.25.1