Skip to content

Commit ba026ac

Browse files
committed
media: dt-bindings: ti,ds90ub960: Add missing type for "i2c-alias"
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: 313e8b3 ("media: dt-bindings: media: add TI DS90UB960 FPD-Link III Deserializer") Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20231020170225.3632933-1-robh@kernel.org Signed-off-by: Rob Herring <robh@kernel.org>
1 parent 53ed323 commit ba026ac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Documentation/devicetree/bindings/media/i2c/ti,ds90ub960.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ properties:
6969
maxItems: 1
7070

7171
i2c-alias:
72+
$ref: /schemas/types.yaml#/definitions/uint32
7273
description:
7374
The I2C address used for the serializer. Transactions to this
7475
address on the I2C bus where the deserializer resides are

0 commit comments

Comments
 (0)