ARM: dts: stm32: update led nodes names for stm32f746-eval
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / stm32746g-eval.dts
index 4ea3f98dd27547ab933d18e64b2a1b7fddf4224d..ca8c192449ee9d87b522724a23c5d8c647d56c18 100644 (file)
 
        leds {
                compatible = "gpio-leds";
-               green {
+               led-green {
                        gpios = <&gpiof 10 1>;
                        linux,default-trigger = "heartbeat";
                };
-               orange {
+               led-orange {
                        gpios = <&stmfx_pinctrl 17 1>;
                };
-               red {
+               led-red {
                        gpios = <&gpiob 7 1>;
                };
-               blue {
+               led-blue {
                        gpios = <&stmfx_pinctrl 19 1>;
                };
        };