diff options
author | Leilk Liu <leilk.liu@mediatek.com> | 2021-03-22 06:52:42 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-03-23 18:19:43 +0100 |
commit | f42698a8dc589dc7cc8e36641e86e6a9b3b32f9b (patch) | |
tree | cca2000cbcec0550ee2274d10d8a9fca21286ad9 /Documentation/devicetree | |
parent | spi: update spi master bindings for MT8195 SoC (diff) | |
download | linux-f42698a8dc589dc7cc8e36641e86e6a9b3b32f9b.tar.xz linux-f42698a8dc589dc7cc8e36641e86e6a9b3b32f9b.zip |
spi: update spi slave bindings for MT8195 SoC
Add a DT binding documentation for the MT8195 soc.
Signed-off-by: Leilk Liu <leilk.liu@mediatek.com>
Link: https://lore.kernel.org/r/20210322055244.30179-3-leilk.liu@mediatek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/spi/spi-slave-mt27xx.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/spi/spi-slave-mt27xx.txt b/Documentation/devicetree/bindings/spi/spi-slave-mt27xx.txt index c37e5a179b21..9192724540fd 100644 --- a/Documentation/devicetree/bindings/spi/spi-slave-mt27xx.txt +++ b/Documentation/devicetree/bindings/spi/spi-slave-mt27xx.txt @@ -3,6 +3,7 @@ Binding for MTK SPI Slave controller Required properties: - compatible: should be one of the following. - mediatek,mt2712-spi-slave: for mt2712 platforms + - mediatek,mt8195-spi-slave: for mt8195 platforms - reg: Address and length of the register set for the device. - interrupts: Should contain spi interrupt. - clocks: phandles to input clocks. |