diff options
author | Nandhini Srikandan <[email protected]> | 2022-07-13 12:22:21 +0800 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-07-13 13:32:26 +0100 |
commit | 0d085723c637fd6929b8926a2963de1c2307cfa1 (patch) | |
tree | 8a2196ea32d504bfdd84fcd8779c12fb8659c48d | |
parent | 5d76b7509cb223e94ff73a672273e58f1957ac68 (diff) |
spi: Add bindings for Intel Thunder Bay SOC
Add documentation for SPI controller in Intel Thunder Bay SoC.
Signed-off-by: Nandhini Srikandan <[email protected]>
Acked-by: Rob Herring <[email protected]>
Reviewed-by: Serge Semin <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml | 2 |
1 files changed, 2 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 0a43d6e0ef91..37c3c272407d 100644 --- a/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml +++ b/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml @@ -61,6 +61,8 @@ properties: - const: snps,dw-apb-ssi - description: Intel Keem Bay SPI Controller const: intel,keembay-ssi + - description: Intel Thunder Bay SPI Controller + const: intel,thunderbay-ssi - description: Baikal-T1 SPI Controller const: baikal,bt1-ssi - description: Baikal-T1 System Boot SPI Controller |