aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/dts/o4-imx-nano.dts
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-06-25 13:33:47 -0400
committerTom Rini <trini@konsulko.com>2021-06-25 13:33:47 -0400
commit4d8c21da4170e7c1d38c0106898e0d8347b4f0ff (patch)
tree45f7de9cc281bd4fcbb777cabd71b0a5a6eecf91 /arch/arm/dts/o4-imx-nano.dts
parent1b044fd1c93d4f66230bf038c630bb1c493ea5d7 (diff)
parent52ce6a61c1fc74b62be7f57ba83c1b43181b1f91 (diff)
downloadu-boot-4d8c21da4170e7c1d38c0106898e0d8347b4f0ff.zip
u-boot-4d8c21da4170e7c1d38c0106898e0d8347b4f0ff.tar.gz
u-boot-4d8c21da4170e7c1d38c0106898e0d8347b4f0ff.tar.bz2
Merge tag 'u-boot-imx-20210625' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
Fixes for 2021.07 ----------------- CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/7903
Diffstat (limited to 'arch/arm/dts/o4-imx-nano.dts')
-rw-r--r--arch/arm/dts/o4-imx-nano.dts18
1 files changed, 6 insertions, 12 deletions
diff --git a/arch/arm/dts/o4-imx-nano.dts b/arch/arm/dts/o4-imx-nano.dts
index d1785b7..54d32f9 100644
--- a/arch/arm/dts/o4-imx-nano.dts
+++ b/arch/arm/dts/o4-imx-nano.dts
@@ -24,40 +24,34 @@
leds {
compatible = "gpio-leds";
- led@0 {
+ led0 {
color = <LED_COLOR_ID_RED>;
gpios = <&pcf8574a 0 GPIO_ACTIVE_LOW>;
- reg = <0>;
};
- led@1 {
+ led1{
color = <LED_COLOR_ID_GREEN>;
gpios = <&pcf8574a 1 GPIO_ACTIVE_LOW>;
- reg = <1>;
};
- led@2 {
+ led2 {
gpios = <&pcf8574a 2 GPIO_ACTIVE_LOW>;
color = <LED_COLOR_ID_BLUE>;
- reg = <2>;
};
- led@3 {
+ led3 {
color = <LED_COLOR_ID_RED>;
gpios = <&pcf8574a 3 GPIO_ACTIVE_LOW>;
- reg = <3>;
};
- led@4 {
+ led4{
color = <LED_COLOR_ID_GREEN>;
gpios = <&pcf8574a 4 GPIO_ACTIVE_LOW>;
- reg = <4>;
};
- led@5 {
+ led5 {
color = <LED_COLOR_ID_BLUE>;
gpios = <&pcf8574a 5 GPIO_ACTIVE_LOW>;
- reg = <5>;
};
};