]> git.ipfire.org Git - people/ms/u-boot.git/commit - drivers/clk/rockchip/clk_rk3399.c
rockchip: clk: rk3399: adapt MMC clk configuration to the updated RK3399 DTS
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Tue, 25 Apr 2017 07:52:06 +0000 (09:52 +0200)
committerSimon Glass <sjg@chromium.org>
Wed, 10 May 2017 19:37:21 +0000 (13:37 -0600)
commit998c61ae607cce4b8d54d9bb1d88a04d1de57614
tree07766e8bf11c2da3ea73c8bf0663b5224cd2517a
parentfa1392a236dfebbe938a48f124c8332759aba8e5
rockchip: clk: rk3399: adapt MMC clk configuration to the updated RK3399 DTS

The clocking of the designware MMC controller in the upstream
(i.e. Linux) RK3399 has changed/does not match what the current DTS in
U-Boot uses: the first clock entry now is HCLK_SDMMC instead of
SCLK_SDMMC.

With the simple clock driver used for the RK3399, this needs a change
in the selector understood by the various case statements in the driver
to ensure that the driver still loads successfully.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Acked-by: Simon Glass <sjg@chromium.org>
drivers/clk/rockchip/clk_rk3399.c