Re: [U-Boot] [PATCH 0/3] sunxi: sun8i-emac: Update DT bindings

2018-02-02 Thread Maxime Ripard
Hi, On Thu, Feb 01, 2018 at 09:53:22AM +, Andre Przywara wrote: > > ie, removing only nodes marked as such that are not referenced > > anywhere in your tree (typically pinctrl nodes). It should totally be > > usable from Linux, since the usable part of the DT will remain > > untouched. > > >

Re: [U-Boot] [PATCH 0/3] sunxi: sun8i-emac: Update DT bindings

2018-02-01 Thread Andre Przywara
Hi, On 01/02/18 08:26, Maxime Ripard wrote: > Hi Andre, > > On Wed, Jan 31, 2018 at 01:40:23PM +, Andre Przywara wrote: >>> Is this issue happening when you sync the whole DT, and would it break >>> if you just convert the EMAC binding? >>> >>> Otherwise, we might try to revive the DTC garbag

Re: [U-Boot] [PATCH 0/3] sunxi: sun8i-emac: Update DT bindings

2018-02-01 Thread Maxime Ripard
Hi Andre, On Wed, Jan 31, 2018 at 01:40:23PM +, Andre Przywara wrote: > > Is this issue happening when you sync the whole DT, and would it break > > if you just convert the EMAC binding? > > > > Otherwise, we might try to revive the DTC garbage collection of unused > > nodes patches. This wou

Re: [U-Boot] [PATCH 0/3] sunxi: sun8i-emac: Update DT bindings

2018-01-31 Thread Andre Przywara
Hi, On 31/01/18 08:21, Maxime Ripard wrote: > Hi, > > On Mon, Jan 29, 2018 at 10:38:25AM +, Andre Przywara wrote: >> On 29/01/18 09:58, Maxime Ripard wrote: >>> On Mon, Jan 29, 2018 at 09:44:44AM +, Andre Przywara wrote: On 29/01/18 08:51, Maxime Ripard wrote: > On Mon, Jan 29, 2

Re: [U-Boot] [PATCH 0/3] sunxi: sun8i-emac: Update DT bindings

2018-01-31 Thread Maxime Ripard
Hi, On Mon, Jan 29, 2018 at 10:38:25AM +, Andre Przywara wrote: > On 29/01/18 09:58, Maxime Ripard wrote: > > On Mon, Jan 29, 2018 at 09:44:44AM +, Andre Przywara wrote: > >> On 29/01/18 08:51, Maxime Ripard wrote: > >>> On Mon, Jan 29, 2018 at 01:15:19AM +, Andre Przywara wrote: > >>>

Re: [U-Boot] [PATCH 0/3] sunxi: sun8i-emac: Update DT bindings

2018-01-29 Thread Andre Przywara
Hi, On 29/01/18 09:58, Maxime Ripard wrote: > On Mon, Jan 29, 2018 at 09:44:44AM +, Andre Przywara wrote: >> Hi, >> >> On 29/01/18 08:51, Maxime Ripard wrote: >>> Hi, >>> >>> On Mon, Jan 29, 2018 at 01:15:19AM +, Andre Przywara wrote: The existing sun8i-emac driver in U-Boot uses some

Re: [U-Boot] [PATCH 0/3] sunxi: sun8i-emac: Update DT bindings

2018-01-29 Thread Maxime Ripard
On Mon, Jan 29, 2018 at 09:44:44AM +, Andre Przywara wrote: > Hi, > > On 29/01/18 08:51, Maxime Ripard wrote: > > Hi, > > > > On Mon, Jan 29, 2018 at 01:15:19AM +, Andre Przywara wrote: > >> The existing sun8i-emac driver in U-Boot uses some preliminary bindings, > >> which matched our ow

Re: [U-Boot] [PATCH 0/3] sunxi: sun8i-emac: Update DT bindings

2018-01-29 Thread Andre Przywara
Hi, On 29/01/18 08:51, Maxime Ripard wrote: > Hi, > > On Mon, Jan 29, 2018 at 01:15:19AM +, Andre Przywara wrote: >> The existing sun8i-emac driver in U-Boot uses some preliminary bindings, >> which matched our own DTs. Now that the Linux kernel got a driver, lets >> update our probe code to

Re: [U-Boot] [PATCH 0/3] sunxi: sun8i-emac: Update DT bindings

2018-01-29 Thread Maxime Ripard
Hi, On Mon, Jan 29, 2018 at 01:15:19AM +, Andre Przywara wrote: > The existing sun8i-emac driver in U-Boot uses some preliminary bindings, > which matched our own DTs. Now that the Linux kernel got a driver, lets > update our probe code to handle those Linux DTs as well. > The first patch adds