Re: [U-Boot] [PATCH] arm64: dts: allwinner: h5: NanoPi NEO Plus2 : add EMAC support

2018-05-18 Thread Antony Antony
mii_phy>; > + phy-mode = "rgmii"; > + status = "okay"; > +}; > + > +_mdio { > + ext_rgmii_phy: ethernet-phy@7 { > + compatible = "ethernet-phy-ieee802.3-c22"; > + reg = <7>; > + }; > +}; > +

Re: [U-Boot] [PATCH] sunxi: A64/H5 devices: enable usb keyboard support

2018-04-09 Thread Antony Antony
On Mon, Apr 09, 2018 at 01:15:00PM +0100, Peter Robinson wrote: > Now the A64/H5 SoCs support video output it's useful to enable usb keyboard > support so console can be used via standard keyboard/video interface. > > Tested on Pine64. Is it usefull on devices without video output(no HDMI, VGA)?

[U-Boot] [PATCH v6 2/2] sun50i: h5: Add NanoPi Neo Plus2 DT initial support

2017-11-21 Thread Antony Antony
module) - 2x USB 2.0 host ports Signed-off-by: Antony Antony <ant...@phenome.org> --- Changes v3->v4 removed compatible from mmc0 add h5 & a64 compaitable to sun50i-h5.dtsi Changes v4->v5 update sun50i-h5.dtsi to kernel 4.14 Changes v5->v6 update board/sunxi/MAINTAINERS --- ar

[U-Boot] [PATCH v6 1/2] arm64: sun50i-h5.dtsi : update to kernel 4.14

2017-11-21 Thread Antony Antony
last Kernel commit of sun50i-h5.dtsi d86e63e1f0b7 Signed-off-by: Antony Antony <ant...@phenome.org> --- Changes v1->v2 removed memory {}, compatible ="allwinner,sun5i-a13-mmc" remove CONFIG_SPL_SPI_FLASH_SUPPORT=y and CONFIG_SPL_SPI_SUNXI=y (no SPI) remove CONFIG_SD_BO

Re: [U-Boot] [PATCH v5 1/2] sun50i: h5: Add NanoPi Neo Plus2 DT initial support

2017-11-21 Thread Antony Antony
On Tue, Nov 21, 2017 at 11:59:42AM +0530, Jagan Teki wrote: > On Fri, Nov 17, 2017 at 3:09 PM, Antony Antony <ant...@phenome.org> wrote: > > Add initial DT for NanoPi NEO Plus2 by FriendlyARM > > - Allwinner quad core H5 Cortex A53 with an ARM Mali-450MP GPU > > - 1

[U-Boot] [PATCH v5 1/2] sun50i: h5: Add NanoPi Neo Plus2 DT initial support

2017-11-17 Thread Antony Antony
module) - 2x USB 2.0 host ports Signed-off-by: Antony Antony <ant...@phenome.org> --- Changes v1->v2 removed memory {}, compatible ="allwinner,sun5i-a13-mmc" remove CONFIG_SPL_SPI_FLASH_SUPPORT=y and CONFIG_SPL_SPI_SUNXI=y (no SPI) remove CONFIG_SD_BOOT=y Changes v2->

[U-Boot] [PATCH v5 2/2] arm64: sun50i-h5.dtsi : update to kernel 4.14

2017-11-17 Thread Antony Antony
last Kernel commit of sun50i-h5.dtsi d86e63e1f0b7 Signed-off-by: Antony Antony <ant...@phenome.org> --- Changes v3->v4 removed compatible from mmc0 add h5 & a64 compaitable to sun50i-h5.dtsi Changes v4->v5 update sun50i-h5.dtsi to kernel 4.14 --- arch/arm/dts/sun

Re: [U-Boot] [PATCH v4 2/2] sun50i: h5: Add NanoPi Neo Plus2 DT initial support

2017-10-10 Thread Antony Antony
On Tue, Oct 10, 2017 at 10:30:42PM +0530, Jagan Teki wrote: > On Tue, Oct 10, 2017 at 10:26 PM, Antony Antony <ant...@phenome.org> wrote: > > On Tue, Oct 10, 2017 at 07:28:23PM +0530, Jagan Teki wrote: > >> On Tue, Oct 10, 2017 at 7:15 PM, Antony Antony <ant...@phe

Re: [U-Boot] [PATCH v4 1/2] arm64: sun50i-h5.dtsi : add h5 & a64 compatible to mmc[0-2]

2017-10-10 Thread Antony Antony
On Tue, Oct 10, 2017 at 07:21:57PM +0530, Jagan Teki wrote: > On Tue, Oct 10, 2017 at 7:18 PM, Peter Robinson wrote: > > Shouldn't we just be syncing changes to the DT from the kernel? > I guess syncing could possibly solve the problem! Kernel DTSI got the compiltables I

