Re: [PATCH] sunxi: add support for Banana Pi P2 Zero board

2020-05-02 Thread Maxime Ripard
On Fri, May 01, 2020 at 10:21:21PM +0530, Jagan Teki wrote: > > > > > > Signed-off-by: Mizan R > > --- > > SHA1SUM for sun8i-h2-plus-bananapi-p2-zero.dts: > > c682e1d9faba9d8c959ac526eef0962fc9ebd628 > > arch/arm/dts/sun8i-h2-plus-bananapi-p2-zero.dts > > You need to add this details into commi

Re: [PATCH] sunxi: add support for Banana Pi P2 Zero board

2020-05-01 Thread Jagan Teki
On Thu, Apr 30, 2020 at 3:25 AM Mizan R wrote: > > Banana Pi P2 Zero is almost identic with Banana Pi M2 Zero with > additional eMMC and PoE functionality > This patch allows uboot to detect ethernet, usb, and eMMC during boot > > Bootlog: > > U-Boot SPL 2020.04 (Apr 30 2020 - 03:41:48 +07

[PATCH] sunxi: add support for Banana Pi P2 Zero board

2020-04-30 Thread Mizan R
Banana Pi P2 Zero is almost identic with Banana Pi M2 Zero with additional eMMC and PoE functionality This patch allows uboot to detect ethernet, usb, and eMMC during boot Bootlog: U-Boot SPL 2020.04 (Apr 30 2020 - 03:41:48 +0700) DRAM: 512 MiB Trying to boot from MMC1 U-Boot 2020.04 (

Re: [PATCH] sunxi: add support for Banana Pi P2 Zero board

2020-04-20 Thread Jagan Teki
On Thu, Apr 16, 2020 at 10:06 PM Mizan R wrote: > commit details? > Signed-off-by: Mizan R > --- > arch/arm/dts/Makefile | 1 + > .../dts/sun8i-h2-plus-bananapi-p2-zero.dts| 181 ++ > configs/Sinovoip_BPI_P2_Zero_defconfig| 20 ++ > 3 file

[PATCH] sunxi: add support for Banana Pi P2 Zero board

2020-04-16 Thread Mizan R
Signed-off-by: Mizan R --- arch/arm/dts/Makefile | 1 + .../dts/sun8i-h2-plus-bananapi-p2-zero.dts| 181 ++ configs/Sinovoip_BPI_P2_Zero_defconfig| 20 ++ 3 files changed, 202 insertions(+) create mode 100644 arch/arm/dts/sun8i-h2-plus-banan