On 23-03-02, Sascha Hauer wrote: > On Thu, Mar 02, 2023 at 11:49:53AM +0100, Marco Felsch wrote: > > Hi Sascha, > > > > On 23-03-02, Sascha Hauer wrote: > > > Some nodes have a unit name, but no reg property. Drop the unit name > > > to avoid dtc warnings. > > > > > > Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> > > > --- > > > arch/arm/dts/imx7d-peb-eval-02.dtsi | 12 ++++++------ > > > 1 file changed, 6 insertions(+), 6 deletions(-) > > > > > > diff --git a/arch/arm/dts/imx7d-peb-eval-02.dtsi b/arch/arm/dts/imx7d-peb-eval-02.dtsi > > > index 8bde5b13e7..5c2c302d54 100644 > > > --- a/arch/arm/dts/imx7d-peb-eval-02.dtsi > > > +++ b/arch/arm/dts/imx7d-peb-eval-02.dtsi > > > @@ -13,21 +13,21 @@ > > > pinctrl-0 = <&pinctrl_leds_eval>; > > > status = "disabled"; > > > > > > - led@0 { > > > + led0 { > > > > To follow the binding doc the name should be led-0. For the below nodes > > as well. > > Fixed, thanks The rest of the series lgtm, feel free to add my: Reviewed-by: Marco Felsch <m.felsch@xxxxxxxxxxxxxx> > > Sascha > > > -- > Pengutronix e.K. | | > Steuerwalder Str. 21 | http://www.pengutronix.de/ | > 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | > Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | >