On 02/05/2023 17:02, Shubhi Garg wrote: > Document the compatible strings used for Nvidia IGX Orin Development > kit which uses P3701 SKU8 and P3740 carrier board. > > Signed-off-by: Shubhi Garg <shgarg@xxxxxxxxxx> > --- > Documentation/devicetree/bindings/arm/tegra.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/tegra.yaml b/Documentation/devicetree/bindings/arm/tegra.yaml > index 0df41f5b7e2a..34523b8b5d1f 100644 > --- a/Documentation/devicetree/bindings/arm/tegra.yaml > +++ b/Documentation/devicetree/bindings/arm/tegra.yaml > @@ -176,5 +176,10 @@ properties: > - const: nvidia,p3768-0000+p3767-0000 > - const: nvidia,p3767-0000 > - const: nvidia,tegra234 > + - description: NVIDIA IGX Orin Development Kit > + items: > + - const: nvidia,p3740-0002+p3701-0008 > + - const: nvidia,p3701-0008 > + - const: nvidia,tegra234 > Don't stuff things to the end, but put in some logical order. For example 'I' could be before 'N'. Best regards, Krzysztof