aboutsummaryrefslogtreecommitdiff
path: root/tools/scripts
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@mailbox.org>2024-10-05 19:45:02 +0200
committerTom Rini <trini@konsulko.com>2024-10-05 13:15:22 -0600
commitdd4d130c8eb8fe3deb89dc6ec22bce4c641062b4 (patch)
tree5aba573d6bbdf5dc1a874ee4e9e8d8228ffaf965 /tools/scripts
parentaf69289d61876d8e62449ee2da2dc6683bcb8198 (diff)
downloadu-boot-master.zip
u-boot-master.tar.gz
u-boot-master.tar.bz2
clk: renesas: rcar-gen3: Fix SSCG caching replacement with MDSEL/PE cachingHEADmaster
The SSCG is active with MDSEL[12] is not set. Previous commit 99c7e031196d ("clk: renesas: rcar-gen3: Replace SSCG caching with MDSEL/PE caching") inverted the conditional assignment of priv->sscg = !(cpg_mode & BIT(12)) during conversion from (priv->sscg ? 16 : 0) to priv->cpg_mode & BIT(core->offset) ? 16 : 0; Invert the assignment back to the correct state. This fixes R8A77980, R8A77990, R8A77995 and R8A774C0. Fixes: 99c7e031196d ("clk: renesas: rcar-gen3: Replace SSCG caching with MDSEL/PE caching") Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Diffstat (limited to 'tools/scripts')
0 files changed, 0 insertions, 0 deletions