diff options
author | leilk.liu@mediatek.com <leilk.liu@mediatek.com> | 2015-11-19 21:21:16 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-11-21 08:39:27 -0500 |
commit | fbdb5d78ce7085966eb958ce8e003b1f8c2aaad4 (patch) | |
tree | 245afc265745e55cb93c1b43f7ee1114a737da91 | |
parent | 8005c49d9aea74d382f474ce11afbbc7d7130bec (diff) |
spi: mediatek: update document devicetree bindings to fix syntax error
This patch updates document devicetree bindings
to fix syntax error.
Signed-off-by: Leilk Liu <leilk.liu@mediatek.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/spi/spi-mt65xx.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/spi/spi-mt65xx.txt b/Documentation/devicetree/bindings/spi/spi-mt65xx.txt index ce363c923f44..fba8334bfd17 100644 --- a/Documentation/devicetree/bindings/spi/spi-mt65xx.txt +++ b/Documentation/devicetree/bindings/spi/spi-mt65xx.txt | |||
@@ -32,7 +32,7 @@ Optional properties: | |||
32 | -cs-gpios: see spi-bus.txt, only required for MT8173. | 32 | -cs-gpios: see spi-bus.txt, only required for MT8173. |
33 | 33 | ||
34 | - mediatek,pad-select: specify which pins group(ck/mi/mo/cs) spi | 34 | - mediatek,pad-select: specify which pins group(ck/mi/mo/cs) spi |
35 | controller used. This is a array, the element value should be 0~3, | 35 | controller used. This is an array, the element value should be 0~3, |
36 | only required for MT8173. | 36 | only required for MT8173. |
37 | 0: specify GPIO69,70,71,72 for spi pins. | 37 | 0: specify GPIO69,70,71,72 for spi pins. |
38 | 1: specify GPIO102,103,104,105 for spi pins. | 38 | 1: specify GPIO102,103,104,105 for spi pins. |