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 <[email protected]> Acked-by: Conor Dooley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring <[email protected]>
1 parent 53ed323 commit ba026ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)