ARM: dts: am335x: Guardian: Remove mmc status led
authorGireesh Hiremath <Gireesh.Hiremath@in.bosch.com>
Fri, 25 Mar 2022 10:06:03 +0000 (10:06 +0000)
committerTony Lindgren <tony@atomide.com>
Thu, 21 Apr 2022 11:03:12 +0000 (14:03 +0300)
 * 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>
arch/arm/boot/dts/am335x-guardian.dts

index 46314f1bc85b84edb0e216dddab7d533bec1865c..749239081bf12ba14567948045eb5f37ee0712d3 100644 (file)
@@ -51,7 +51,6 @@
                };
        };
 
-
        leds {
                compatible = "gpio-leds";
                pinctrl-names = "default";
                        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 {
 
        leds_pins: pinmux_leds_pins {
                pinctrl-single,pins = <
-                       AM33XX_IOPAD(0x868, PIN_OUTPUT | MUX_MODE7)
                        AM33XX_IOPAD(0x86c, PIN_OUTPUT | MUX_MODE7)
                >;
        };