From: Chris Morgan <macroalpha82@gmail.com>
To: u-boot@lists.denx.de
Cc: sjg@chromium.org, philipp.tomsich@vrull.eu,
kever.yang@rock-chips.com, lukma@denx.de, jon.lin@rock-chips.com,
Chris Morgan <macromorgan@hotmail.com>
Subject: [PATCH 0/2] rockchip: board: Fix bug for clk driver for OGA
Date: Thu, 5 Aug 2021 11:48:46 -0500 [thread overview]
Message-ID: <20210805164848.21001-1-macroalpha82@gmail.com> (raw)
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
next reply other threads:[~2021-08-05 16:49 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-05 16:48 Chris Morgan [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210805164848.21001-1-macroalpha82@gmail.com \
--to=macroalpha82@gmail.com \
--cc=jon.lin@rock-chips.com \
--cc=kever.yang@rock-chips.com \
--cc=lukma@denx.de \
--cc=macromorgan@hotmail.com \
--cc=philipp.tomsich@vrull.eu \
--cc=sjg@chromium.org \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox