Re: [U-Boot] [PATCH v3 7/9] pico-imx7d: Add device tree for pico-imx7d

2019-04-25 Thread Stefano Babic
On 25/04/19 09:31, Jun Nie wrote: >> >> I merged Joris' series and build is in progress. >> >> Regards, >> Stefano >> > Great! I will prepare my patch based on that. But I cannot find latest > pico patch on denx master repo. Right. > Did you merge it to your own repo and > pulled to denx master l

Re: [U-Boot] [PATCH v3 7/9] pico-imx7d: Add device tree for pico-imx7d

2019-04-25 Thread Jun Nie
> > I merged Joris' series and build is in progress. > > Regards, > Stefano > Great! I will prepare my patch based on that. But I cannot find latest pico patch on denx master repo. Did you merge it to your own repo and pulled to denx master later, just like linux work flow? I am not familiar with u

Re: [U-Boot] [PATCH v3 7/9] pico-imx7d: Add device tree for pico-imx7d

2019-04-25 Thread Stefano Babic
On 25/04/19 04:56, Jun Nie wrote: > Fabio Estevam 于2019年4月24日周三 下午6:31写道: >> >> On Wed, Apr 24, 2019 at 1:00 AM Jun Nie wrote: >>> >>> Copy device tree files from Linux directly. >>> >>> Signed-off-by: Jun Nie >> >> There is a series from Joris that does the pico-mx7d DM conversion. > > When is

Re: [U-Boot] [PATCH v3 7/9] pico-imx7d: Add device tree for pico-imx7d

2019-04-24 Thread Jun Nie
Fabio Estevam 于2019年4月24日周三 下午6:31写道: > > On Wed, Apr 24, 2019 at 1:00 AM Jun Nie wrote: > > > > Copy device tree files from Linux directly. > > > > Signed-off-by: Jun Nie > > There is a series from Joris that does the pico-mx7d DM conversion. When is that series expected to be merged?

Re: [U-Boot] [PATCH v3 7/9] pico-imx7d: Add device tree for pico-imx7d

2019-04-24 Thread Fabio Estevam
On Wed, Apr 24, 2019 at 1:00 AM Jun Nie wrote: > > Copy device tree files from Linux directly. > > Signed-off-by: Jun Nie There is a series from Joris that does the pico-mx7d DM conversion. ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.den

Re: [U-Boot] [PATCH v3 7/9] pico-imx7d: Add device tree for pico-imx7d

2019-04-23 Thread Peng Fan
> Subject: [PATCH v3 7/9] pico-imx7d: Add device tree for pico-imx7d > > Copy device tree files from Linux directly. Please describe which specific commit from Linux kernel upstream Regards, Peng. > > Signed-off-by: Jun Nie > --- > arch/arm/dts/Makefile | 1 + > arch/arm/dts/imx7

[U-Boot] [PATCH v3 7/9] pico-imx7d: Add device tree for pico-imx7d

2019-04-23 Thread Jun Nie
Copy device tree files from Linux directly. Signed-off-by: Jun Nie --- arch/arm/dts/Makefile | 1 + arch/arm/dts/imx7d-pico-pi.dts | 93 +++ arch/arm/dts/imx7d-pico.dtsi | 585 + 3 files changed, 679 insertions(+) create mode 100644 arch