diff options
author | Pramod Gurav <pramod.gurav@smartplayin.com> | 2014-08-29 10:30:57 -0400 |
---|---|---|
committer | Kumar Gala <galak@codeaurora.org> | 2014-09-11 12:47:58 -0400 |
commit | cd6dd11a23e1b4d630c6fe517b74a44ed7c54ab9 (patch) | |
tree | 78a3188ddfd62e85adbc1d7dd84a4b3d8710f58f | |
parent | 8b8936fc358f830e514bafdebe109e06a4a7aabd (diff) |
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: Pramod Gurav <pramod.gurav@smartplayin.com>
Signed-off-by: Kumar Gala <galak@codeaurora.org>
-rw-r--r-- | arch/arm/boot/dts/qcom-apq8064.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi b/arch/arm/boot/dts/qcom-apq8064.dtsi index 23745f264212..2a897b0788ff 100644 --- a/arch/arm/boot/dts/qcom-apq8064.dtsi +++ b/arch/arm/boot/dts/qcom-apq8064.dtsi | |||
@@ -80,6 +80,16 @@ | |||
80 | interrupt-controller; | 80 | interrupt-controller; |
81 | #interrupt-cells = <2>; | 81 | #interrupt-cells = <2>; |
82 | interrupts = <0 16 IRQ_TYPE_LEVEL_HIGH>; | 82 | interrupts = <0 16 IRQ_TYPE_LEVEL_HIGH>; |
83 | |||
84 | pinctrl-names = "default"; | ||
85 | pinctrl-0 = <&ps_hold>; | ||
86 | |||
87 | ps_hold: ps_hold { | ||
88 | mux { | ||
89 | pins = "gpio78"; | ||
90 | function = "ps_hold"; | ||
91 | }; | ||
92 | }; | ||
83 | }; | 93 | }; |
84 | 94 | ||
85 | intc: interrupt-controller@2000000 { | 95 | intc: interrupt-controller@2000000 { |