Hi, On Tue, Feb 9, 2021 at 12:29 PM Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> wrote: > > @@ -715,7 +710,6 @@ spi19: spi@894000 { > clock-names = "se"; > clocks = <&gcc GCC_QUPV3_WRAP2_S5_CLK>; > pinctrl-names = "default"; > - pinctrl-0 = <&qup_spi19_default>; > interrupts = <GIC_SPI 587 IRQ_TYPE_LEVEL_HIGH>; > #address-cells = <1>; > #size-cells = <0>; > @@ -755,8 +749,6 @@ spi0: spi@980000 { > reg = <0 0x00980000 0 0x4000>; > clock-names = "se"; > clocks = <&gcc GCC_QUPV3_WRAP0_S0_CLK>; > - pinctrl-names = "default"; > - pinctrl-0 = <&qup_spi0_default>; Why only this one removes "pinctrl-names" but all the other ones don't?