
the support for the Designware driver in the RK3399 needs some minor adjustments to successfully attach: - the clock identifier that the simple clk driver for the RK3399 sees has changed (SCLK_SDMMC -> HCLK_SDMMC) - the 'clock-freq-min-max' property has been deprecated upstream
For the submitted update of the DTS see: https://patchwork.ozlabs.org/patch/752192/
For the deprecation of the 'clock-freq-min-max' property, see https://github.com/torvalds/linux/commit/b023030f10573de738bbe8df63d43acab64...
Philipp Tomsich (2): rockchip: clk: rk3399: adapt MMC clk configuration to the updated RK3399 DTS rockchip: mmc: handle deprecation of 'clock-freq-min-max'
drivers/clk/rockchip/clk_rk3399.c | 4 ++++ drivers/mmc/rockchip_dw_mmc.c | 20 ++++++++++++++++++-- 2 files changed, 22 insertions(+), 2 deletions(-)