* Tony Lindgren <tony@xxxxxxxxxxx> [230519 07:27]: > We want to unify the pinctrl-single pin group nodes as these will add > make dtbs checks errors when pinctrl-single yaml binding is merged. ... > --- a/arch/arm64/boot/dts/broadcom/stingray/stingray-pinctrl.dtsi > +++ b/arch/arm64/boot/dts/broadcom/stingray/stingray-pinctrl.dtsi > @@ -299,7 +299,7 @@ spi1_pins: pinmux_spi1_sck_nand { > >; > }; > > - nuart_pins: pinmux_uart0_sin_nitro { > + nuart_pins: uart0-sin-nitro-pins { > pinctrl-single,pins = < > 0x20c MODE_NITRO /* nuart_rxd */ > 0x210 MODE_NITRO /* nuart_txd */ > @@ -319,7 +319,7 @@ uart0_pins: pinumux_uart0_sin_nand { Looks like I missed the misspelled "pinumux" node, will send out v2 version of the patch. Regards, Tony