
From: Chris Morgan macromorgan@hotmail.com
This series is to fix a problem with probing the clk_px30 driver that began with commit 92f1e9a4b31c ("clk: Detect failure to set defaults"). The driver fails to probe because 2 clocks are unsupported. One clock (the cpll) was simple to add to the driver and the other clock (the GPU) is not used in U-Boot so was removed from the U-Boot specific device tree. With these changes the clk driver probes again successfully. Note that without this fix no devices that depend on the clk driver are able to probe as well (such as the SD card, the SPI bus, etc) so the device fails to boot.
Chris Morgan (2): rockchip: px30: add support for setting cpll clock rockchip: board: remove SCLK_GPU from U-Boot DT
arch/arm/dts/rk3326-odroid-go2-u-boot.dtsi | 10 ++++++++++ drivers/clk/rockchip/clk_px30.c | 3 +++ 2 files changed, 13 insertions(+)