diff mbox series

[v3,7/7] arm64: dts: qcom: apq8016-sbc: Standardize LED labels

Message ID 20181029094245.7886-8-manivannan.sadhasivam@linaro.org
State New
Headers show
Series [v3,1/7] arm64: dts: rockchip: ficus: Add on-board LED support | expand

Commit Message

Manivannan Sadhasivam Oct. 29, 2018, 9:42 a.m. UTC
For all 96Boards, the following standard is used for onboard LEDs.

green:user1  default-trigger: heartbeat
green:user2  default-trigger: mmc0/disk-activity(onboard-storage)
green:user3  default-trigger: mmc1 (SD-card)
green:user4  default-trigger: none, panic-indicator
yellow:wlan  default-trigger: phy0tx
blue:bt      default-trigger: hci0-power

So lets adopt the same for APQ8016 SBC (Dragonboard410c), which is
one of the 96Boards CE platform.

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>

Acked-by: Amit Kucheria <amit.kucheria@linaro.org>

---
 arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

-- 
2.17.1

Comments

Manivannan Sadhasivam Dec. 21, 2018, 2:35 a.m. UTC | #1
On Mon, Oct 29, 2018 at 03:12:45PM +0530, Manivannan Sadhasivam wrote:
> For all 96Boards, the following standard is used for onboard LEDs.

> 

> green:user1  default-trigger: heartbeat

> green:user2  default-trigger: mmc0/disk-activity(onboard-storage)

> green:user3  default-trigger: mmc1 (SD-card)

> green:user4  default-trigger: none, panic-indicator

> yellow:wlan  default-trigger: phy0tx

> blue:bt      default-trigger: hci0-power

> 

> So lets adopt the same for APQ8016 SBC (Dragonboard410c), which is

> one of the 96Boards CE platform.

>


Hello,

Any update on this patch?

Regards,
Mani

> Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>

> Acked-by: Amit Kucheria <amit.kucheria@linaro.org>

> ---

>  arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | 12 ++++++------

>  1 file changed, 6 insertions(+), 6 deletions(-)

> 

> diff --git a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi

> index 46feedf7c989..35f95154316b 100644

> --- a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi

> +++ b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi

> @@ -300,28 +300,28 @@

>  			compatible = "gpio-leds";

>  

>  			led@1 {

> -				label = "apq8016-sbc:green:user1";

> +				label = "green:user1";

>  				gpios = <&msmgpio 21 GPIO_ACTIVE_HIGH>;

>  				linux,default-trigger = "heartbeat";

>  				default-state = "off";

>  			};

>  

>  			led@2 {

> -				label = "apq8016-sbc:green:user2";

> +				label = "green:user2";

>  				gpios = <&msmgpio 120 GPIO_ACTIVE_HIGH>;

>  				linux,default-trigger = "mmc0";

>  				default-state = "off";

>  			};

>  

>  			led@3 {

> -				label = "apq8016-sbc:green:user3";

> +				label = "green:user3";

>  				gpios = <&pm8916_gpios 1 GPIO_ACTIVE_HIGH>;

>  				linux,default-trigger = "mmc1";

>  				default-state = "off";

>  			};

>  

>  			led@4 {

> -				label = "apq8016-sbc:green:user4";

> +				label = "green:user4";

>  				gpios = <&pm8916_gpios 2 GPIO_ACTIVE_HIGH>;

>  				linux,default-trigger = "none";

>  				panic-indicator;

> @@ -329,14 +329,14 @@

>  			};

>  

>  			led@5 {

> -				label = "apq8016-sbc:yellow:wlan";

> +				label = "yellow:wlan";

>  				gpios = <&pm8916_mpps 2 GPIO_ACTIVE_HIGH>;

>  				linux,default-trigger = "phy0tx";

>  				default-state = "off";

>  			};

>  

>  			led@6 {

> -				label = "apq8016-sbc:blue:bt";

> +				label = "blue:bt";

>  				gpios = <&pm8916_mpps 3 GPIO_ACTIVE_HIGH>;

>  				linux,default-trigger = "bluetooth-power";

>  				default-state = "off";

> -- 

> 2.17.1

>
Nicolas Dechesne Feb. 5, 2019, 7 p.m. UTC | #2
Hey Mani,

thanks for sending this out, it should have been just like that in the
first place ;)

On Fri, Dec 21, 2018 at 3:36 AM Manivannan Sadhasivam
<manivannan.sadhasivam@linaro.org> wrote:
>

> On Mon, Oct 29, 2018 at 03:12:45PM +0530, Manivannan Sadhasivam wrote:

