提交 cd6dd11a 编写于 作者: P Pramod Gurav 提交者: Kumar Gala

ARM: DT: APQ8064: Add node for ps_hold function in pinctrl

This patch adds DT support to configure GPIO_78 as function ps_hold
on apq8064.

CC: Rob Herring <robh+dt@kernel.org>
CC: Pawel Moll <pawel.moll@arm.com>
CC: Mark Rutland <mark.rutland@arm.com>
CC: Ian Campbell <ijc+devicetree@hellion.org.uk>
CC: Kumar Gala <galak@codeaurora.org>
CC: devicetree@vger.kernel.org
CC: linux-arm-kernel@lists.infradead.org
Signed-off-by: NPramod Gurav <pramod.gurav@smartplayin.com>
Signed-off-by: NKumar Gala <galak@codeaurora.org>
上级 8b8936fc
......@@ -80,6 +80,16 @@
interrupt-controller;
#interrupt-cells = <2>;
interrupts = <0 16 IRQ_TYPE_LEVEL_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&ps_hold>;
ps_hold: ps_hold {
mux {
pins = "gpio78";
function = "ps_hold";
};
};
};
intc: interrupt-controller@2000000 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册