• Robin Murphy's avatar
    ARM: dts: rockchip: Fix DWMMC clocks · e78c6371
    Robin Murphy authored
    Trying to boot an RK3328 box with an HS200-capable eMMC, I see said eMMC
    fail to initialise as it can't run its tuning procedure, because the
    sample clock is missing. Upon closer inspection, whilst the clock is
    present in the DT, its name is subtly incorrect per the binding, so
    __of_clk_get_by_name() never finds it. By inspection, the drive clock
    suffers from a similar problem, so has never worked properly either.
    
    This error has propagated across the 32-bit DTs too, so fix those up.
    
    Fixes: 187d7967 ("ARM: dts: rockchip: add the sdio/sdmmc node for rk3036")
    Fixes: faea098e ("ARM: dts: rockchip: add core rk3036 dtsi")
    Fixes: 9848ebeb ("ARM: dts: rockchip: add core rk3228 dtsi")
    Signed-off-by: default avatarRobin Murphy <robin.murphy@arm.com>
    Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
    e78c6371
rk3036.dtsi 20.4 KB