mbox series

[0/2] rockchip: board: Fix bug for clk driver for OGA

Message ID 20210805164848.21001-1-macroalpha82@gmail.com
Headers show
Series rockchip: board: Fix bug for clk driver for OGA | expand

Message

Chris Morgan Aug. 5, 2021, 4:48 p.m. UTC
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(+)