Message ID | 20201113175917.189123-1-nikitos.tr@gmail.com (mailing list archive) |
---|---|
State | Accepted, archived |
Commit | 0af8bbdb6bb83b2b3cf0d005f1cfff5afe75c7c1 |
Headers | show |
Series | [1/6] arm64: dts: qcom: msm8916-longcheer-l8150: Enable PM8916 vibrator | expand |
Hi, Thanks for sending these! On Fri, Nov 13, 2020 at 10:59:12PM +0500, nikitos.tr@gmail.com wrote: > From: Nikita Travkin <nikitos.tr@gmail.com> > > L8150 has a vibrator connected to PM8916. Add it to the device tree. > > Signed-off-by: Nikita Travkin <nikitos.tr@gmail.com> For all 6 patches in this series: Reviewed-by: Stephan Gerhold <stephan@gerhold.net> > --- > 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 @@ &pm8916_resin { > linux,code = <KEY_VOLUMEDOWN>; > }; > > +&pm8916_vib { > + status = "okay"; > +}; > + > &pronto { > status = "okay"; > }; > -- > 2.25.1 >
Hello: This series was applied to qcom/linux.git (refs/heads/for-next): On Fri, 13 Nov 2020 22:59:12 +0500 you wrote: > From: Nikita Travkin <nikitos.tr@gmail.com> > > L8150 has a vibrator connected to PM8916. Add it to the device tree. > > Signed-off-by: Nikita Travkin <nikitos.tr@gmail.com> > --- > arch/arm64/boot/dts/qcom/msm8916-longcheer-l8150.dts | 4 ++++ > 1 file changed, 4 insertions(+) Here is the summary with links: - [1/6] arm64: dts: qcom: msm8916-longcheer-l8150: Enable PM8916 vibrator https://git.kernel.org/qcom/c/0af8bbdb6bb8 - [2/6] arm64: dts: msm8916-longcheer-l8150: Add touchscreen https://git.kernel.org/qcom/c/6eb815289a37 - [3/6] arm64: dts: msm8916-longcheer-l8150: Add position sensors https://git.kernel.org/qcom/c/6bd2cae7ddd6 - [4/6] arm64: dts: qcom: msm8916-longcheer-l8150: Add flash LED https://git.kernel.org/qcom/c/6b4ad4be6469 - [5/6] arm64: dts: qcom: msm8916-longcheer-l8150: Add notification LED https://git.kernel.org/qcom/c/38260b9e6310 - [6/6] arm64: dts: qcom: msm8916-samsung-a2015: Disable muic i2c pin bias https://git.kernel.org/qcom/c/4e8692c2ee3d You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
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 @@ &pm8916_resin { linux,code = <KEY_VOLUMEDOWN>; }; +&pm8916_vib { + status = "okay"; +}; + &pronto { status = "okay"; };