
26 Nov
2016
26 Nov
'16
9:45 p.m.
On Fri, Nov 25, 2016 at 11:32:35PM +0100, Marek Vasut wrote:
From: Paul Burton paul.burton@imgtec.com
Add support for the Creator CI20 platform based on the JZ4780 SoC. The DTS file comes from Linux 4.6 as of revision 78800558d104e003f9ae92e0107f1de39cf9de9f
So far, there are still a few details which will have to be fixed once they are fleshed out in Linux:
- pinmux: Thus far, this board just pokes the pinmux registers to set the pinmux. For MMC in SPL, this will have to stay. But for full u-boot a proper pinmux driver will have to be added once the pinmux semantics in DT are in mainline Linux.
- ethernet,efuse: DT bindings are missing from mainline Linux.
Signed-off-by: Marek Vasut marex@denx.de Cc: Daniel Schwierzeck daniel.schwierzeck@gmail.com Cc: Paul Burton paul.burton@imgtec.com
This needs to be rebased on top of master as there's a lot of config.h things that should be in the defconfig.
--
Tom