On Sun, Jun 25, 2023 at 11:03:21PM +0200, Martin Blumenstingl wrote: > On Wed, Jun 7, 2023 at 10:16 PM Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxx> wrote: > > > > From: Martin Kurbanov <mmkurbanov@xxxxxxxxxxxxxx> > > > > This controller can be used for spinand flash connection. > > > > Signed-off-by: Martin Kurbanov <mmkurbanov@xxxxxxxxxxxxxx> > > Signed-off-by: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxx> > > --- > > arch/arm64/boot/dts/amlogic/meson-a1.dtsi | 10 ++++++++++ > > 1 file changed, 10 insertions(+) > > > > diff --git a/arch/arm64/boot/dts/amlogic/meson-a1.dtsi b/arch/arm64/boot/dts/amlogic/meson-a1.dtsi > > index 63faccfc1134..0efd922ca7e1 100644 > > --- a/arch/arm64/boot/dts/amlogic/meson-a1.dtsi > > +++ b/arch/arm64/boot/dts/amlogic/meson-a1.dtsi > > @@ -199,6 +199,16 @@ gic: interrupt-controller@ff901000 { > > #address-cells = <0>; > > }; > > > > + spifc: spi@fd000400 { > please also sort this numerically, so it should appear before &apb Sure, not a problem. If things have base addresses, all of them ought to be sorted numerically. -- Thank you, Dmitry