[PATCH v2 08/13] dt-bindings: mfd: include common schema in GPIO controllers

From: Krzysztof Kozlowski
Date: Thu Sep 17 2020 - 12:57:11 EST


Include the common GPIO schema in GPIO controllers to be sure all common
properties are properly validated.

Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>

---

Changes since v1:
1. New patch
---
Documentation/devicetree/bindings/mfd/cirrus,madera.yaml | 1 +
Documentation/devicetree/bindings/mfd/max77650.yaml | 3 +++
Documentation/devicetree/bindings/mfd/rohm,bd71828-pmic.yaml | 3 +++
Documentation/devicetree/bindings/mfd/st,stmfx.yaml | 2 ++
Documentation/devicetree/bindings/mfd/wlf,arizona.yaml | 1 +
5 files changed, 10 insertions(+)

diff --git a/Documentation/devicetree/bindings/mfd/cirrus,madera.yaml b/Documentation/devicetree/bindings/mfd/cirrus,madera.yaml
index 499c62c04daa..76c78f96dbd2 100644
--- a/Documentation/devicetree/bindings/mfd/cirrus,madera.yaml
+++ b/Documentation/devicetree/bindings/mfd/cirrus,madera.yaml
@@ -20,6 +20,7 @@ description: |
bindings/sound/cirrus,madera.yaml

allOf:
+ - $ref: /schemas/gpio/gpio-common.yaml#
- $ref: /schemas/pinctrl/cirrus,madera.yaml#
- $ref: /schemas/regulator/wlf,arizona.yaml#
- $ref: /schemas/sound/cirrus,madera.yaml#
diff --git a/Documentation/devicetree/bindings/mfd/max77650.yaml b/Documentation/devicetree/bindings/mfd/max77650.yaml
index b0a0f0d3d9d4..382ce6363e5e 100644
--- a/Documentation/devicetree/bindings/mfd/max77650.yaml
+++ b/Documentation/devicetree/bindings/mfd/max77650.yaml
@@ -20,6 +20,9 @@ description: |
LEDs and onkey) refer to the binding documents under the respective
sub-system directories.

+allOf:
+ - $ref: /schemas/gpio/gpio-common.yaml#
+
properties:
compatible:
const: maxim,max77650
diff --git a/Documentation/devicetree/bindings/mfd/rohm,bd71828-pmic.yaml b/Documentation/devicetree/bindings/mfd/rohm,bd71828-pmic.yaml
index 3a6a1a26e2b3..3a59ec26075d 100644
--- a/Documentation/devicetree/bindings/mfd/rohm,bd71828-pmic.yaml
+++ b/Documentation/devicetree/bindings/mfd/rohm,bd71828-pmic.yaml
@@ -15,6 +15,9 @@ description: |
single-cell linear charger. Also included is a Coulomb counter, a real-time
clock (RTC), and a 32.768 kHz clock gate.

+allOf:
+ - $ref: /schemas/gpio/gpio-common.yaml#
+
properties:
compatible:
const: rohm,bd71828
diff --git a/Documentation/devicetree/bindings/mfd/st,stmfx.yaml b/Documentation/devicetree/bindings/mfd/st,stmfx.yaml
index 888ab4b5df45..dc7168255c18 100644
--- a/Documentation/devicetree/bindings/mfd/st,stmfx.yaml
+++ b/Documentation/devicetree/bindings/mfd/st,stmfx.yaml
@@ -31,6 +31,8 @@ properties:

pinctrl:
type: object
+ allOf:
+ - $ref: /schemas/gpio/gpio-common.yaml#

properties:
compatible:
diff --git a/Documentation/devicetree/bindings/mfd/wlf,arizona.yaml b/Documentation/devicetree/bindings/mfd/wlf,arizona.yaml
index 9e762d474218..a8610e304a00 100644
--- a/Documentation/devicetree/bindings/mfd/wlf,arizona.yaml
+++ b/Documentation/devicetree/bindings/mfd/wlf,arizona.yaml
@@ -16,6 +16,7 @@ description: |
allOf:
- $ref: /schemas/sound/wlf,arizona.yaml#
- $ref: /schemas/regulator/wlf,arizona.yaml#
+ - $ref: /schemas/gpio/gpio-common.yaml#
- $ref: /schemas/extcon/wlf,arizona.yaml#
- if:
properties:
--
2.17.1