diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2022-02-23 15:54:50 +0100 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2022-02-23 15:54:50 +0100 |
commit | 2d851d65ba505496fc1151e6221eb15e3f66b30f (patch) | |
tree | e3fb8256e63c56e2bb9149aad19a903344c58205 /projects/linux | |
parent | 103a0227f25de2fcabf68a94483b3ead6a6e7888 (diff) |
projects: linux: core: Fix R-Car V3M/V3H CPU operating points task
In bsp-51x, enabling R-Car V3M/V3H CPU operating points was split in two
commits, but the second commit was missing.
Fixes: f5240568501c8e9a ("bsp-51x-upport-request: Move identical requests to tasks (part 2)")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'projects/linux')
-rw-r--r-- | projects/linux/bsp-51x-upport-request.yaml | 1 | ||||
-rw-r--r-- | projects/linux/core/bsp41x_arm64_dts_renesas_v3m_v3h_operating_points.yaml | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/projects/linux/bsp-51x-upport-request.yaml b/projects/linux/bsp-51x-upport-request.yaml index 5269861..bbb2e26 100644 --- a/projects/linux/bsp-51x-upport-request.yaml +++ b/projects/linux/bsp-51x-upport-request.yaml @@ -189,7 +189,6 @@ bsp51x: - 7873ace2658308ae891a97b0695d245b304e4daa # clk: renesas: r8a779a0: Support missing module clocks for R8A779A0 - c9cd487c7891aed7767cc417fa8d56ef974ddb1a # clk: renesas: r8a779{5, 6, 70, 80}: add IMP clock - 4d0e01ead7bbca092627559eaba235fd4d046341 # clk: renesas: r8a779{5,6}: Add AVS clock - - b7648009b748639bc729a077a0107c56c97b51b8 # clk: renesas: r8a779{70, 80}: Add CPU operation points. - 3cd08492c5fd8449633bfe753bc8fa8c97696190 # clk: renesas: r8a779{70, 80}: Add IMR clocks - 365d7c007742144187be3fcfa1124574913ba103 # clk: renesas: r8a779{70, 80}: Add ISP clock - 6ee241c75f9f29a2ade4649a3d3f1865206f31ad # clk: renesas: r8a779{70, 80}: Add POST clock diff --git a/projects/linux/core/bsp41x_arm64_dts_renesas_v3m_v3h_operating_points.yaml b/projects/linux/core/bsp41x_arm64_dts_renesas_v3m_v3h_operating_points.yaml index 436d0c6..e847ffd 100644 --- a/projects/linux/core/bsp41x_arm64_dts_renesas_v3m_v3h_operating_points.yaml +++ b/projects/linux/core/bsp41x_arm64_dts_renesas_v3m_v3h_operating_points.yaml @@ -8,6 +8,7 @@ bsp41x: bsp51x: - ced281cadd724087572fe317b91815690eceb20c # arm64: dts: renesas: r8a77970 and r8a77980: Add CPU operation points + - b7648009b748639bc729a077a0107c56c97b51b8 # clk: renesas: r8a779{70, 80}: Add CPU operation points. comments: - To be split/refactored. |