On 19/12/01 11:21PM, Martin Blumenstingl wrote: > [...] > > + leds { > > + compatible = "gpio-leds"; > > + status { > > + gpios = <&gpio_ao GPIOAO_13 GPIO_ACTIVE_LOW>; > > + default-state = "off"; > > + color = <LED_COLOR_ID_RED>; > > + function = LED_FUNCTION_STATUS; > why is LED_FUNCTION_STATUS not enclosed in <> like color above? > Well, the examples in the documentation enclose the color and don't enclose function https://github.com/torvalds/linux/blob/596cf45cbf6e4fa7bcb0df33e373a7d062b644b5/Documentation/devicetree/bindings/leds/common.txt#L140 Regards > > Martin