David Collins (2):
input: pm8941-pwrkey: add support for PMK8350 PON_HLOS PMIC peripheral
dt-bindings: input: pm8941-pwrkey: add pmk8350 compatible strings
satya priya (3):
dt-bindings: power: reset: Change 'additionalProperties' to true
dt-bindings: input: pm8941-pwrkey: Convert pm8941 power key binding to
yaml
dt-bindings: power: reset: qcom-pon: Convert qcom PON binding to yaml
.../bindings/input/qcom,pm8941-pwrkey.txt | 53 -----------
.../bindings/input/qcom,pm8941-pwrkey.yaml | 51 ++++++++++
.../devicetree/bindings/power/reset/qcom,pon.txt | 49 ----------
.../devicetree/bindings/power/reset/qcom,pon.yaml | 80 ++++++++++++++++
.../bindings/power/reset/reboot-mode.yaml | 2 +-
drivers/input/misc/pm8941-pwrkey.c | 103 ++++++++++++++-------
6 files changed, 204 insertions(+), 134 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/input/qcom,pm8941-pwrkey.txt
create mode 100644 Documentation/devicetree/bindings/input/qcom,pm8941-pwrkey.yaml
delete mode 100644 Documentation/devicetree/bindings/power/reset/qcom,pon.txt
create mode 100644 Documentation/devicetree/bindings/power/reset/qcom,pon.yaml
--
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member
of Code Aurora Forum, hosted by The Linux Foundation
From: David Collins <[email protected]>
Add power key and resin compatible strings for the PMK8350 PMIC.
These are needed to distinguish key PON_HLOS register differences
between PMK8350 and previous PMIC PON modules.
Signed-off-by: David Collins <[email protected]>
Signed-off-by: satya priya <[email protected]>
Acked-by: Rob Herring <[email protected]>
---
Changes in V2:
- Moved this patch before the conversion patches.
Changes in V3:
- No changes.
Changes in V4:
- No changes.
Documentation/devicetree/bindings/input/qcom,pm8941-pwrkey.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/input/qcom,pm8941-pwrkey.txt b/Documentation/devicetree/bindings/input/qcom,pm8941-pwrkey.txt
index 34ab576..6cd08bc 100644
--- a/Documentation/devicetree/bindings/input/qcom,pm8941-pwrkey.txt
+++ b/Documentation/devicetree/bindings/input/qcom,pm8941-pwrkey.txt
@@ -8,6 +8,8 @@ PROPERTIES
Definition: must be one of:
"qcom,pm8941-pwrkey"
"qcom,pm8941-resin"
+ "qcom,pmk8350-pwrkey"
+ "qcom,pmk8350-resin"
- reg:
Usage: required
--
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member
of Code Aurora Forum, hosted by The Linux Foundation
Hi Dmitry,
On 2021-05-12 11:44, satya priya wrote:
> David Collins (2):
> input: pm8941-pwrkey: add support for PMK8350 PON_HLOS PMIC
> peripheral
> dt-bindings: input: pm8941-pwrkey: add pmk8350 compatible strings
>
> satya priya (3):
> dt-bindings: power: reset: Change 'additionalProperties' to true
> dt-bindings: input: pm8941-pwrkey: Convert pm8941 power key binding
> to
> yaml
> dt-bindings: power: reset: qcom-pon: Convert qcom PON binding to yaml
>
Could you please pick these 3 patches.
Thanks,
Satya Priya
> .../bindings/input/qcom,pm8941-pwrkey.txt | 53 -----------
> .../bindings/input/qcom,pm8941-pwrkey.yaml | 51 ++++++++++
> .../devicetree/bindings/power/reset/qcom,pon.txt | 49 ----------
> .../devicetree/bindings/power/reset/qcom,pon.yaml | 80
> ++++++++++++++++
> .../bindings/power/reset/reboot-mode.yaml | 2 +-
> drivers/input/misc/pm8941-pwrkey.c | 103
> ++++++++++++++-------
> 6 files changed, 204 insertions(+), 134 deletions(-)
> delete mode 100644
> Documentation/devicetree/bindings/input/qcom,pm8941-pwrkey.txt
> create mode 100644
> Documentation/devicetree/bindings/input/qcom,pm8941-pwrkey.yaml
> delete mode 100644
> Documentation/devicetree/bindings/power/reset/qcom,pon.txt
> create mode 100644
> Documentation/devicetree/bindings/power/reset/qcom,pon.yaml
Quoting satya priya (2021-05-11 23:14:10)
> From: David Collins <[email protected]>
>
> Add power key and resin compatible strings for the PMK8350 PMIC.
> These are needed to distinguish key PON_HLOS register differences
> between PMK8350 and previous PMIC PON modules.
>
> Signed-off-by: David Collins <[email protected]>
> Signed-off-by: satya priya <[email protected]>
> Acked-by: Rob Herring <[email protected]>
> ---
Reviewed-by: Stephen Boyd <[email protected]>