aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBiao Huang <biao.huang@mediatek.com>2015-12-28 02:09:03 -0500
committerLinus Walleij <linus.walleij@linaro.org>2016-01-07 05:10:59 -0500
commit14da0a91bf4ac2a90d64446ddaa39a4869530f8c (patch)
tree7caf3c88b1f983b0323a8aa8bcb5736f7ce2d565
parent4afaee3c2b7fb49d3ec1bcd89c7b960b5ae646b3 (diff)
pinctrl: mediatek: Modify pinctrl bindings for mt2701
Signed-off-by: Biao Huang <biao.huang@mediatek.com> Acked-by: Rob Herring <robh@kernel.org> Reviewed-by: Mathias Brugger <matthias.bgg@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r--Documentation/devicetree/bindings/pinctrl/pinctrl-mt65xx.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-mt65xx.txt b/Documentation/devicetree/bindings/pinctrl/pinctrl-mt65xx.txt
index 0480bc31bfd7..9ffb0b276bb4 100644
--- a/Documentation/devicetree/bindings/pinctrl/pinctrl-mt65xx.txt
+++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-mt65xx.txt
@@ -4,10 +4,11 @@ The Mediatek's Pin controller is used to control SoC pins.
4 4
5Required properties: 5Required properties:
6- compatible: value should be one of the following. 6- compatible: value should be one of the following.
7 (a) "mediatek,mt8135-pinctrl", compatible with mt8135 pinctrl. 7 "mediatek,mt2701-pinctrl", compatible with mt2701 pinctrl.
8 (b) "mediatek,mt8173-pinctrl", compatible with mt8173 pinctrl. 8 "mediatek,mt6397-pinctrl", compatible with mt6397 pinctrl.
9 (c) "mediatek,mt6397-pinctrl", compatible with mt6397 pinctrl. 9 "mediatek,mt8127-pinctrl", compatible with mt8127 pinctrl.
10 (d) "mediatek,mt8127-pinctrl", compatible with mt8127 pinctrl. 10 "mediatek,mt8135-pinctrl", compatible with mt8135 pinctrl.
11 "mediatek,mt8173-pinctrl", compatible with mt8173 pinctrl.
11- pins-are-numbered: Specify the subnodes are using numbered pinmux to 12- pins-are-numbered: Specify the subnodes are using numbered pinmux to
12 specify pins. 13 specify pins.
13- gpio-controller : Marks the device node as a gpio controller. 14- gpio-controller : Marks the device node as a gpio controller.