On Sat, Mar 15, 2025 at 09:44:15AM +0200, Svyatoslav Ryhel wrote: > Add a compatible for the Asus Transformer Pad TF300TL. > > Signed-off-by: Svyatoslav Ryhel <clamor95@xxxxxxxxx> > --- > Documentation/devicetree/bindings/arm/tegra.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/tegra.yaml b/Documentation/devicetree/bindings/arm/tegra.yaml > index 65e0ff1fdf1e..3e106ff2a8be 100644 > --- a/Documentation/devicetree/bindings/arm/tegra.yaml > +++ b/Documentation/devicetree/bindings/arm/tegra.yaml > @@ -61,6 +61,9 @@ properties: > - items: > - const: asus,tf300tg > - const: nvidia,tegra30 > + - items: > + - const: asus,tf300tl That's just enum of previous entry. This pattern of one list per board is not making it readable, but opposite. Best regards, Krzysztof