2023-06-12 15:59:40

by Neil Armstrong

[permalink] [raw]
Subject: [PATCH v4 0/4] arm64: qcom: sm8550: enable PMIC devices

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 <[email protected]>
---
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,
--
Neil Armstrong <[email protected]>



2023-06-12 16:09:32

by Neil Armstrong

[permalink] [raw]
Subject: [PATCH v4 3/4] arm64: dts: qcom: pmk8550: always enable RTC PMIC device

There's no reason to keep the RTC disabled, it has been tested
and is functional on the SM8550 QRD and MTP boards.

Reviewed-by: Konrad Dybcio <[email protected]>
Signed-off-by: Neil Armstrong <[email protected]>
---
arch/arm64/boot/dts/qcom/pmk8550.dtsi | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/pmk8550.dtsi b/arch/arm64/boot/dts/qcom/pmk8550.dtsi
index 8c897d4fee29..c7ac9b2eaacf 100644
--- a/arch/arm64/boot/dts/qcom/pmk8550.dtsi
+++ b/arch/arm64/boot/dts/qcom/pmk8550.dtsi
@@ -49,7 +49,6 @@ pmk8550_rtc: rtc@6100 {
reg = <0x6100>, <0x6200>;
reg-names = "rtc", "alarm";
interrupts = <0x0 0x62 0x1 IRQ_TYPE_EDGE_RISING>;
- status = "disabled";
};

pmk8550_sdam_2: nvram@7100 {

--
2.34.1


2023-06-13 22:54:21

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH v4 0/4] arm64: qcom: sm8550: enable PMIC devices

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,
--
Bjorn Andersson <[email protected]>