diff options
author | 2022-03-25 10:06:03 +0000 | |
---|---|---|
committer | 2022-04-21 14:03:12 +0300 | |
commit | 42c83b73aea112ba4341467bec58a3b3e44fa822 (patch) | |
tree | a872cdf474e0eeb5e053cbd24e98c41d12c89f3e | |
parent | ARM: dts: am335x: Guardian: Disable poweroff support from RTC (diff) | |
download | linux-dev-42c83b73aea112ba4341467bec58a3b3e44fa822.tar.xz linux-dev-42c83b73aea112ba4341467bec58a3b3e44fa822.zip |
ARM: dts: am335x: Guardian: Remove mmc status led
* MMC presence indicater LED removed from Guardian Board
Signed-off-by: Gireesh Hiremath <Gireesh.Hiremath@in.bosch.com>
Message-Id: <20220325100613.1494-6-Gireesh.Hiremath@in.bosch.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/am335x-guardian.dts | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/boot/dts/am335x-guardian.dts b/arch/arm/boot/dts/am335x-guardian.dts index 46314f1bc85b..749239081bf1 100644 --- a/arch/arm/boot/dts/am335x-guardian.dts +++ b/arch/arm/boot/dts/am335x-guardian.dts @@ -51,7 +51,6 @@ }; }; - leds { compatible = "gpio-leds"; pinctrl-names = "default"; @@ -63,13 +62,6 @@ linux,default-trigger = "heartbeat"; default-state = "off"; }; - - led2 { - label = "green:mmc0"; - gpios = <&gpio1 26 GPIO_ACTIVE_HIGH>; - linux,default-trigger = "mmc0"; - default-state = "off"; - }; }; panel { @@ -475,7 +467,6 @@ leds_pins: pinmux_leds_pins { pinctrl-single,pins = < - AM33XX_IOPAD(0x868, PIN_OUTPUT | MUX_MODE7) AM33XX_IOPAD(0x86c, PIN_OUTPUT | MUX_MODE7) >; }; |