summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/arm/dts/stm32mp157c-ed1-scmi-u-boot.dtsi14
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/arm/dts/stm32mp157c-ed1-scmi-u-boot.dtsi b/arch/arm/dts/stm32mp157c-ed1-scmi-u-boot.dtsi
index 7c0d1bab11a..6bbaeb7cde4 100644
--- a/arch/arm/dts/stm32mp157c-ed1-scmi-u-boot.dtsi
+++ b/arch/arm/dts/stm32mp157c-ed1-scmi-u-boot.dtsi
@@ -12,8 +12,6 @@
};
config {
- u-boot,boot-led = "led-blue";
- u-boot,error-led = "led-red";
u-boot,mmc-env-partition = "u-boot-env";
};
@@ -32,18 +30,6 @@
gpios = <&gpioa 13 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
};
};
-
- led {
- compatible = "gpio-leds";
-
- led-blue {
- gpios = <&gpiod 9 GPIO_ACTIVE_HIGH>;
- };
-
- led-red {
- gpios = <&gpioa 13 GPIO_ACTIVE_LOW>;
- };
- };
};
&uart4 {