According to fsl,mc13xxx.yaml, the node name for led-control is vendor prefixed. Change it accordingly. Signed-off-by: Alexander Kurz <akurz@xxxxxxxx> --- drivers/leds/leds-mc13783.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/leds/leds-mc13783.c b/drivers/leds/leds-mc13783.c index e22f09d13798..11add1fd24ce 100644 --- a/drivers/leds/leds-mc13783.c +++ b/drivers/leds/leds-mc13783.c @@ -127,7 +127,7 @@ static struct mc13xxx_leds_platform_data __init *mc13xxx_led_probe_dt( if (!parent) return ERR_PTR(-ENODATA); - ret = of_property_read_u32_array(parent, "led-control", + ret = of_property_read_u32_array(parent, "fsl,led-control", pdata->led_control, leds->devtype->num_regs); if (ret) -- 2.39.5