2021-12-17 12:45:55

by Felipe Balbi

[permalink] [raw]
Subject: [PATCH] arm64: boot: dts: sm8150: simplify references to pwrkey and resin

From: Felipe Balbi <[email protected]>

Since commit d0a6ce59ea4e ("arm64: dts: qcom: sm8150: Add support for
SONY Xperia 1 / 5 (Kumano platform)"), we can directly refer to pwrkey
and resin by their new labels, respectively pon_pwrkey and pon_resin.

Simplify microsof surface duo DTS by utilizing the new labels.

Signed-off-by: Felipe Balbi <[email protected]>
---
.../dts/qcom/sm8150-microsoft-surface-duo.dts | 20 ++++++++-----------
1 file changed, 8 insertions(+), 12 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/sm8150-microsoft-surface-duo.dts b/arch/arm64/boot/dts/qcom/sm8150-microsoft-surface-duo.dts
index 5901c28e6696..a73317e1a824 100644
--- a/arch/arm64/boot/dts/qcom/sm8150-microsoft-surface-duo.dts
+++ b/arch/arm64/boot/dts/qcom/sm8150-microsoft-surface-duo.dts
@@ -430,18 +430,8 @@ &i2c19 {
/* MAX34417 @ 0x1e */
};

-&pon {
- pwrkey {
- status = "okay";
- };
-
- resin {
- compatible = "qcom,pm8941-resin";
- interrupts = <0x0 0x8 0x1 IRQ_TYPE_EDGE_BOTH>;
- debounce = <15625>;
- bias-pull-up;
- linux,code = <KEY_VOLUMEDOWN>;
- };
+&pon_pwrkey {
+ status = "okay";
};

&qupv3_id_0 {
@@ -476,6 +466,12 @@ &remoteproc_slpi {
firmware-name = "qcom/sm8150/microsoft/slpi.mdt";
};

+&pon_resin {
+ status = "okay";
+
+ linux,code = <KEY_VOLUMEDOWN>;
+};
+
&tlmm {
gpio-reserved-ranges = <126 4>;

--
2.34.1



2022-02-02 08:25:32

by Bjorn Andersson

[permalink] [raw]
Subject: Re: (subset) [PATCH] arm64: boot: dts: sm8150: simplify references to pwrkey and resin

On Fri, 17 Dec 2021 14:45:46 +0200, Felipe Balbi wrote:
> From: Felipe Balbi <[email protected]>
>
> Since commit d0a6ce59ea4e ("arm64: dts: qcom: sm8150: Add support for
> SONY Xperia 1 / 5 (Kumano platform)"), we can directly refer to pwrkey
> and resin by their new labels, respectively pon_pwrkey and pon_resin.
>
> Simplify microsof surface duo DTS by utilizing the new labels.
>
> [...]

Applied, thanks!

[1/1] arm64: boot: dts: sm8150: simplify references to pwrkey and resin
commit: 2a03c21cca5ffd527c9ea2e88e52e58e1c69331b

Best regards,
--
Bjorn Andersson <[email protected]>