Re: [linux-sunxi] Re: [PATCH 3/3] ARM: dts: sunxi: add support for Orange Pi Zero board

2016-11-14 Thread Maxime Ripard
On Mon, Nov 14, 2016 at 11:00:32AM +0100, Hans de Goede wrote: > > > > + { > > > > + /* USB VBUS is always on */ > > > > > > You can put the always on regulators (I'm guessing reg_vcc5v0 ?) here. > > > > AFAIK the regulator properties are optional the the USB PHY. > > So we probably don't

Re: [linux-sunxi] Re: [PATCH 3/3] ARM: dts: sunxi: add support for Orange Pi Zero board

2016-11-14 Thread Hans de Goede
HI, On 14-11-16 10:09, Chen-Yu Tsai wrote: On Mon, Nov 14, 2016 at 4:58 PM, Maxime Ripard wrote: Hi, On Sat, Nov 12, 2016 at 12:46:54AM +0800, Icenowy Zheng wrote: Orange Pi Zero is a board that came with the new Allwinner H2+ SoC. Add a device tree file

Re: [PATCH 3/3] ARM: dts: sunxi: add support for Orange Pi Zero board

2016-11-14 Thread Maxime Ripard
Hi, On Sat, Nov 12, 2016 at 12:46:54AM +0800, Icenowy Zheng wrote: > Orange Pi Zero is a board that came with the new Allwinner H2+ SoC. > > Add a device tree file for it. > > As there's still no mainline-compatible driver for the SDIO WLAN card on > board (a new card by Allwinner), the mmc1

Re: [PATCH 3/3] ARM: dts: sunxi: add support for Orange Pi Zero board

2016-11-14 Thread Chen-Yu Tsai
On Mon, Nov 14, 2016 at 4:58 PM, Maxime Ripard wrote: > Hi, > > On Sat, Nov 12, 2016 at 12:46:54AM +0800, Icenowy Zheng wrote: >> Orange Pi Zero is a board that came with the new Allwinner H2+ SoC. >> >> Add a device tree file for it. >> >> As there's still no