> > For all 96Boards, the following standard is used for onboard LEDs.

> >

> > green:user1  default-trigger: heartbeat

> > green:user2  default-trigger: mmc0/disk-activity(onboard-storage)

> > green:user3  default-trigger: mmc1 (SD-card)

> > green:user4  default-trigger: none, panic-indicator

> > yellow:wlan  default-trigger: phy0tx

> > blue:bt      default-trigger: hci0-power

> >

> > So lets adopt the same for APQ8016 SBC (Dragonboard410c), which is

> > one of the 96Boards CE platform.

> >

>

> Hello,

>

> Any update on this patch?


Reviewed-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>


>

> Regards,

> Mani

>

> > Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>

> > Acked-by: Amit Kucheria <amit.kucheria@linaro.org>

> > ---

> >  arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | 12 ++++++------

> >  1 file changed, 6 insertions(+), 6 deletions(-)

> >

> > diff --git a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi

> > index 46feedf7c989..35f95154316b 100644

> > --- a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi

> > +++ b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi

> > @@ -300,28 +300,28 @@

> >                       compatible = "gpio-leds";

> >

> >                       led@1 {

> > -                             label = "apq8016-sbc:green:user1";

> > +                             label = "green:user1";

> >                               gpios = <&msmgpio 21 GPIO_ACTIVE_HIGH>;

> >                               linux,default-trigger = "heartbeat";

> >                               default-state = "off";

> >                       };

> >

> >                       led@2 {

> > -                             label = "apq8016-sbc:green:user2";

> > +                             label = "green:user2";

> >                               gpios = <&msmgpio 120 GPIO_ACTIVE_HIGH>;

> >                               linux,default-trigger = "mmc0";

> >                               default-state = "off";

> >                       };

> >

> >                       led@3 {

> > -                             label = "apq8016-sbc:green:user3";

> > +                             label = "green:user3";

> >                               gpios = <&pm8916_gpios 1 GPIO_ACTIVE_HIGH>;

> >                               linux,default-trigger = "mmc1";

> >                               default-state = "off";

> >                       };

> >

> >                       led@4 {

> > -                             label = "apq8016-sbc:green:user4";

> > +                             label = "green:user4";

> >                               gpios = <&pm8916_gpios 2 GPIO_ACTIVE_HIGH>;

> >                               linux,default-trigger = "none";

> >                               panic-indicator;

> > @@ -329,14 +329,14 @@

> >                       };

> >

> >                       led@5 {

> > -                             label = "apq8016-sbc:yellow:wlan";

> > +                             label = "yellow:wlan";

> >                               gpios = <&pm8916_mpps 2 GPIO_ACTIVE_HIGH>;

> >                               linux,default-trigger = "phy0tx";

> >                               default-state = "off";

> >                       };

> >

> >                       led@6 {

> > -                             label = "apq8016-sbc:blue:bt";

> > +                             label = "blue:bt";

> >                               gpios = <&pm8916_mpps 3 GPIO_ACTIVE_HIGH>;

> >                               linux,default-trigger = "bluetooth-power";

> >                               default-state = "off";

> > --

> > 2.17.1

> >
Bjorn Andersson Feb. 5, 2019, 7:24 p.m. UTC | #3
On Tue 05 Feb 11:00 PST 2019, Nicolas Dechesne wrote:

> Hey Mani,

> 

> thanks for sending this out, it should have been just like that in the

> first place ;)

> 


Thanks Nico for the confirmation, I will queue this for v5.2

Regards,
Bjorn

> On Fri, Dec 21, 2018 at 3:36 AM Manivannan Sadhasivam

> <manivannan.sadhasivam@linaro.org> wrote:

> >

> > On Mon, Oct 29, 2018 at 03:12:45PM +0530, Manivannan Sadhasivam wrote:

> > > For all 96Boards, the following standard is used for onboard LEDs.

> > >

> > > green:user1  default-trigger: heartbeat

> > > green:user2  default-trigger: mmc0/disk-activity(onboard-storage)

> > > green:user3  default-trigger: mmc1 (SD-card)

> > > green:user4  default-trigger: none, panic-indicator

> > > yellow:wlan  default-trigger: phy0tx

> > > blue:bt      default-trigger: hci0-power

> > >

> > > So lets adopt the same for APQ8016 SBC (Dragonboard410c), which is

> > > one of the 96Boards CE platform.

> > >

> >

> > Hello,

> >

> > Any update on this patch?

> 

> Reviewed-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>

> 

> >

