[PATCH v2 07/13] dt-bindings: media: include common schema in GPIO controllers
From: Krzysztof Kozlowski <krzk@kernel.org>
Date: 2020-09-17 16:56:30
Also in:
alsa-devel, linux-arm-msm, linux-gpio, linux-media, linux-mediatek, linux-renesas-soc, linux-riscv, lkml
Subsystem:
max9286 quad gmsl deserializer driver, media input infrastructure (v4l/dvb), open firmware and flattened device tree bindings, the rest · Maintainers:
Jacopo Mondi, Kieran Bingham, Laurent Pinchart, Niklas Söderlund, Mauro Carvalho Chehab, Rob Herring, Krzysztof Kozlowski, Conor Dooley, Linus Torvalds
Include the common GPIO schema in GPIO controllers to be sure all common
properties are properly validated.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
Changes since v1:
1. New patch
---
Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml b/Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml
index 9ea827092fdd..3f72c37b99f7 100644
--- a/Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml
+++ b/Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml
@@ -24,6 +24,9 @@ description: |
serializer will output it on a local I2C bus. In the other direction all I2C
traffic received over GMSL by the MAX9286 is output on the local I2C bus.
+allOf:
+ - $ref: /schemas/gpio/gpio-common.yaml#
+
properties:
'#address-cells':
const: 1--
2.17.1