Commit 91f9a47d authored by Rob Herring's avatar Rob Herring

dt-bindings: i2c: mux: i2c-demux-pinctrl: Define "i2c-parent" constraints

The 'phandle-array' type is a bit ambiguous. It can be either just an
array of phandles or an array of phandles plus args. "i2c-parent" is
the former and needs to constrain each entry to a single phandle value.
Reviewed-by: default avatarWolfram Sang <wsa+renesas@sang-engineering.com>
Link: https://lore.kernel.org/r/20240124190552.1551929-2-robh@kernel.orgSigned-off-by: default avatarRob Herring <robh@kernel.org>
parent 15ff10ea
...@@ -40,6 +40,8 @@ properties: ...@@ -40,6 +40,8 @@ properties:
i2c-parent: i2c-parent:
$ref: /schemas/types.yaml#/definitions/phandle-array $ref: /schemas/types.yaml#/definitions/phandle-array
items:
maxItems: 1
description: description:
List of phandles of I2C masters available for selection. The first one List of phandles of I2C masters available for selection. The first one
will be used as default. will be used as default.
......
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