ARM: dts: stm32: update led nodes names for stm32f769-disco

Update led nodes names to be aligned with yaml description

Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
This commit is contained in:
Benjamin Gaignard 2020-05-13 16:59:27 +02:00 коммит произвёл Alexandre Torgue
Родитель 5f014cb81e
Коммит 7cf1acae22
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -66,11 +66,11 @@
leds {
compatible = "gpio-leds";
green {
led-green {
gpios = <&gpioj 5 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "heartbeat";
};
red {
led-red {
gpios = <&gpioj 13 GPIO_ACTIVE_HIGH>;
};
};