Message ID | 20230122-msm8974-bacon-features-v2-0-06bb83c20a58@z3ntu.xyz (mailing list archive) |
---|---|
Headers | show |
Series | Add support for some features on OnePlus One | expand |
On Mon, 06 Feb 2023 21:40:13 +0100, Luca Weiss wrote: > Add support for the vibrator, volume keys, hall sensor, backlight and > notification LED to the device tree of the OnePlus One smartphone. > > Applied, thanks! [1/5] ARM: dts: qcom: pm8941: Add vibrator node commit: 3d2cc00d6d4e552c9bb4a77b6155104185e8d58f [2/5] ARM: dts: qcom: msm8974-oneplus-bacon: Add vibrator commit: b2f82484c5216af9a227a567c31fe03934e05ee4 [3/5] ARM: dts: qcom: msm8974-oneplus-bacon: Add volume keys and hall sensor commit: de0520a6e27299c6a893c01aa5bb098810ef7349 [4/5] ARM: dts: qcom: msm8974-oneplus-bacon: Add backlight commit: 44244ed2a95956b9ac1c3e6c7ffd77c88fac05bd [5/5] ARM: dts: qcom: msm8974-oneplus-bacon: Add notification LED commit: 3835f9a0cf56fab884d3072a991482c1f222c942 Best regards,
Add support for the vibrator, volume keys, hall sensor, backlight and notification LED to the device tree of the OnePlus One smartphone. Signed-off-by: Luca Weiss <luca@z3ntu.xyz> --- Changes in v2: - 3/5: improve order of pinctrl* properties, remove unnecessary newline - pick up tags - Link to v1: https://lore.kernel.org/r/20230122-msm8974-bacon-features-v1-0-4049f565c24c@z3ntu.xyz --- Luca Weiss (5): ARM: dts: qcom: pm8941: Add vibrator node ARM: dts: qcom: msm8974-oneplus-bacon: Add vibrator ARM: dts: qcom: msm8974-oneplus-bacon: Add volume keys and hall sensor ARM: dts: qcom: msm8974-oneplus-bacon: Add backlight ARM: dts: qcom: msm8974-oneplus-bacon: Add notification LED .../arm/boot/dts/qcom-msm8974pro-oneplus-bacon.dts | 96 ++++++++++++++++++++++ arch/arm/boot/dts/qcom-pm8941.dtsi | 6 ++ 2 files changed, 102 insertions(+) --- base-commit: 2be7ea9924c3f827342d01ebbdf414df8ccf97d7 change-id: 20230122-msm8974-bacon-features-6c832aa94c87 Best regards,