Re: [U-Boot] [linux-sunxi] [PATCH 0/2] sunxi: OrangePi Zero fixes

2017年1月14日 10:06于 Andre Przywara andre.przywara@arm.com写道:
Hi,
two small patches on top of sunxi/next to enable Ethernet and SPI flash. Was there any reason the emac node was omitted from the DT patch (as it is in the OrangePi One DT, which I belive the Zero has copied from)?
Because the DT is directly the kernel's DT.
Also newer versions of the board seem all to come with SPI flash soldered, so lets enable the SPL support for that to allow booting without an SD card. Having the option enabled for boards without a chip doesn't harm, as it will only be used if the board is actually booted from SPI. This was quickly tested with ssvb's version of sunxi-fel, which can write the SPI flash via FEL (USB).
Cheers, Andre.
Andre Przywara (2): sunxi: dts: OrangePi Zero: add Ethernet node sunxi: OrangePi Zero: defconfig: enable SPI flash
arch/arm/dts/sun8i-h2-plus-orangepi-zero.dts | 11 +++++++++++ configs/orangepi_zero_defconfig | 2 ++ 2 files changed, 13 insertions(+)
-- 2.8.2
-- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
participants (1)
-
Icenowy Zheng