diff mbox series

dt-bindings: spi: at91: Add sama7d65 compatible string

Message ID 20240711165402.373634-1-nicolas.ferre@microchip.com
State Accepted
Commit 3048dc8ba46b7ba11581f2a7e06849af0df13136
Headers show
Series dt-bindings: spi: at91: Add sama7d65 compatible string | expand

Commit Message

Nicolas Ferre July 11, 2024, 4:54 p.m. UTC
From: Nicolas Ferre <nicolas.ferre@microchip.com>

Add compatible string for sama7d65. Like sam9x60 and sam9x7, it requires
to bind to "atmel,at91rm9200-spi".
Group these three under the same enum, sorted alphanumerically, and
remove previously added item.

Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
---
 .../devicetree/bindings/spi/atmel,at91rm9200-spi.yaml     | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Rob Herring (Arm) July 11, 2024, 10:57 p.m. UTC | #1
On Thu, 11 Jul 2024 18:54:02 +0200, nicolas.ferre@microchip.com wrote:
> From: Nicolas Ferre <nicolas.ferre@microchip.com>
> 
> Add compatible string for sama7d65. Like sam9x60 and sam9x7, it requires
> to bind to "atmel,at91rm9200-spi".
> Group these three under the same enum, sorted alphanumerically, and
> remove previously added item.
> 
> Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
> ---
>  .../devicetree/bindings/spi/atmel,at91rm9200-spi.yaml     | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>
Mark Brown July 12, 2024, 1:31 p.m. UTC | #2
On Thu, 11 Jul 2024 18:54:02 +0200, nicolas.ferre@microchip.com wrote:
> Add compatible string for sama7d65. Like sam9x60 and sam9x7, it requires
> to bind to "atmel,at91rm9200-spi".
> Group these three under the same enum, sorted alphanumerically, and
> remove previously added item.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[1/1] dt-bindings: spi: at91: Add sama7d65 compatible string
      commit: 3048dc8ba46b7ba11581f2a7e06849af0df13136

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/spi/atmel,at91rm9200-spi.yaml b/Documentation/devicetree/bindings/spi/atmel,at91rm9200-spi.yaml
index 32e7c14033c2..d29772994cf5 100644
--- a/Documentation/devicetree/bindings/spi/atmel,at91rm9200-spi.yaml
+++ b/Documentation/devicetree/bindings/spi/atmel,at91rm9200-spi.yaml
@@ -18,10 +18,10 @@  properties:
     oneOf:
       - const: atmel,at91rm9200-spi
       - items:
-          - const: microchip,sam9x60-spi
-          - const: atmel,at91rm9200-spi
-      - items:
-          - const: microchip,sam9x7-spi
+          - enum:
+              - microchip,sam9x60-spi
+              - microchip,sam9x7-spi
+              - microchip,sama7d65-spi
           - const: atmel,at91rm9200-spi
 
   reg: