Hello, you are listed as module authors for the leds-is31fl319x driver. Should the color property and the pattern property be functional in this module? I added this to my device tree is31fl@64 { compatible = "issi,is31fl3199"; reg = <0x64>; #address-cells = <1>; #size-cells = <0>; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_is31_sdb>; shutdown-gpios = <&gpio5 6 GPIO_ACTIVE_HIGH>; led@1 { reg = <1>; label = "IND_LED_WH_1"; color = <LED_COLOR_ID_WHITE>; linux,default-trigger = "pattern"; led-pattern = <0 1000 255 2000>; }; led@2 { reg = <2>; label = "IND_LED_BU_1"; color = <LED_COLOR_ID_BLUE>; }; But in the rootfs I get this: root@vsm:/sys/class/leds/IND_LED_BU_1 cat color white root@vsm:/sys/class/leds/IND_LED_WH_1 cat trigger [none] timer heartbeat cpu cpu0 cpu1 cpu2 cpu3 default-on panic mmc2 sbs-2-000b-charging-or-full sbs-2-000b-charging sbs-2-000b-full sbs-2-000b-charging-blink-full-solid rfkill-any rfkill-none bluetooth-power What am I doing wrong? Best regards Thomas