diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2016-09-08 09:53:25 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-09-12 20:11:20 +0100 |
commit | 164c5cd5ffabfa7a060999f8184927017287c39b (patch) | |
tree | a7f2ab7a5488d0c4c4722a6bfc9e17765c781486 /Documentation/devicetree/bindings/spi | |
parent | 29b4817d4018df78086157ea3a55c1d9424a7cfc (diff) | |
download | talos-op-linux-164c5cd5ffabfa7a060999f8184927017287c39b.tar.gz talos-op-linux-164c5cd5ffabfa7a060999f8184927017287c39b.zip |
spi: meson: Add GXBB Compatible string
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Acked-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/spi')
-rw-r--r-- | Documentation/devicetree/bindings/spi/spi-meson.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/spi/spi-meson.txt b/Documentation/devicetree/bindings/spi/spi-meson.txt index bb52a86f3365..dc6d0313324a 100644 --- a/Documentation/devicetree/bindings/spi/spi-meson.txt +++ b/Documentation/devicetree/bindings/spi/spi-meson.txt @@ -7,7 +7,7 @@ NOR memories, without DMA support and a 64-byte unified transmit / receive buffer. Required properties: - - compatible: should be "amlogic,meson6-spifc" + - compatible: should be "amlogic,meson6-spifc" or "amlogic,meson-gxbb-spifc" - reg: physical base address and length of the controller registers - clocks: phandle of the input clock for the baud rate generator - #address-cells: should be 1 |