* [PATCH v4 0/2] monaco: Add PMM8654AU PON support
@ 2026-03-23 10:45 Rakesh Kota
2026-03-23 10:45 ` [PATCH v4 1/2] dt-bindings: power: reset: qcom-pon: Add new compatible PMM8654AU Rakesh Kota
2026-03-23 10:45 ` [PATCH v4 2/2] arm64: dts: qcom: monaco-pmics: Add PON power key and reset inputs Rakesh Kota
0 siblings, 2 replies; 7+ messages in thread
From: Rakesh Kota @ 2026-03-23 10:45 UTC (permalink / raw)
To: Sebastian Reichel, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Vinod Koul, Bjorn Andersson, Konrad Dybcio
Cc: linux-pm, devicetree, linux-kernel, linux-arm-msm, Rakesh Kota,
Dmitry Baryshkov, Konrad Dybcio
This patch series updates the PON power and reset dt-bindings and
device tree to add support for PON power and reset keys on the
Monaco platform.
Signed-off-by: Rakesh Kota <rakesh.kota@oss.qualcomm.com>
---
Changes in v4:
- Remove the contain for PMK8350 and new if:then for PMM8654AU as suggested by Krzysztof Kozlowski
- Link to v3: https://lore.kernel.org/r/20260227-b4-add_pwrkey_and_resin-v3-0-61c5bb2cdda9@oss.qualcomm.com
Changes in v3:
- Drop the dt-bindings of PMM8654AU qcom,pm8941-pwrkey as this
patch was picked - https://lore.kernel.org/all/20260209-add_pwrkey_and_resin-v2-2-f944d87b9a93@oss.qualcomm.com
- Update Commit message and disable the resin as suggested by Konrad Dybcio
- Link to v2: https://lore.kernel.org/r/20260209-add_pwrkey_and_resin-v2-0-f944d87b9a93@oss.qualcomm.com
Changes in v2:
- Introduces PMM8654AU compatible strings as suggested by Konrad Dybcio.
- Link to v1: https://lore.kernel.org/all/20260122-add_pwrkey_and_resin-v1-1-a9fe87537816@oss.qualcomm.com
---
Rakesh Kota (2):
dt-bindings: power: reset: qcom-pon: Add new compatible PMM8654AU
arm64: dts: qcom: monaco-pmics: Add PON power key and reset inputs
.../devicetree/bindings/power/reset/qcom,pon.yaml | 32 +++++++++++++++++-----
arch/arm64/boot/dts/qcom/monaco-pmics.dtsi | 20 ++++++++++++++
2 files changed, 45 insertions(+), 7 deletions(-)
---
base-commit: 877552aa875839314afad7154b5a561889e87ea9
change-id: 20260226-b4-add_pwrkey_and_resin-2c04d8d53f5d
Best regards,
--
Rakesh Kota <rakesh.kota@oss.qualcomm.com>
^ permalink raw reply [flat|nested] 7+ messages in thread* [PATCH v4 1/2] dt-bindings: power: reset: qcom-pon: Add new compatible PMM8654AU 2026-03-23 10:45 [PATCH v4 0/2] monaco: Add PMM8654AU PON support Rakesh Kota @ 2026-03-23 10:45 ` Rakesh Kota 2026-03-23 13:24 ` Rob Herring (Arm) 2026-03-23 18:18 ` Rob Herring 2026-03-23 10:45 ` [PATCH v4 2/2] arm64: dts: qcom: monaco-pmics: Add PON power key and reset inputs Rakesh Kota 1 sibling, 2 replies; 7+ messages in thread From: Rakesh Kota @ 2026-03-23 10:45 UTC (permalink / raw) To: Sebastian Reichel, Rob Herring, Krzysztof Kozlowski, Conor Dooley, Vinod Koul, Bjorn Andersson, Konrad Dybcio Cc: linux-pm, devicetree, linux-kernel, linux-arm-msm, Rakesh Kota, Dmitry Baryshkov PMM8654AU is a different PMIC from PMM8650AU, even though both share the same PMIC subtype. Add PON compatible string for PMM8654AU PMIC variant. The PMM8654AU PON block is compatible with the PMK8350 PON implementation, but PMM8654AU also implements additional PON registers beyond the baseline. Use the PMM8654AU naming to match the compatible string already present in the upstream pinctrl-spmi-gpio driver, keeping device tree and kernel driver naming consistent. Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Rakesh Kota <rakesh.kota@oss.qualcomm.com> --- Changes in v4: - Remove the contain for PMK8350 and new if:then for PMM8654AU as suggested by Krzysztof Kozlowski Changes in v3: - Update the commit message. Changes in v2: - Introduces PMM8654AU compatible strings as suggested by Konrad Dybcio. --- .../devicetree/bindings/power/reset/qcom,pon.yaml | 32 +++++++++++++++++----- 1 file changed, 25 insertions(+), 7 deletions(-) diff --git a/Documentation/devicetree/bindings/power/reset/qcom,pon.yaml b/Documentation/devicetree/bindings/power/reset/qcom,pon.yaml index 979a377cb4ffd577bfa51b9a3cd089acc202de0c..2a5d9182b8d5c1a286716ab175c7bb5e39b334e0 100644 --- a/Documentation/devicetree/bindings/power/reset/qcom,pon.yaml +++ b/Documentation/devicetree/bindings/power/reset/qcom,pon.yaml @@ -17,12 +17,16 @@ description: | properties: compatible: - enum: - - qcom,pm8916-pon - - qcom,pm8941-pon - - qcom,pms405-pon - - qcom,pm8998-pon - - qcom,pmk8350-pon + oneOf: + - enum: + - qcom,pm8916-pon + - qcom,pm8941-pon + - qcom,pms405-pon + - qcom,pm8998-pon + - qcom,pmk8350-pon + - items: + - const: qcom,pmm8654au-pon + - const: qcom,pmk8350-pon reg: description: | @@ -100,7 +104,6 @@ allOf: - if: properties: compatible: - contains: const: qcom,pmk8350-pon then: properties: @@ -113,6 +116,21 @@ allOf: - const: hlos - const: pbs + - if: + properties: + compatible: + const: qcom,pmm8654au-pon + then: + properties: + reg: + minItems: 1 + maxItems: 2 + reg-names: + minItems: 1 + items: + - const: hlos + - const: pbs + examples: - | #include <dt-bindings/interrupt-controller/irq.h> -- 2.34.1 ^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH v4 1/2] dt-bindings: power: reset: qcom-pon: Add new compatible PMM8654AU 2026-03-23 10:45 ` [PATCH v4 1/2] dt-bindings: power: reset: qcom-pon: Add new compatible PMM8654AU Rakesh Kota @ 2026-03-23 13:24 ` Rob Herring (Arm) 2026-03-23 18:18 ` Rob Herring 1 sibling, 0 replies; 7+ messages in thread From: Rob Herring (Arm) @ 2026-03-23 13:24 UTC (permalink / raw) To: Rakesh Kota Cc: Krzysztof Kozlowski, linux-pm, linux-kernel, Bjorn Andersson, devicetree, Conor Dooley, Konrad Dybcio, Vinod Koul, Dmitry Baryshkov, Sebastian Reichel, linux-arm-msm On Mon, 23 Mar 2026 16:15:15 +0530, Rakesh Kota wrote: > PMM8654AU is a different PMIC from PMM8650AU, even though both share > the same PMIC subtype. Add PON compatible string for PMM8654AU PMIC > variant. > > The PMM8654AU PON block is compatible with the PMK8350 PON > implementation, but PMM8654AU also implements additional PON registers > beyond the baseline. Use the PMM8654AU naming to match the compatible > string already present in the upstream pinctrl-spmi-gpio driver, keeping > device tree and kernel driver naming consistent. > > Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> > Signed-off-by: Rakesh Kota <rakesh.kota@oss.qualcomm.com> > --- > Changes in v4: > - Remove the contain for PMK8350 and new if:then for PMM8654AU as > suggested by Krzysztof Kozlowski > > Changes in v3: > - Update the commit message. > > Changes in v2: > - Introduces PMM8654AU compatible strings as suggested by Konrad Dybcio. > --- > .../devicetree/bindings/power/reset/qcom,pon.yaml | 32 +++++++++++++++++----- > 1 file changed, 25 insertions(+), 7 deletions(-) > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: ./Documentation/devicetree/bindings/power/reset/qcom,pon.yaml:107:13: [warning] wrong indentation: expected 10 but found 12 (indentation) ./Documentation/devicetree/bindings/power/reset/qcom,pon.yaml:122:13: [warning] wrong indentation: expected 10 but found 12 (indentation) dtschema/dtc warnings/errors: doc reference errors (make refcheckdocs): See https://patchwork.kernel.org/project/devicetree/patch/20260323-b4-add_pwrkey_and_resin-v4-1-abef4e4dcc3d@oss.qualcomm.com The base for the series is generally the latest rc1. A different dependency should be noted in *this* patch. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit after running the above command yourself. Note that DT_SCHEMA_FILES can be set to your schema file to speed up checking your schema. However, it must be unset to test all examples with your schema. ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH v4 1/2] dt-bindings: power: reset: qcom-pon: Add new compatible PMM8654AU 2026-03-23 10:45 ` [PATCH v4 1/2] dt-bindings: power: reset: qcom-pon: Add new compatible PMM8654AU Rakesh Kota 2026-03-23 13:24 ` Rob Herring (Arm) @ 2026-03-23 18:18 ` Rob Herring 2026-03-27 9:53 ` Rakesh Kota 1 sibling, 1 reply; 7+ messages in thread From: Rob Herring @ 2026-03-23 18:18 UTC (permalink / raw) To: Rakesh Kota Cc: Sebastian Reichel, Krzysztof Kozlowski, Conor Dooley, Vinod Koul, Bjorn Andersson, Konrad Dybcio, linux-pm, devicetree, linux-kernel, linux-arm-msm, Dmitry Baryshkov On Mon, Mar 23, 2026 at 04:15:15PM +0530, Rakesh Kota wrote: > PMM8654AU is a different PMIC from PMM8650AU, even though both share > the same PMIC subtype. Add PON compatible string for PMM8654AU PMIC > variant. > > The PMM8654AU PON block is compatible with the PMK8350 PON > implementation, but PMM8654AU also implements additional PON registers > beyond the baseline. Use the PMM8654AU naming to match the compatible > string already present in the upstream pinctrl-spmi-gpio driver, keeping > device tree and kernel driver naming consistent. > > Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> > Signed-off-by: Rakesh Kota <rakesh.kota@oss.qualcomm.com> > --- > Changes in v4: > - Remove the contain for PMK8350 and new if:then for PMM8654AU as > suggested by Krzysztof Kozlowski > > Changes in v3: > - Update the commit message. > > Changes in v2: > - Introduces PMM8654AU compatible strings as suggested by Konrad Dybcio. > --- > .../devicetree/bindings/power/reset/qcom,pon.yaml | 32 +++++++++++++++++----- > 1 file changed, 25 insertions(+), 7 deletions(-) > > diff --git a/Documentation/devicetree/bindings/power/reset/qcom,pon.yaml b/Documentation/devicetree/bindings/power/reset/qcom,pon.yaml > index 979a377cb4ffd577bfa51b9a3cd089acc202de0c..2a5d9182b8d5c1a286716ab175c7bb5e39b334e0 100644 > --- a/Documentation/devicetree/bindings/power/reset/qcom,pon.yaml > +++ b/Documentation/devicetree/bindings/power/reset/qcom,pon.yaml > @@ -17,12 +17,16 @@ description: | > > properties: > compatible: > - enum: > - - qcom,pm8916-pon > - - qcom,pm8941-pon > - - qcom,pms405-pon > - - qcom,pm8998-pon > - - qcom,pmk8350-pon > + oneOf: > + - enum: > + - qcom,pm8916-pon > + - qcom,pm8941-pon > + - qcom,pms405-pon > + - qcom,pm8998-pon > + - qcom,pmk8350-pon > + - items: > + - const: qcom,pmm8654au-pon > + - const: qcom,pmk8350-pon > > reg: > description: | > @@ -100,7 +104,6 @@ allOf: > - if: > properties: > compatible: > - contains: > const: qcom,pmk8350-pon > then: > properties: > @@ -113,6 +116,21 @@ allOf: > - const: hlos > - const: pbs > > + - if: > + properties: > + compatible: > + const: qcom,pmm8654au-pon > + then: > + properties: > + reg: > + minItems: 1 > + maxItems: 2 > + reg-names: > + minItems: 1 > + items: > + - const: hlos > + - const: pbs I don't understand this. The existing if/then schema did the exact same thing until you removed 'contains'. Now we just have the same schema duplicated. What does need changing now that I've looked at it is dropping 'reg' in this schema as it just repeats what the top-level schema has. Rob ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH v4 1/2] dt-bindings: power: reset: qcom-pon: Add new compatible PMM8654AU 2026-03-23 18:18 ` Rob Herring @ 2026-03-27 9:53 ` Rakesh Kota 2026-03-27 10:32 ` Krzysztof Kozlowski 0 siblings, 1 reply; 7+ messages in thread From: Rakesh Kota @ 2026-03-27 9:53 UTC (permalink / raw) To: Rob Herring Cc: Sebastian Reichel, Krzysztof Kozlowski, Conor Dooley, Vinod Koul, Bjorn Andersson, Konrad Dybcio, linux-pm, devicetree, linux-kernel, linux-arm-msm, Dmitry Baryshkov, Rakesh Kota On Mon, Mar 23, 2026 at 01:18:20PM -0500, Rob Herring wrote: > On Mon, Mar 23, 2026 at 04:15:15PM +0530, Rakesh Kota wrote: > > PMM8654AU is a different PMIC from PMM8650AU, even though both share > > the same PMIC subtype. Add PON compatible string for PMM8654AU PMIC > > variant. > > > > The PMM8654AU PON block is compatible with the PMK8350 PON > > implementation, but PMM8654AU also implements additional PON registers > > beyond the baseline. Use the PMM8654AU naming to match the compatible > > string already present in the upstream pinctrl-spmi-gpio driver, keeping > > device tree and kernel driver naming consistent. > > > > Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> > > Signed-off-by: Rakesh Kota <rakesh.kota@oss.qualcomm.com> > > --- > > Changes in v4: > > - Remove the contain for PMK8350 and new if:then for PMM8654AU as > > suggested by Krzysztof Kozlowski > > > > Changes in v3: > > - Update the commit message. > > > > Changes in v2: > > - Introduces PMM8654AU compatible strings as suggested by Konrad Dybcio. > > --- > > .../devicetree/bindings/power/reset/qcom,pon.yaml | 32 +++++++++++++++++----- > > 1 file changed, 25 insertions(+), 7 deletions(-) > > > > diff --git a/Documentation/devicetree/bindings/power/reset/qcom,pon.yaml b/Documentation/devicetree/bindings/power/reset/qcom,pon.yaml > > index 979a377cb4ffd577bfa51b9a3cd089acc202de0c..2a5d9182b8d5c1a286716ab175c7bb5e39b334e0 100644 > > --- a/Documentation/devicetree/bindings/power/reset/qcom,pon.yaml > > +++ b/Documentation/devicetree/bindings/power/reset/qcom,pon.yaml > > @@ -17,12 +17,16 @@ description: | > > > > properties: > > compatible: > > - enum: > > - - qcom,pm8916-pon > > - - qcom,pm8941-pon > > - - qcom,pms405-pon > > - - qcom,pm8998-pon > > - - qcom,pmk8350-pon > > + oneOf: > > + - enum: > > + - qcom,pm8916-pon > > + - qcom,pm8941-pon > > + - qcom,pms405-pon > > + - qcom,pm8998-pon > > + - qcom,pmk8350-pon > > + - items: > > + - const: qcom,pmm8654au-pon > > + - const: qcom,pmk8350-pon > > > > reg: > > description: | > > @@ -100,7 +104,6 @@ allOf: > > - if: > > properties: > > compatible: > > - contains: > > const: qcom,pmk8350-pon > > then: > > properties: > > @@ -113,6 +116,21 @@ allOf: > > - const: hlos > > - const: pbs > > > > + - if: > > + properties: > > + compatible: > > + const: qcom,pmm8654au-pon > > + then: > > + properties: > > + reg: > > + minItems: 1 > > + maxItems: 2 > > + reg-names: > > + minItems: 1 > > + items: > > + - const: hlos > > + - const: pbs > > I don't understand this. The existing if/then schema did the exact same > thing until you removed 'contains'. Now we just have the same schema > duplicated. > > What does need changing now that I've looked at it is dropping 'reg' > in this schema as it just repeats what the top-level schema has. > we have got suggestion to add a new if:then block for the new compatible from Krzysztof Kozlowski. Best regards, Rakesh kota > Rob ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH v4 1/2] dt-bindings: power: reset: qcom-pon: Add new compatible PMM8654AU 2026-03-27 9:53 ` Rakesh Kota @ 2026-03-27 10:32 ` Krzysztof Kozlowski 0 siblings, 0 replies; 7+ messages in thread From: Krzysztof Kozlowski @ 2026-03-27 10:32 UTC (permalink / raw) To: Rakesh Kota, Rob Herring Cc: Sebastian Reichel, Krzysztof Kozlowski, Conor Dooley, Vinod Koul, Bjorn Andersson, Konrad Dybcio, linux-pm, devicetree, linux-kernel, linux-arm-msm, Dmitry Baryshkov On 27/03/2026 10:53, Rakesh Kota wrote: > On Mon, Mar 23, 2026 at 01:18:20PM -0500, Rob Herring wrote: >> On Mon, Mar 23, 2026 at 04:15:15PM +0530, Rakesh Kota wrote: >>> PMM8654AU is a different PMIC from PMM8650AU, even though both share >>> the same PMIC subtype. Add PON compatible string for PMM8654AU PMIC >>> variant. >>> >>> The PMM8654AU PON block is compatible with the PMK8350 PON >>> implementation, but PMM8654AU also implements additional PON registers >>> beyond the baseline. Use the PMM8654AU naming to match the compatible >>> string already present in the upstream pinctrl-spmi-gpio driver, keeping >>> device tree and kernel driver naming consistent. >>> >>> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> >>> Signed-off-by: Rakesh Kota <rakesh.kota@oss.qualcomm.com> >>> --- >>> Changes in v4: >>> - Remove the contain for PMK8350 and new if:then for PMM8654AU as >>> suggested by Krzysztof Kozlowski >>> >>> Changes in v3: >>> - Update the commit message. >>> >>> Changes in v2: >>> - Introduces PMM8654AU compatible strings as suggested by Konrad Dybcio. >>> --- >>> .../devicetree/bindings/power/reset/qcom,pon.yaml | 32 +++++++++++++++++----- >>> 1 file changed, 25 insertions(+), 7 deletions(-) >>> >>> diff --git a/Documentation/devicetree/bindings/power/reset/qcom,pon.yaml b/Documentation/devicetree/bindings/power/reset/qcom,pon.yaml >>> index 979a377cb4ffd577bfa51b9a3cd089acc202de0c..2a5d9182b8d5c1a286716ab175c7bb5e39b334e0 100644 >>> --- a/Documentation/devicetree/bindings/power/reset/qcom,pon.yaml >>> +++ b/Documentation/devicetree/bindings/power/reset/qcom,pon.yaml >>> @@ -17,12 +17,16 @@ description: | >>> >>> properties: >>> compatible: >>> - enum: >>> - - qcom,pm8916-pon >>> - - qcom,pm8941-pon >>> - - qcom,pms405-pon >>> - - qcom,pm8998-pon >>> - - qcom,pmk8350-pon >>> + oneOf: >>> + - enum: >>> + - qcom,pm8916-pon >>> + - qcom,pm8941-pon >>> + - qcom,pms405-pon >>> + - qcom,pm8998-pon >>> + - qcom,pmk8350-pon >>> + - items: >>> + - const: qcom,pmm8654au-pon >>> + - const: qcom,pmk8350-pon >>> >>> reg: >>> description: | >>> @@ -100,7 +104,6 @@ allOf: >>> - if: >>> properties: >>> compatible: >>> - contains: >>> const: qcom,pmk8350-pon >>> then: >>> properties: >>> @@ -113,6 +116,21 @@ allOf: >>> - const: hlos >>> - const: pbs >>> >>> + - if: >>> + properties: >>> + compatible: >>> + const: qcom,pmm8654au-pon >>> + then: >>> + properties: >>> + reg: >>> + minItems: 1 >>> + maxItems: 2 >>> + reg-names: >>> + minItems: 1 >>> + items: >>> + - const: hlos >>> + - const: pbs >> >> I don't understand this. The existing if/then schema did the exact same >> thing until you removed 'contains'. Now we just have the same schema >> duplicated. >> >> What does need changing now that I've looked at it is dropping 'reg' >> in this schema as it just repeats what the top-level schema has. >> > > we have got suggestion to add a new if:then block for the new compatible from Krzysztof Kozlowski. > But I did not suggest to add the contents in new if:then: block. I certainly did not suggest to not check this patch before submitting, either. We had long discussion where I asked you how many address spaces you have there? Answer above. And then answer why the patch says the device has one address space or two address spaces. You engaged me, Konrad and now Rob in reviewing this triviality. This is on the verge of wasting of our time. Best regards, Krzysztof ^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH v4 2/2] arm64: dts: qcom: monaco-pmics: Add PON power key and reset inputs 2026-03-23 10:45 [PATCH v4 0/2] monaco: Add PMM8654AU PON support Rakesh Kota 2026-03-23 10:45 ` [PATCH v4 1/2] dt-bindings: power: reset: qcom-pon: Add new compatible PMM8654AU Rakesh Kota @ 2026-03-23 10:45 ` Rakesh Kota 1 sibling, 0 replies; 7+ messages in thread From: Rakesh Kota @ 2026-03-23 10:45 UTC (permalink / raw) To: Sebastian Reichel, Rob Herring, Krzysztof Kozlowski, Conor Dooley, Vinod Koul, Bjorn Andersson, Konrad Dybcio Cc: linux-pm, devicetree, linux-kernel, linux-arm-msm, Rakesh Kota, Konrad Dybcio Add the Power On (PON) peripheral with power key and reset input support for the PMM8654AU PMIC on Monaco platforms. Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Signed-off-by: Rakesh Kota <rakesh.kota@oss.qualcomm.com> --- Changes in v3: - Disable the resin as suggested by the Konrad. Changes in v2: - Add new PMM8654AU compatible strings as suggested by the Konrad. --- arch/arm64/boot/dts/qcom/monaco-pmics.dtsi | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/monaco-pmics.dtsi b/arch/arm64/boot/dts/qcom/monaco-pmics.dtsi index e990d7367719beaa9e0cea87d9c183ae18c3ebc8..af4c38309efae89479f9a11fcb970a4c18f03a91 100644 --- a/arch/arm64/boot/dts/qcom/monaco-pmics.dtsi +++ b/arch/arm64/boot/dts/qcom/monaco-pmics.dtsi @@ -13,6 +13,26 @@ pmm8620au_0: pmic@0 { #address-cells = <1>; #size-cells = <0>; + pmm8654au_0_pon: pon@1200 { + compatible = "qcom,pmm8654au-pon", "qcom,pmk8350-pon"; + reg = <0x1200>, <0x800>; + reg-names = "hlos", "pbs"; + + pmm8654au_0_pon_pwrkey: pwrkey { + compatible = "qcom,pmm8654au-pwrkey", "qcom,pmk8350-pwrkey"; + interrupts-extended = <&spmi_bus 0x0 0x12 0x7 IRQ_TYPE_EDGE_BOTH>; + linux,code = <KEY_POWER>; + debounce = <15625>; + }; + + pmm8654au_0_pon_resin: resin { + compatible = "qcom,pmm8654au-resin", "qcom,pmk8350-resin"; + interrupts-extended = <&spmi_bus 0x0 0x12 0x6 IRQ_TYPE_EDGE_BOTH>; + debounce = <15625>; + status = "disabled"; + }; + }; + pmm8620au_0_rtc: rtc@6100 { compatible = "qcom,pmk8350-rtc"; reg = <0x6100>, <0x6200>; -- 2.34.1 ^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2026-03-27 10:33 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2026-03-23 10:45 [PATCH v4 0/2] monaco: Add PMM8654AU PON support Rakesh Kota 2026-03-23 10:45 ` [PATCH v4 1/2] dt-bindings: power: reset: qcom-pon: Add new compatible PMM8654AU Rakesh Kota 2026-03-23 13:24 ` Rob Herring (Arm) 2026-03-23 18:18 ` Rob Herring 2026-03-27 9:53 ` Rakesh Kota 2026-03-27 10:32 ` Krzysztof Kozlowski 2026-03-23 10:45 ` [PATCH v4 2/2] arm64: dts: qcom: monaco-pmics: Add PON power key and reset inputs Rakesh Kota
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox