Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: input: qcom,pm8941-pwrkey: Document PMM8654AU

Add compatible strings for PMM8654AU power key and resin support.
These blocks are compatible with PMK8350, so use that as the
fallback.

Signed-off-by: Rakesh Kota <rakesh.kota@oss.qualcomm.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Link: https://patch.msgid.link/20260209-add_pwrkey_and_resin-v2-2-f944d87b9a93@oss.qualcomm.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Rakesh Kota and committed by
Dmitry Torokhov
ab2e361c 831813bd

+12 -5
+12 -5
Documentation/devicetree/bindings/input/qcom,pm8941-pwrkey.yaml
··· 12 12 13 13 properties: 14 14 compatible: 15 - enum: 16 - - qcom,pm8941-pwrkey 17 - - qcom,pm8941-resin 18 - - qcom,pmk8350-pwrkey 19 - - qcom,pmk8350-resin 15 + oneOf: 16 + - enum: 17 + - qcom,pm8941-pwrkey 18 + - qcom,pm8941-resin 19 + - qcom,pmk8350-pwrkey 20 + - qcom,pmk8350-resin 21 + - items: 22 + - const: qcom,pmm8654au-pwrkey 23 + - const: qcom,pmk8350-pwrkey 24 + - items: 25 + - const: qcom,pmm8654au-resin 26 + - const: qcom,pmk8350-resin 20 27 21 28 interrupts: 22 29 maxItems: 1