Hi Pavel, Thank you for the review. On Fri, Oct 9, 2020 at 8:33 AM Pavel Machek <pavel@xxxxxxx> wrote: > > Hi! > > > +++ b/arch/arm/boot/dts/r8a7742-iwg21d-q7.dts > > @@ -63,6 +63,16 @@ > > enable-gpios = <&gpio3 11 GPIO_ACTIVE_HIGH>; > > }; > > > > + leds { > > + compatible = "gpio-leds"; > > + > > + sdhi2_led { > > + label = "sdio-led"; > > This should use appropriate label... probably mmc1:green:activity. > $ grep -nr mmc | grep -i activity $ grep -nr sd | grep -i activity Results in 0 outputs in dts folder. Cheers, Prabhakar