Devicetree
 help / color / mirror / Atom feed
* [PATCH] media: dt-bindings: ti,ds90ub960: Add missing type for "i2c-alias"
@ 2023-10-20 17:02 Rob Herring
  2023-10-22 17:34 ` Conor Dooley
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Rob Herring @ 2023-10-20 17:02 UTC (permalink / raw)
  To: Tomi Valkeinen, Mauro Carvalho Chehab, Krzysztof Kozlowski,
	Conor Dooley, Sakari Ailus, Laurent Pinchart
  Cc: linux-media, devicetree, linux-kernel

Every DT property needs a type defined, but "i2c-alias" is missing any
type definition. It's a "uint32", so add a type reference.

Fixes: 313e8b32c616 ("media: dt-bindings: media: add TI DS90UB960 FPD-Link III Deserializer")
Signed-off-by: Rob Herring <robh@kernel.org>
---
 Documentation/devicetree/bindings/media/i2c/ti,ds90ub960.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/media/i2c/ti,ds90ub960.yaml b/Documentation/devicetree/bindings/media/i2c/ti,ds90ub960.yaml
index 289737721c2c..0b71e6f911a8 100644
--- a/Documentation/devicetree/bindings/media/i2c/ti,ds90ub960.yaml
+++ b/Documentation/devicetree/bindings/media/i2c/ti,ds90ub960.yaml
@@ -69,6 +69,7 @@ properties:
             maxItems: 1
 
           i2c-alias:
+            $ref: /schemas/types.yaml#/definitions/uint32
             description:
               The I2C address used for the serializer. Transactions to this
               address on the I2C bus where the deserializer resides are
-- 
2.42.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-10-30 20:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-20 17:02 [PATCH] media: dt-bindings: ti,ds90ub960: Add missing type for "i2c-alias" Rob Herring
2023-10-22 17:34 ` Conor Dooley
2023-10-22 20:17 ` Laurent Pinchart
2023-10-22 20:59   ` Rob Herring
2023-10-30 20:05 ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox