devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: qcom: apq8016-sbc: leds: bt and wlan
@ 2016-01-05 11:36 Vinay Simha BN
  2016-01-06  6:38 ` vinay simha
  0 siblings, 1 reply; 3+ messages in thread
From: Vinay Simha BN @ 2016-01-05 11:36 UTC (permalink / raw)
  Cc: Vinay Simha BN, Rob Herring, Pawel Moll, Mark Rutland,
	Ian Campbell, Kumar Gala, Catalin Marinas, Will Deacon,
	Ivan T. Ivanov, Srinivas Kandagatla, Nicolas Dechesne,
	Archit Taneja,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	moderated list:ARM64 PORT AARCH64 ARCHITECTURE, open list

BT LED   - PMIC - MPP_03
WLAN LED - PMIC - MPP_02

Signed-off-by: Vinay Simha BN <vinaysimha-Ep6qli4bsbRW60MLeMDbCVaTQe2KTcn/@public.gmane.org>
---
 arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi
index 7bb0ab8..37ca0c8 100644
--- a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi
+++ b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi
@@ -94,14 +94,14 @@
 		led@5 {
 			label = "apq8016-sbc:yellow:wifi";
 			gpios = <&pm8916_mpps 2 GPIO_ACTIVE_HIGH>;
-			linux,default-trigger = "wlan";
+			linux,default-trigger = "rfkill0";
 			default-state = "off";
 		};
 
 		led@6 {
 			label = "apq8016-sbc:blue:bt";
 			gpios = <&pm8916_mpps 3 GPIO_ACTIVE_HIGH>;
-			linux,default-trigger = "bt";
+			linux,default-trigger = "rfkill1";
 			default-state = "off";
 		};
 	};
-- 
2.1.2

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm64: dts: qcom: apq8016-sbc: leds: bt and wlan
  2016-01-05 11:36 Vinay Simha BN
@ 2016-01-06  6:38 ` vinay simha
  0 siblings, 0 replies; 3+ messages in thread
From: vinay simha @ 2016-01-06  6:38 UTC (permalink / raw)
  To: Vinay Simha BN
  Cc: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	Catalin Marinas, Will Deacon, Ivan T. Ivanov, Srinivas Kandagatla,
	Nicolas Dechesne, Archit Taneja,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	moderated list:ARM64 PORT (AARCH64 ARCHITECTURE), open list,
	Andy Gross, linux-arm-msm

[-- Attachment #1: Type: text/plain, Size: 1366 bytes --]

++ andy gross, linux-arm-msm@vger.kernel.org

Regards,
vinay simha

On Tue, Jan 5, 2016 at 5:06 PM, Vinay Simha BN <
vinaysimha@inforcecomputing.com> wrote:

> BT LED   - PMIC - MPP_03
> WLAN LED - PMIC - MPP_02
>
> Signed-off-by: Vinay Simha BN <vinaysimha@inforcecomputing.com>
> ---
>  arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi
> b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi
> index 7bb0ab8..37ca0c8 100644
> --- a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi
> +++ b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi
> @@ -94,14 +94,14 @@
>                 led@5 {
>                         label = "apq8016-sbc:yellow:wifi";
>                         gpios = <&pm8916_mpps 2 GPIO_ACTIVE_HIGH>;
> -                       linux,default-trigger = "wlan";
> +                       linux,default-trigger = "rfkill0";
>                         default-state = "off";
>                 };
>
>                 led@6 {
>                         label = "apq8016-sbc:blue:bt";
>                         gpios = <&pm8916_mpps 3 GPIO_ACTIVE_HIGH>;
> -                       linux,default-trigger = "bt";
> +                       linux,default-trigger = "rfkill1";
>                         default-state = "off";
>                 };
>         };
> --
> 2.1.2
>
>

[-- Attachment #2: Type: text/html, Size: 2287 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] arm64: dts: qcom: apq8016-sbc: leds: bt and wlan
@ 2016-01-06  6:42 Vinay Simha BN
  0 siblings, 0 replies; 3+ messages in thread
From: Vinay Simha BN @ 2016-01-06  6:42 UTC (permalink / raw)
  To: linux-arm-msm, Andy Gross
  Cc: Vinay Simha BN, Rob Herring, Pawel Moll, Mark Rutland,
	Ian Campbell, Kumar Gala, Catalin Marinas, Will Deacon,
	Ivan T. Ivanov, Srinivas Kandagatla, Olof Johansson,
	Archit Taneja,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	moderated list:ARM64 PORT AARCH64 ARCHITECTURE, open list

BT LED   - PMIC - MPP_03
WLAN LED - PMIC - MPP_02

Signed-off-by: Vinay Simha BN <vinaysimha@inforcecomputing.com>
---
 arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi
index 7bb0ab8..37ca0c8 100644
--- a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi
+++ b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi
@@ -94,14 +94,14 @@
 		led@5 {
 			label = "apq8016-sbc:yellow:wifi";
 			gpios = <&pm8916_mpps 2 GPIO_ACTIVE_HIGH>;
-			linux,default-trigger = "wlan";
+			linux,default-trigger = "rfkill0";
 			default-state = "off";
 		};
 
 		led@6 {
 			label = "apq8016-sbc:blue:bt";
 			gpios = <&pm8916_mpps 3 GPIO_ACTIVE_HIGH>;
-			linux,default-trigger = "bt";
+			linux,default-trigger = "rfkill1";
 			default-state = "off";
 		};
 	};
-- 
2.1.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-01-06  6:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-06  6:42 [PATCH] arm64: dts: qcom: apq8016-sbc: leds: bt and wlan Vinay Simha BN
  -- strict thread matches above, loose matches on Subject: below --
2016-01-05 11:36 Vinay Simha BN
2016-01-06  6:38 ` vinay simha

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).