123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- From 68604e89335ccb3e893b5a05b2c0d5cd2eaaf6ec Mon Sep 17 00:00:00 2001
- From: =?UTF-8?q?Petr=20=C5=A0tetiar?= <[email protected]>
- Date: Tue, 3 Mar 2020 15:14:40 +0100
- Subject: [PATCH] ARM: dts: imx6q-apalis: ixora: add status LEDs aliases
- MIME-Version: 1.0
- Content-Type: text/plain; charset=UTF-8
- Content-Transfer-Encoding: 8bit
- Signed-off-by: Petr Štetiar <[email protected]>
- ---
- arch/arm/boot/dts/imx6q-apalis-ixora-v1.1.dts | 16 ++++++++++------
- arch/arm/boot/dts/imx6q-apalis-ixora.dts | 12 ++++++++----
- 2 files changed, 18 insertions(+), 10 deletions(-)
- --- a/arch/arm/boot/dts/imx6q-apalis-ixora.dts
- +++ b/arch/arm/boot/dts/imx6q-apalis-ixora.dts
- @@ -24,6 +24,10 @@
- i2c2 = &i2c2;
- rtc0 = &rtc_i2c;
- rtc1 = &snvs_rtc;
- + led-boot = &led_boot;
- + led-failsafe = &led_failsafe;
- + led-running = &led_running;
- + led-upgrade = &led_upgrade;
- };
-
- chosen {
- @@ -35,22 +39,22 @@
- pinctrl-names = "default";
- pinctrl-0 = <&pinctrl_leds_ixora>;
-
- - led4-green {
- + led_running: led4-green {
- gpios = <&gpio1 17 GPIO_ACTIVE_HIGH>;
- label = "LED_4_GREEN";
- };
-
- - led4-red {
- + led_upgrade: led4-red {
- gpios = <&gpio1 21 GPIO_ACTIVE_HIGH>;
- label = "LED_4_RED";
- };
-
- - led5-green {
- + led_boot: led5-green {
- gpios = <&gpio2 1 GPIO_ACTIVE_HIGH>;
- label = "LED_5_GREEN";
- };
-
- - led5-red {
- + led_failsafe: led5-red {
- gpios = <&gpio2 2 GPIO_ACTIVE_HIGH>;
- label = "LED_5_RED";
- };
- --- a/arch/arm/boot/dts/imx6q-apalis-ixora-v1.2.dts
- +++ b/arch/arm/boot/dts/imx6q-apalis-ixora-v1.2.dts
- @@ -24,6 +24,10 @@
- i2c2 = &i2c2;
- rtc0 = &rtc_i2c;
- rtc1 = &snvs_rtc;
- + led-boot = &led_boot;
- + led-failsafe = &led_failsafe;
- + led-running = &led_running;
- + led-upgrade = &led_upgrade;
- };
-
- chosen {
- @@ -36,22 +40,22 @@
- pinctrl-names = "default";
- pinctrl-0 = <&pinctrl_leds_ixora>;
-
- - led4-green {
- - gpios = <&gpio1 14 GPIO_ACTIVE_HIGH>;
- + led_running: led4-green {
- + gpios = <&gpio1 17 GPIO_ACTIVE_HIGH>;
- label = "LED_4_GREEN";
- };
-
- - led4-red {
- - gpios = <&gpio1 12 GPIO_ACTIVE_HIGH>;
- + led_upgrade: led4-red {
- + gpios = <&gpio1 21 GPIO_ACTIVE_HIGH>;
- label = "LED_4_RED";
- };
-
- - led5-green {
- + led_boot: led5-green {
- gpios = <&gpio2 1 GPIO_ACTIVE_HIGH>;
- label = "LED_5_GREEN";
- };
-
- - led5-red {
- + led_failsafe: led5-red {
- gpios = <&gpio2 2 GPIO_ACTIVE_HIGH>;
- label = "LED_5_RED";
- };
|