Message ID | 20230414-pmi632-v3-0-079d2cada699@z3ntu.xyz (mailing list archive) |
---|---|
Headers | show |
Series | Add PMI632 PMIC and RGB LED on sdm632-fairphone-fp3 | expand |
On Tue, 23 May 2023 22:41:27 +0200, Luca Weiss wrote: > Add support for the PMI632 PMIC in the spmi-gpio & qcom-lpg driver, add > the dtsi for the PMIC and enable the notification LED on fairphone-fp3. > > Applied, thanks! [1/3] arm64: dts: qcom: Add PMI632 PMIC commit: a1f0f2ebb044c7248c3f30b98de0f151505bd4bd [2/3] arm64: dts: qcom: sdm632-fairphone-fp3: Add notification LED commit: 0c4f10917d22e6f36080617bfe71de1ae854ee58 Best regards,
Add support for the PMI632 PMIC in the spmi-gpio & qcom-lpg driver, add the dtsi for the PMIC and enable the notification LED on fairphone-fp3. Signed-off-by: Luca Weiss <luca@z3ntu.xyz> --- Changes in v3: - Pick up tags - Drop patches that have been applied - Link to v2: https://lore.kernel.org/r/20230414-pmi632-v2-0-98bafa909c36@z3ntu.xyz Changes in v2: - Add qcom,pmi632-gpio to all the needed places in yaml - Add patch documenting led path - Pick up tags - Drop vadc pre-scaling patch since it was applied - Link to v1: https://lore.kernel.org/r/20230414-pmi632-v1-0-fe94dc414832@z3ntu.xyz --- Luca Weiss (3): arm64: dts: qcom: Add PMI632 PMIC arm64: dts: qcom: sdm632-fairphone-fp3: Add notification LED Documentation: leds: Add "rgb:status" path Documentation/leds/well-known-leds.txt | 1 + arch/arm64/boot/dts/qcom/pmi632.dtsi | 165 ++++++++++++++++++++++ arch/arm64/boot/dts/qcom/sdm632-fairphone-fp3.dts | 29 ++++ 3 files changed, 195 insertions(+) --- base-commit: 5a3b858944b3a5a297df90353614abfb7c7ef592 change-id: 20230414-pmi632-4ae03225ae75 Best regards,