diff options
author | Kanak Shilledar <kanakshilledar@gmail.com> | 2024-07-01 17:43:52 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-07-01 18:08:50 +0100 |
commit | 6c387fb263363347185bd7a213ad175c174d35dc (patch) | |
tree | e687035e6eed75967ac3bed1882e7fc54aaecbd0 /Documentation/devicetree/bindings/spi | |
parent | 94f19d076218a193d170da6d5ab2a87c080cc69c (diff) |
spi: dt-bindings: snps,dw-apb-ssi.yaml: update compatible property
updated compatible property to include "thead,th1520-spi" for the
TH1520 SoC SPI Controller.
Signed-off-by: Kanak Shilledar <kanakshilledar@gmail.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://patch.msgid.link/20240701121355.262259-3-kanakshilledar@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/spi')
-rw-r--r-- | Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml b/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml index fde3776a558b..bccd00a1ddd0 100644 --- a/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml +++ b/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml @@ -88,6 +88,10 @@ properties: - renesas,r9a06g032-spi # RZ/N1D - renesas,r9a06g033-spi # RZ/N1S - const: renesas,rzn1-spi # RZ/N1 + - description: T-HEAD TH1520 SoC SPI Controller + items: + - const: thead,th1520-spi + - const: snps,dw-apb-ssi reg: minItems: 1 |