On 22/09/2022 12:42, Bryan O'Donoghue wrote: > Add compatible bindings for imx477 and imx577 both of which use the > same silicon enabling reference code from Sony in the available examples > provided. > > Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx> > --- > .../devicetree/bindings/media/i2c/sony,imx412.yaml | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/media/i2c/sony,imx412.yaml b/Documentation/devicetree/bindings/media/i2c/sony,imx412.yaml > index 26d1807d0bb6..ebb649c5e4c5 100644 > --- a/Documentation/devicetree/bindings/media/i2c/sony,imx412.yaml > +++ b/Documentation/devicetree/bindings/media/i2c/sony,imx412.yaml > @@ -19,7 +19,11 @@ description: > > properties: > compatible: > - const: sony,imx412 > + items: No need for items. Just "enum". Best regards, Krzysztof