[PATCH v3 1/4] dt-bindings: pinctrl: Add devicetree bindings for MT6797 SoC Pinctrl
From: Yingjoe Chen <hidden>
Date: 2018-11-08 02:11:42
Also in:
linux-gpio, linux-mediatek, lkml
From: Yingjoe Chen <hidden>
Date: 2018-11-08 02:11:42
Also in:
linux-gpio, linux-mediatek, lkml
On Wed, 2018-11-07 at 23:18 +0530, Manivannan Sadhasivam wrote:
Add devicetree bindings for Mediatek MT6797 SoC Pin Controller. Signed-off-by: Manivannan Sadhasivam <redacted> --- .../bindings/pinctrl/pinctrl-mt6797.txt | 83 + include/dt-bindings/pinctrl/mt6797-pinfunc.h | 1368 +++++++++++++++++ 2 files changed, 1451 insertions(+) create mode 100644 Documentation/devicetree/bindings/pinctrl/pinctrl-mt6797.txt create mode 100644 include/dt-bindings/pinctrl/mt6797-pinfunc.hdiff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-mt6797.txt b/Documentation/devicetree/bindings/pinctrl/pinctrl-mt6797.txt new file mode 100644 index 000000000000..bd83401e6179 --- /dev/null +++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-mt6797.txt
Sorry if this is discussed. What's the difference between this and Documentation/devicetree/bindings/pinctrl/pinctrl-mt65xx.txt? Should this be added to pinctrl-mt65xx.txt? Joe.C