diff options
author | Eddie James <eajames@linux.ibm.com> | 2020-09-10 01:28:55 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-09-17 21:31:43 +0300 |
commit | b0e4dfe93714b21e2fa9b03819b3e99383e5c330 (patch) | |
tree | 0a9119ece8fd58f604c5d9fd5ea75de31ff75ff4 /Documentation/devicetree/bindings/fsi | |
parent | 9211a441e60686eec2ebd8f7bd65c4f780416404 (diff) | |
download | linux-b0e4dfe93714b21e2fa9b03819b3e99383e5c330.tar.xz |
spi: fsi: fsi2spi: Add compatible string for restricted version
Add a compatible string for the restricted version of the SPI controller.
The restricted version cannot process sequence loop operations and
therefore has a smaller transfer size.
Signed-off-by: Eddie James <eajames@linux.ibm.com>
Link: https://lore.kernel.org/r/20200909222857.28653-5-eajames@linux.ibm.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/fsi')
-rw-r--r-- | Documentation/devicetree/bindings/fsi/ibm,fsi2spi.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/fsi/ibm,fsi2spi.yaml b/Documentation/devicetree/bindings/fsi/ibm,fsi2spi.yaml index b26d4b4be743..fe39ea4904c1 100644 --- a/Documentation/devicetree/bindings/fsi/ibm,fsi2spi.yaml +++ b/Documentation/devicetree/bindings/fsi/ibm,fsi2spi.yaml @@ -19,6 +19,7 @@ properties: compatible: enum: - ibm,fsi2spi + - ibm,fsi2spi-restricted reg: items: |