Re: [PATCH v3 6/8] dt-bindings: spi: dw-apb-ssi: add Axiado AX3005 SPI variant
Krzysztof Kozlowski <[email protected]>
| Newsgroups | gmane.linux.serial,gmane.linux.drivers.devicetree,gmane.linux.ports.arm.kernel,gmane.linux.kernel,gmane.linux.kernel.gpio,gmane.linux.drivers.i2c,gmane.linux.kernel.spi.devel,gmane.linux.usb.general |
|---|---|
| Message-ID | <20260717-admirable-robust-adder-7aad70@quoll> |
On Thu, Jul 16, 2026 at 08:51:13PM -0700, Swark Yang wrote: > Add binding for Axiado AX3005 SPI controller. So far, no changes > are known, so it can fall back to the snps,dwc-ssi-1.01a compatible. > > Signed-off-by: Swark Yang <[email protected]> > --- > Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml b/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml > index 8ebebcebca16..7b16053d2244 100644 > --- a/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml > +++ b/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml > @@ -41,6 +41,10 @@ properties: > enum: > - snps,dw-apb-ssi > - snps,dwc-ssi-1.01a > + - description: Axiado AX3005 SPI Controller Rather: Vendor controllers compatible with v1.01a and then place it after the group with "description: Vendor controllers which use snps,dw-apb-ssi as fallback". Best regards, Krzysztof