[PATCH v4 04/15] dt-bindings: spi: at91: add microchip,lan9691-spi

Robert Marko posted 15 patches 1 month, 1 week ago
There is a newer version of this series
[PATCH v4 04/15] dt-bindings: spi: at91: add microchip,lan9691-spi
Posted by Robert Marko 1 month, 1 week ago
Document Microchip LAN969x SPI compatible.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
---
Changes in v3:
* Pick Acked-by from Conor

 Documentation/devicetree/bindings/spi/atmel,at91rm9200-spi.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/spi/atmel,at91rm9200-spi.yaml b/Documentation/devicetree/bindings/spi/atmel,at91rm9200-spi.yaml
index 11885d0cc209..a8539b68a2f3 100644
--- a/Documentation/devicetree/bindings/spi/atmel,at91rm9200-spi.yaml
+++ b/Documentation/devicetree/bindings/spi/atmel,at91rm9200-spi.yaml
@@ -19,6 +19,7 @@ properties:
       - const: atmel,at91rm9200-spi
       - items:
           - enum:
+              - microchip,lan9691-spi
               - microchip,sam9x60-spi
               - microchip,sam9x7-spi
               - microchip,sama7d65-spi
-- 
2.52.0
Re: [PATCH v4 04/15] dt-bindings: spi: at91: add microchip,lan9691-spi
Posted by Mark Brown 1 month ago
On Mon, Dec 29, 2025 at 07:37:45PM +0100, Robert Marko wrote:

> Document Microchip LAN969x SPI compatible.

Please submit patches using subject lines reflecting the style for the
subsystem, this makes it easier for people to identify relevant patches.
Look at what existing commits in the area you're changing are doing and
make sure your subject lines visually resemble what they're doing.
There's no need to resubmit to fix this alone.