Add pinctrl and GPIO node to mt8135-evbp1.dts.

Signed-off-by: Hongzhou Yang <hongzhou.y...@mediatek.com>
---
 arch/arm/boot/dts/mt8135-evbp1.dts |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/mt8135-evbp1.dts 
b/arch/arm/boot/dts/mt8135-evbp1.dts
index 357a91f..332233b 100644
--- a/arch/arm/boot/dts/mt8135-evbp1.dts
+++ b/arch/arm/boot/dts/mt8135-evbp1.dts
@@ -14,6 +14,7 @@
 
 /dts-v1/;
 #include "mt8135.dtsi"
+#include <dt-bindings/pinctrl/mt6397-pinfunc.h>
 
 / {
        model = "MediaTek MT8135 evaluation board";
@@ -28,6 +29,13 @@
        pmic: mt6397 {
                compatible = "mediatek,mt6397";
 
+               pio6397: pinctrl@c000 {
+                       compatible = "mediatek,mt6397-pinctrl";
+                       pins-are-numbered;
+                       gpio-controller;
+                       #gpio-cells = <2>;
+               };
+
                mt6397regulator: mt6397regulator {
                        compatible = "mediatek,mt6397-regulator";
 
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to