Add gpio@[0-9a-f]+, mpps@[0-9a-f]+ and xoadc@[0-9a-f]+ as possible child nodes of qcom,pm8xxx, referencing existint schema files. Schema for other possible nodes does not exist yet. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> --- .../devicetree/bindings/mfd/qcom-pm8xxx.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Documentation/devicetree/bindings/mfd/qcom-pm8xxx.yaml b/Documentation/devicetree/bindings/mfd/qcom-pm8xxx.yaml index 9065ec53e643..10021eb7103e 100644 --- a/Documentation/devicetree/bindings/mfd/qcom-pm8xxx.yaml +++ b/Documentation/devicetree/bindings/mfd/qcom-pm8xxx.yaml @@ -38,10 +38,22 @@ properties: interrupt-controller: true patternProperties: + "gpio@[0-9a-f]+$": + type: object + $ref: "../pinctrl/qcom,pmic-gpio.yaml" + + "mpps@[0-9a-f]+$": + type: object + $ref: "../pinctrl/qcom,pmic-mpp.yaml" + "rtc@[0-9a-f]+$": type: object $ref: "../rtc/qcom-pm8xxx-rtc.yaml" + "xoadc@[0-9a-f]+$": + type: object + $ref: "../iio/adc/qcom,pm8018-adc.yaml" + required: - compatible - '#address-cells' -- 2.30.2