Message ID | 20250226084938.3436-7-wsa+renesas@sang-engineering.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | ARM: dts: at91: calao_usb: improve support | expand |
On Wed, 26 Feb 2025 09:49:36 +0100, Wolfram Sang wrote: > The Olimex board exists with only one SoC option. Change the bindings to > reflect that. > > Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> > --- > Documentation/devicetree/bindings/arm/atmel-at91.yaml | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > Acked-by: Rob Herring (Arm) <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/arm/atmel-at91.yaml b/Documentation/devicetree/bindings/arm/atmel-at91.yaml index 0ec29366e6c2..02a8f6aad541 100644 --- a/Documentation/devicetree/bindings/arm/atmel-at91.yaml +++ b/Documentation/devicetree/bindings/arm/atmel-at91.yaml @@ -22,8 +22,6 @@ properties: - items: - const: atmel,at91rm9200 - items: - - enum: - - olimex,sam9-l9260 - enum: - atmel,at91sam9260 - atmel,at91sam9261 @@ -36,6 +34,12 @@ properties: - atmel,at91sam9x60 - const: atmel,at91sam9 + - description: Olimex SAM9-L9260 + items: + - const: olimex,sam9-l9260 + - const: atmel,at91sam9260 + - const: atmel,at91sam9 + - items: - enum: - overkiz,kizboxmini-base # Overkiz kizbox Mini Base Board
The Olimex board exists with only one SoC option. Change the bindings to reflect that. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> --- Documentation/devicetree/bindings/arm/atmel-at91.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-)