diff options
author | Sunny Luo <sunny.luo@amlogic.com> | 2017-11-28 08:29:24 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-11-28 15:21:24 -0500 |
commit | a78841479696efa557a2251c86462c936a208f90 (patch) | |
tree | 525860705038d6c1a38e7fcb12ec11beca579c6e | |
parent | 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323 (diff) |
spi: meson-axg: update compatible string for the Meson-AXG
Update the compatbile string to support Meson-AXG SoCs.
Signed-off-by: Sunny Luo <sunny.luo@amlogic.com>
Signed-off-by: Yixun Lan <yixun.lan@amlogic.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/spi/spi-meson.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/spi/spi-meson.txt b/Documentation/devicetree/bindings/spi/spi-meson.txt index 825c39cae74a..b7f5e86fed22 100644 --- a/Documentation/devicetree/bindings/spi/spi-meson.txt +++ b/Documentation/devicetree/bindings/spi/spi-meson.txt | |||
@@ -27,7 +27,9 @@ The Meson SPICC is generic SPI controller for general purpose Full-Duplex | |||
27 | communications with dedicated 16 words RX/TX PIO FIFOs. | 27 | communications with dedicated 16 words RX/TX PIO FIFOs. |
28 | 28 | ||
29 | Required properties: | 29 | Required properties: |
30 | - compatible: should be "amlogic,meson-gx-spicc" on Amlogic GX SoCs. | 30 | - compatible: should be: |
31 | "amlogic,meson-gx-spicc" on Amlogic GX and compatible SoCs. | ||
32 | "amlogic,meson-axg-spicc" on Amlogic AXG and compatible SoCs | ||
31 | - reg: physical base address and length of the controller registers | 33 | - reg: physical base address and length of the controller registers |
32 | - interrupts: The interrupt specifier | 34 | - interrupts: The interrupt specifier |
33 | - clock-names: Must contain "core" | 35 | - clock-names: Must contain "core" |