Commit ba026ac3 authored by Rob Herring's avatar Rob Herring

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: 313e8b32 ("media: dt-bindings: media: add TI DS90UB960 FPD-Link III Deserializer")
Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: default avatarConor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20231020170225.3632933-1-robh@kernel.orgSigned-off-by: default avatarRob Herring <robh@kernel.org>
parent 53ed3233
...@@ -69,6 +69,7 @@ properties: ...@@ -69,6 +69,7 @@ properties:
maxItems: 1 maxItems: 1
i2c-alias: i2c-alias:
$ref: /schemas/types.yaml#/definitions/uint32
description: description:
The I2C address used for the serializer. Transactions to this The I2C address used for the serializer. Transactions to this
address on the I2C bus where the deserializer resides are address on the I2C bus where the deserializer resides are
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment