mbox series

[v4,0/4] arm64: qcom: sm8550: enable PMIC devices

Message ID 20230525-topic-sm8550-upstream-pm8550-lpg-dt-v4-0-a288f24af81b@linaro.org (mailing list archive)
Headers show
Series arm64: qcom: sm8550: enable PMIC devices | expand

Message

Neil Armstrong June 12, 2023, 3:22 p.m. UTC
This enables the following PMIC devices:
- PWM RGB LED
- RTC
- Volume and Power buttons

on the SM8550 boards.

No dependencies when applied on next-20230609

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
Changes in v4:
- rebased on next-20230609
- Link to v3: https://lore.kernel.org/r/20230525-topic-sm8550-upstream-pm8550-lpg-dt-v3-0-8823ee43f3fc@linaro.org

Changes in v3:
- Added all review tags
- Fixed pinctrl-names/-0 order in last patch
- Link to v2: https://lore.kernel.org/r/20230525-topic-sm8550-upstream-pm8550-lpg-dt-v2-0-a3b890604c49@linaro.org

Changes in v2:
- Always enable RTC in a new patch
- Drop patch enabling RTC on boards
- Move PON names to meet alphabetical order
- Link to v1: https://lore.kernel.org/r/20230525-topic-sm8550-upstream-pm8550-lpg-dt-v1-0-4d5d7602f290@linaro.org

---
Neil Armstrong (4):
      arm64: dts: qcom: pm8550: add PWM controller
      arm64: dts: qcom: sm8550-qrd: add notification RGB LED
      arm64: dts: qcom: pmk8550: always enable RTC PMIC device
      arm64: dts: qcom: sm8550-qrd: enable PMIC Volume and Power buttons

 arch/arm64/boot/dts/qcom/pm8550.dtsi    | 10 ++++++
 arch/arm64/boot/dts/qcom/pmk8550.dtsi   |  1 -
 arch/arm64/boot/dts/qcom/sm8550-qrd.dts | 63 +++++++++++++++++++++++++++++++++
 3 files changed, 73 insertions(+), 1 deletion(-)
---
base-commit: 53ab6975c12d1ad86c599a8927e8c698b144d669
change-id: 20230525-topic-sm8550-upstream-pm8550-lpg-dt-c31455d22f26

Best regards,

Comments

Bjorn Andersson June 13, 2023, 10:30 p.m. UTC | #1
On Mon, 12 Jun 2023 17:22:48 +0200, Neil Armstrong wrote:
> This enables the following PMIC devices:
> - PWM RGB LED
> - RTC
> - Volume and Power buttons
> 
> on the SM8550 boards.
> 
> [...]

Applied, thanks!

[1/4] arm64: dts: qcom: pm8550: add PWM controller
      commit: 8889d13c2e758cff33fc85139c6d9288553e0e30
[2/4] arm64: dts: qcom: sm8550-qrd: add notification RGB LED
      commit: 3818165476d70b13cf3193e1b5e60b1af6689772
[3/4] arm64: dts: qcom: pmk8550: always enable RTC PMIC device
      commit: a791fc19965e52918bb70e2b764965083eaadbed
[4/4] arm64: dts: qcom: sm8550-qrd: enable PMIC Volume and Power buttons
      commit: bb47bfbd5aa89368c348d9828484f7201cef6cea

Best regards,