public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/2] rockchip: board: Fix bug for clk driver for OGA
@ 2021-08-05 16:48 Chris Morgan
  2021-08-05 16:48 ` [PATCH 1/2] rockchip: px30: add support for setting cpll clock Chris Morgan
  2021-08-05 16:48 ` [PATCH 2/2] rockchip: board: remove SCLK_GPU from U-Boot DT Chris Morgan
  0 siblings, 2 replies; 5+ messages in thread
From: Chris Morgan @ 2021-08-05 16:48 UTC (permalink / raw)
  To: u-boot; +Cc: sjg, philipp.tomsich, kever.yang, lukma, jon.lin, Chris Morgan

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(+)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-10-15 12:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-05 16:48 [PATCH 0/2] rockchip: board: Fix bug for clk driver for OGA Chris Morgan
2021-08-05 16:48 ` [PATCH 1/2] rockchip: px30: add support for setting cpll clock Chris Morgan
2021-10-15 12:46   ` Kever Yang
2021-08-05 16:48 ` [PATCH 2/2] rockchip: board: remove SCLK_GPU from U-Boot DT Chris Morgan
2021-10-15 12:45   ` Kever Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox