summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Jander <david@protonic.nl>2022-04-19 06:48:23 +0200
committerShawn Guo <shawnguo@kernel.org>2022-04-24 21:23:21 +0800
commitb456aed07944b3048d68f7daad2fd6e1155dc4fe (patch)
treebeb9dfd6adabe03cf28f3a16d07dcc0808696461
parenteac849a24e188adeecd0ba3b598ea861281da725 (diff)
ARM: dts: imx6qdl-vicut1.dtsi: Add missing ISB led node
Add missing ISB led node. Signed-off-by: David Jander <david@protonic.nl> Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r--arch/arm/boot/dts/imx6qdl-vicut1.dtsi9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-vicut1.dtsi b/arch/arm/boot/dts/imx6qdl-vicut1.dtsi
index 2a86136a04e8d..c928bd854e923 100644
--- a/arch/arm/boot/dts/imx6qdl-vicut1.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-vicut1.dtsi
@@ -95,6 +95,13 @@
gpios = <&gpio2 24 GPIO_ACTIVE_HIGH>;
default-state = "on";
};
+
+ led-3 {
+ label = "isb_led";
+ function = LED_FUNCTION_POWER;
+ gpios = <&gpio4 31 GPIO_ACTIVE_HIGH>;
+ default-state = "on";
+ };
};
reg_1v8: regulator-1v8 {
@@ -574,6 +581,8 @@
MX6QDL_PAD_DI0_PIN15__GPIO4_IO17 0x1b0b0
/* POWER_LED */
MX6QDL_PAD_EIM_CS1__GPIO2_IO24 0x1b0b0
+ /* ISB_LED */
+ MX6QDL_PAD_DISP0_DAT10__GPIO4_IO31 0x1b0b0
>;
};