Hi Arnaud > diff --git a/arch/arm/boot/dts/armada-370.dtsi b/arch/arm/boot/dts/armada-370.dtsi > index 90e1286d414f..f1284ae0cddd 100644 > --- a/arch/arm/boot/dts/armada-370.dtsi > +++ b/arch/arm/boot/dts/armada-370.dtsi > @@ -197,6 +197,20 @@ > status = "disabled"; > }; > > + /* > + * Default SPI pinctrl setting, can be overwritten on > + * board level if a different configuration is used. > + */ > + spi0: spi@10600 { > + pinctrl-0 = <&spi0_pins1>; > + pinctrl-names = "default"; > + }; > + > + spi1: spi@10680 { > + pinctrl-0 = <&spi1_pins>; > + pinctrl-names = "default"; > + }; > + Again, ordering. It looks like these should be between l2-cache and i2c0. Andrew -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html