Re: [U-Boot] [PATCH 0/2] Add clock support for designware net driver

2017-11-29 Thread Patrice CHOTARD
I forgot to add Simon Glass in review, i will resend this serie. Sorry Patrice On 11/28/2017 05:41 PM, patrice.chot...@st.com wrote: > From: Patrice Chotard > > _ Patch 1 adds dev_count_phandle_with_args() in read.c to avoid compilation >errors for Rockchip puma-rk3399 and lion-rk3368 plat

[U-Boot] [PATCH 0/2] Add clock support for designware net driver

2017-11-28 Thread patrice.chotard
From: Patrice Chotard _ Patch 1 adds dev_count_phandle_with_args() in read.c to avoid compilation errors for Rockchip puma-rk3399 and lion-rk3368 platforms with patch 2. _ Patch 2 adds clock support to designware net driver. Patrice Chotard (2): dm: core: add missing dev_count_phandle_with_