From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andre Przywara Date: Tue, 22 Jan 2019 16:40:19 +0000 Subject: [U-Boot] [PATCH v5 26/26] board: sopine: Enable SPI/SPI-FLASH In-Reply-To: References: <20181231165927.13803-1-jagan@amarulasolutions.com> <20181231165927.13803-27-jagan@amarulasolutions.com> Message-ID: <20190122164019.1df6902e@donnerap.cambridge.arm.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 22 Jan 2019 17:32:27 +0100 Alexander Graf wrote: > On 31.12.18 17:59, Jagan Teki wrote: > > Sopine has Winbond SPI flash, so enable the same to use > > flash on Sopine board. > > > > Cc: TL Lim > > Signed-off-by: Jagan Teki > > --- > > .../dts/sun50i-a64-sopine-baseboard-u-boot.dtsi | 16 > > ++++++++++++++++ configs/sopine_baseboard_defconfig > > | 7 +++++++ 2 files changed, 23 insertions(+) > > create mode 100644 > > arch/arm/dts/sun50i-a64-sopine-baseboard-u-boot.dtsi > > > > diff --git a/arch/arm/dts/sun50i-a64-sopine-baseboard-u-boot.dtsi > > b/arch/arm/dts/sun50i-a64-sopine-baseboard-u-boot.dtsi new file > > mode 100644 index 0000000000..9661b95d15 > > --- /dev/null > > +++ b/arch/arm/dts/sun50i-a64-sopine-baseboard-u-boot.dtsi > > Where does this dtsi get included? This is some U-Boot build system magic, more precisely by binman: http://git.denx.de/?p=u-boot.git;a=blob;f=tools/binman/README;hb=HEAD#l564 Cheers, Andre.