summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorNiklas Söderlund <[email protected]>2025-12-28 23:07:16 +0100
committerMarek Vasut <[email protected]>2025-12-29 20:47:53 +0100
commit3147cd713ea4777b78397d935a0732e41e8a35f8 (patch)
tree47a91c4c50c08c05f7eeaec06f684bb27b295340 /drivers
parent56cac250b0839ddbad1311d3ca4231f532b5aadf (diff)
clk: renesas: Do not enable MSTP4 extra modules on R8A77995 D3
Since commit a2bd99549c61 ("clk: renesas: Tear clock controller down last before booting OS") enabling the module gated by bit 8 in MSTP4 prevents Linux from booting. The bits 8 and 7 of MSTP4 where only documented in early versions of the datasheet and have since been removed. To allow Linux to boot update the MSTP4 enable value to reflect the hardware default, 0x80. Suggested-by: Marek Vasut <[email protected]> Signed-off-by: Niklas Söderlund <[email protected]>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/clk/renesas/r8a77995-cpg-mssr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/renesas/r8a77995-cpg-mssr.c b/drivers/clk/renesas/r8a77995-cpg-mssr.c
index f49faa47cb3..309b0aec8e2 100644
--- a/drivers/clk/renesas/r8a77995-cpg-mssr.c
+++ b/drivers/clk/renesas/r8a77995-cpg-mssr.c
@@ -220,7 +220,7 @@ static const struct mstp_stop_table r8a77995_mstp_table[] = {
{ 0x03e01000, 0x0, 0x03e01000, 0 },
{ 0x000e2fdc, 0x2000, 0x000e2fd8, 0 },
{ 0xc00014df, 0x400, 0xc00014df, 0 },
- { 0x80000004, 0x180, 0x80000004, 0 },
+ { 0x80000004, 0x80, 0x80000004, 0 },
{ 0x40d20004, 0x0, 0x40d20004, 0 },
{ 0x08c0008c, 0x0, 0x08c0008c, 0 },
{ 0x09941c18, 0x0, 0x09941c18, 0 },