Commit 42c83b73 authored by Gireesh Hiremath's avatar Gireesh Hiremath Committed by Tony Lindgren

ARM: dts: am335x: Guardian: Remove mmc status led

 * MMC presence indicater LED removed from Guardian Board
Signed-off-by: default avatarGireesh Hiremath <Gireesh.Hiremath@in.bosch.com>
Message-Id: <20220325100613.1494-6-Gireesh.Hiremath@in.bosch.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent d8da0fd6
......@@ -51,7 +51,6 @@ power-button {
};
};
leds {
compatible = "gpio-leds";
pinctrl-names = "default";
......@@ -63,13 +62,6 @@ led1 {
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 @@ AM33XX_IOPAD(0x8ec, PIN_INPUT_PULLDOWN | SLEWCTRL_SLOW | MUX_MODE7)
leds_pins: pinmux_leds_pins {
pinctrl-single,pins = <
AM33XX_IOPAD(0x868, PIN_OUTPUT | MUX_MODE7)
AM33XX_IOPAD(0x86c, PIN_OUTPUT | MUX_MODE7)
>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment