
Hi Philipp,
I didn't search the history of kernel about the "clock-freq-min-max"
when I find the regression.
You patch for rockchip_dw_mmc would be better if it can apply.
Hi Simon,
You can decide which version to use. If using V2, should pull with Philipp's
patch for remove 'clock-freq-min-max'.
Thanks, - Kever On 04/26/2017 06:30 PM, Dr. Philipp Tomsich wrote:
Kever & Simon,
I’d prefer if we can remove ‘clock-freq-min-max’, as it’s deprecated upstream. A patch to adapt the rockchip_dw_mmc driver glue is already on patchworks: https://patchwork.ozlabs.org/patch/754607/
I.e. I’d prefer v2 of the patch to be merged and v3 to be ignored.
Regards, Philipp.
On 26 Apr 2017, at 12:23, Kever Yang <kever.yang@rock-chips.com mailto:kever.yang@rock-chips.com> wrote:
Hi Simon,
Please don't merge this V2 patch, there is a regression on dw-mmc,
a property 'clock-freq-min-max' is missing after sync with kernel driver,
I will send a new version.
Thanks,
- Kever
On 04/19/2017 06:17 PM, Kever Yang wrote:
The kernel dts has update a lot since the first time we commit rk3399.dtsi, sync with kernel for further development.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com mailto:kever.yang@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org mailto:sjg@chromium.org>
Changes in v2: None
arch/arm/dts/rk3399.dtsi | 1274 +++++++++++++++++++++++++----- include/dt-bindings/pinctrl/rockchip.h | 35 +- include/dt-bindings/power/rk3399-power.h | 53 ++ 3 files changed, 1157 insertions(+), 205 deletions(-) create mode 100644 include/dt-bindings/power/rk3399-power.h
Applied to u-boot-rockchip/next, thanks!