Re: [U-Boot] [PATCH v2] sunxi: add support for Banana Pi M2 Zero board

2018-05-24 Thread Maxime Ripard
On Thu, May 24, 2018 at 04:22:53PM +0800, Jun Nie wrote: > > Why not using straight the DT from linux here? There's a couple of > > things missing from this one (the pinctrl nodes, for example). > > I had thought that pinctrl is not merged yet in u-boot per the > comments for patch V1. Will > keep

Re: [U-Boot] [PATCH v2] sunxi: add support for Banana Pi M2 Zero board

2018-05-24 Thread Jun Nie
2018-05-24 15:54 GMT+08:00 Maxime Ripard : > Hi, > > On Thu, May 24, 2018 at 12:38:19PM +0800, Jun Nie wrote: >> Banana Pi M2 Zero is a board by Sinovoip with Allwinner H2+ SoC, 16-bit >> 512MiB DDR3 memory, a MicroSD slot, two MicroUSB ports (one OTG and one >> powering-only) and a miniHDMI port.

Re: [U-Boot] [PATCH v2] sunxi: add support for Banana Pi M2 Zero board

2018-05-24 Thread Maxime Ripard
Hi, On Thu, May 24, 2018 at 12:38:19PM +0800, Jun Nie wrote: > Banana Pi M2 Zero is a board by Sinovoip with Allwinner H2+ SoC, 16-bit > 512MiB DDR3 memory, a MicroSD slot, two MicroUSB ports (one OTG and one > powering-only) and a miniHDMI port. > > DTS file is from Linux kernel with removing so

[U-Boot] [PATCH v2] sunxi: add support for Banana Pi M2 Zero board

2018-05-23 Thread Jun Nie
Banana Pi M2 Zero is a board by Sinovoip with Allwinner H2+ SoC, 16-bit 512MiB DDR3 memory, a MicroSD slot, two MicroUSB ports (one OTG and one powering-only) and a miniHDMI port. DTS file is from Linux kernel with removing some nodes that are not needed in u-boot or not merged into u-boot yet. S