From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752132AbcAELhS (ORCPT ); Tue, 5 Jan 2016 06:37:18 -0500 Received: from mail-pf0-f169.google.com ([209.85.192.169]:33201 "EHLO mail-pf0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751846AbcAELhO (ORCPT ); Tue, 5 Jan 2016 06:37:14 -0500 From: Vinay Simha BN 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 , devicetree@vger.kernel.org (open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS), linux-arm-kernel@lists.infradead.org (moderated list:ARM64 PORT (AARCH64 ARCHITECTURE)), linux-kernel@vger.kernel.org (open list) Subject: [PATCH] arm64: dts: qcom: apq8016-sbc: leds: bt and wlan Date: Tue, 5 Jan 2016 17:06:56 +0530 Message-Id: <1451993818-3469-1-git-send-email-vinaysimha@inforcecomputing.com> X-Mailer: git-send-email 2.1.2 To: unlisted-recipients:; (no To-header on input) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org BT LED - PMIC - MPP_03 WLAN LED - PMIC - MPP_02 Signed-off-by: Vinay Simha BN --- 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