summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml
diff options
context:
space:
mode:
authorLuca Weiss <luca@z3ntu.xyz>2022-10-31 20:57:14 +0300
committerLee Jones <lee@kernel.org>2022-12-07 16:28:13 +0300
commit0867c49146c2145ecfb07d6d03071cdbeae9b6e1 (patch)
tree610b1996690eec3fea9f897aa19a08cc7da687c5 /Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml
parentba215dd650c50fee321bb47af94fb689cb3cf776 (diff)
downloadlinux-0867c49146c2145ecfb07d6d03071cdbeae9b6e1.tar.xz
dt-bindings: mfd: qcom,spmi-pmic: Rename extcon node name
extcon is a Linux-specific name and shouldn't be a part of the dts. Make it be called usb-detect@ instead. Signed-off-by: Luca Weiss <luca@z3ntu.xyz> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Lee Jones <lee@kernel.org> Link: https://lore.kernel.org/r/20221031175717.942237-1-luca@z3ntu.xyz
Diffstat (limited to 'Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml')
-rw-r--r--Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml
index 8d9fbc278918..a5e69836dcef 100644
--- a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml
+++ b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml
@@ -123,10 +123,6 @@ patternProperties:
- $ref: /schemas/power/supply/qcom,pm8941-charger.yaml#
- $ref: /schemas/power/supply/qcom,pm8941-coincell.yaml#
- "extcon@[0-9a-f]+$":
- type: object
- $ref: /schemas/extcon/qcom,pm8941-misc.yaml#
-
"gpio@[0-9a-f]+$":
type: object
$ref: /schemas/pinctrl/qcom,pmic-gpio.yaml#
@@ -143,6 +139,10 @@ patternProperties:
type: object
$ref: /schemas/thermal/qcom,spmi-temp-alarm.yaml#
+ "^usb-detect@[0-9a-f]+$":
+ type: object
+ $ref: /schemas/extcon/qcom,pm8941-misc.yaml#
+
"^usb-vbus-regulator@[0-9a-f]+$":
type: object
$ref: /schemas/regulator/qcom,usb-vbus-regulator.yaml#