diff options
author | Leilk Liu <leilk.liu@mediatek.com> | 2015-12-30 21:59:03 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-12-31 17:09:37 -0500 |
commit | 5c5e09f623d5984532a74b90d3d24e1caa99bc9f (patch) | |
tree | 270c03f5eea6721e724cca89b5209dfe8b6a0a42 | |
parent | e38da37fa8f410e61f2a6c03b3d14fec11b00259 (diff) |
spi: mtk: Add bindings for mediatek MT2701 soc platform
This patch adds a DT binding documentation for the MT2701 soc.
Signed-off-by: Leilk Liu <leilk.liu@mediatek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/spi/spi-mt65xx.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/spi/spi-mt65xx.txt b/Documentation/devicetree/bindings/spi/spi-mt65xx.txt index 60a183c16e6e..e43f4cf4cf35 100644 --- a/Documentation/devicetree/bindings/spi/spi-mt65xx.txt +++ b/Documentation/devicetree/bindings/spi/spi-mt65xx.txt | |||
@@ -2,9 +2,10 @@ Binding for MTK SPI controller | |||
2 | 2 | ||
3 | Required properties: | 3 | Required properties: |
4 | - compatible: should be one of the following. | 4 | - compatible: should be one of the following. |
5 | - mediatek,mt8173-spi: for mt8173 platforms | 5 | - mediatek,mt2701-spi: for mt2701 platforms |
6 | - mediatek,mt8135-spi: for mt8135 platforms | ||
7 | - mediatek,mt6589-spi: for mt6589 platforms | 6 | - mediatek,mt6589-spi: for mt6589 platforms |
7 | - mediatek,mt8135-spi: for mt8135 platforms | ||
8 | - mediatek,mt8173-spi: for mt8173 platforms | ||
8 | 9 | ||
9 | - #address-cells: should be 1. | 10 | - #address-cells: should be 1. |
10 | 11 | ||