Re: [U-Boot] [PATCH v4 2/2] sun50i: h5: Add NanoPi Neo Plus2 DT initial support

2017-10-10 Thread Antony Antony
On Tue, Oct 10, 2017 at 07:28:23PM +0530, Jagan Teki wrote: > On Tue, Oct 10, 2017 at 7:15 PM, Antony Antony <ant...@phenome.org> wrote: > > Add initial DT for NanoPi NEO Plus2 by FriendlyARM > > - Allwinner quad core H5 Cortex A53 with an ARM Mali-450MP GPU > > - 1

[U-Boot] [PATCH v4 2/2] sun50i: h5: Add NanoPi Neo Plus2 DT initial support

2017-10-10 Thread Antony Antony
module) - 2x USB 2.0 host ports Signed-off-by: Antony Antony <ant...@phenome.org> --- arch/arm/dts/Makefile | 1 + arch/arm/dts/sun50i-h5-nanopi-neo-plus2.dts | 106 configs/nanopi_neo_plus2_defconfig | 18 + 3 files change

[U-Boot] [PATCH v4 1/2] arm64: sun50i-h5.dtsi : add h5 & a64 compatible to mmc[0-2]

2017-10-10 Thread Antony Antony
add more specific, Allwinner H5 SoC, compaitable to mmc0,1,2 current one comes from sun8i-h3.dtsi compatible = "allwinner,sun7i-a20-mmc", "allwinner,sun5i-a13-mmc"; Signed-off-by: Antony Antony <ant...@phenome.org> --- arch/arm/dts/sun50i-h5.dtsi | 12 1 f

Re: [U-Boot] [PATCH v3] sun50i: h5: Add NanoPi Neo Plus2 DT initial support

2017-10-09 Thread Antony Antony
On Mon, Oct 09, 2017 at 09:22:03AM +0200, Maxime Ripard wrote: > On Fri, Oct 06, 2017 at 09:11:22AM +0000, Antony Antony wrote: > > Hi > > > > Thanks Chen-Yu and Maxime. > > > > On Tue, Oct 03, 2017 at 10:11:00AM +0800, Chen-Yu Tsai wrote: > > > On Mon,

Re: [U-Boot] [PATCH v3] sun50i: h5: Add NanoPi Neo Plus2 DT initial support

2017-10-06 Thread Antony Antony
Hi Thanks Chen-Yu and Maxime. On Tue, Oct 03, 2017 at 10:11:00AM +0800, Chen-Yu Tsai wrote: > On Mon, Oct 2, 2017 at 1:34 AM, Antony Antony <ant...@phenome.org> wrote: > > Hi Maxime, > > > > sorry for the delayed response. > > > > On Mon, Sep 25, 2017 a

Re: [U-Boot] [PATCH v3] sun50i: h5: Add NanoPi Neo Plus2 DT initial support

2017-10-01 Thread Antony Antony
Hi Maxime, sorry for the delayed response. On Mon, Sep 25, 2017 at 01:12:23PM +0200, Maxime Ripard wrote: > On Sat, Sep 23, 2017 at 05:59:15PM +0000, Antony Antony wrote: > > Add initial DT for NanoPi NEO Plus2 by FriendlyARM > > - Allwinner quad core H5 Cortex A53 with an ARM

[U-Boot] [PATCH v3] sun50i: h5: Add NanoPi Neo Plus2 DT initial support

2017-09-23 Thread Antony Antony
module) - 2x USB 2.0 host ports Signed-off-by: Antony Antony <ant...@phenome.org> --- Changes v1->v2 removed memory {}, compatible ="allwinner,sun5i-a13-mmc" remove CONFIG_SPL_SPI_FLASH_SUPPORT=y and CONFIG_SPL_SPI_SUNXI=y (no SPI) remove CONFIG_SD_BOOT=y Changes v2->

[U-Boot] [PATCH v2] sun50i: h5: Add NanoPi Neo Plus2 DT initial support

2017-09-22 Thread Antony Antony
module) - 2x USB 2.0 host ports Signed-off-by: Antony Antony <ant...@phenome.org> --- Changes v1->v2 removed memory {}, compatible ="allwinner,sun5i-a13-mmc" remove CONFIG_SPL_SPI_FLASH_SUPPORT=y and CONFIG_SPL_SPI_SUNXI=y (no SPI) remove CONFIG_SD_BOOT=y --- ar

[U-Boot] [PATCH] sun50i: h5: Add NanoPi Neo Plus2 DT initial support

2017-09-21 Thread Antony Antony
module) - 2x USB 2.0 host ports Signed-off-by: Antony Antony <ant...@phenome.org> Tested-by: Antony Antony <ant...@phenome.org> --- arch/arm/dts/Makefile | 1 + arch/arm/dts/sun50i-h5-nanopi-neo-plus2.dts | 113 configs/nanopi_neo_plu