> > Regards,

> > Mani

> >

> > > Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>

> > > Acked-by: Amit Kucheria <amit.kucheria@linaro.org>

> > > ---

> > >  arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | 12 ++++++------

> > >  1 file changed, 6 insertions(+), 6 deletions(-)

> > >

> > > diff --git a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi

> > > index 46feedf7c989..35f95154316b 100644

> > > --- a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi

> > > +++ b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi

> > > @@ -300,28 +300,28 @@

> > >                       compatible = "gpio-leds";

> > >

> > >                       led@1 {

> > > -                             label = "apq8016-sbc:green:user1";

> > > +                             label = "green:user1";

> > >                               gpios = <&msmgpio 21 GPIO_ACTIVE_HIGH>;

> > >                               linux,default-trigger = "heartbeat";

> > >                               default-state = "off";

> > >                       };

> > >

> > >                       led@2 {

> > > -                             label = "apq8016-sbc:green:user2";

> > > +                             label = "green:user2";

> > >                               gpios = <&msmgpio 120 GPIO_ACTIVE_HIGH>;

> > >                               linux,default-trigger = "mmc0";

> > >                               default-state = "off";

> > >                       };

> > >

> > >                       led@3 {

> > > -                             label = "apq8016-sbc:green:user3";

> > > +                             label = "green:user3";

> > >                               gpios = <&pm8916_gpios 1 GPIO_ACTIVE_HIGH>;

> > >                               linux,default-trigger = "mmc1";

> > >                               default-state = "off";

> > >                       };

> > >

> > >                       led@4 {

> > > -                             label = "apq8016-sbc:green:user4";

> > > +                             label = "green:user4";

> > >                               gpios = <&pm8916_gpios 2 GPIO_ACTIVE_HIGH>;

> > >                               linux,default-trigger = "none";

> > >                               panic-indicator;

> > > @@ -329,14 +329,14 @@

> > >                       };

> > >

> > >                       led@5 {

> > > -                             label = "apq8016-sbc:yellow:wlan";

> > > +                             label = "yellow:wlan";

> > >                               gpios = <&pm8916_mpps 2 GPIO_ACTIVE_HIGH>;

> > >                               linux,default-trigger = "phy0tx";

> > >                               default-state = "off";

> > >                       };

> > >

> > >                       led@6 {

> > > -                             label = "apq8016-sbc:blue:bt";

> > > +                             label = "blue:bt";

> > >                               gpios = <&pm8916_mpps 3 GPIO_ACTIVE_HIGH>;

> > >                               linux,default-trigger = "bluetooth-power";

> > >                               default-state = "off";

> > > --

> > > 2.17.1

> > >
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi
index 46feedf7c989..35f95154316b 100644
--- a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi
+++ b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi
@@ -300,28 +300,28 @@ 
 			compatible = "gpio-leds";
 
 			led@1 {
-				label = "apq8016-sbc:green:user1";
+				label = "green:user1";
 				gpios = <&msmgpio 21 GPIO_ACTIVE_HIGH>;
 				linux,default-trigger = "heartbeat";
 				default-state = "off";
 			};
 
 			led@2 {
-				label = "apq8016-sbc:green:user2";
+				label = "green:user2";
 				gpios = <&msmgpio 120 GPIO_ACTIVE_HIGH>;
 				linux,default-trigger = "mmc0";
 				default-state = "off";
 			};
 
 			led@3 {
-				label = "apq8016-sbc:green:user3";
+				label = "green:user3";
 				gpios = <&pm8916_gpios 1 GPIO_ACTIVE_HIGH>;
 				linux,default-trigger = "mmc1";
 				default-state = "off";
 			};
 
 			led@4 {
-				label = "apq8016-sbc:green:user4";
+				label = "green:user4";
 				gpios = <&pm8916_gpios 2 GPIO_ACTIVE_HIGH>;
 				linux,default-trigger = "none";
 				panic-indicator;
@@ -329,14 +329,14 @@ 
 			};
 
 			led@5 {
-				label = "apq8016-sbc:yellow:wlan";
+				label = "yellow:wlan";
 				gpios = <&pm8916_mpps 2 GPIO_ACTIVE_HIGH>;
 				linux,default-trigger = "phy0tx";
 				default-state = "off";
 			};
 
 			led@6 {
-				label = "apq8016-sbc:blue:bt";
+				label = "blue:bt";
 				gpios = <&pm8916_mpps 3 GPIO_ACTIVE_HIGH>;
 				linux,default-trigger = "bluetooth-power";
 				default-state = "off";