diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2022-02-09 14:44:14 +0100 |
---|---|---|
committer | Geert Uytterhoeven <geert+renesas@glider.be> | 2022-02-09 16:15:44 +0100 |
commit | fec98d214a23a6c1f3e31e80bb7fd74342a0d188 (patch) | |
tree | 806c4b4aeb8837386629fdb062c274f86d046d49 /projects/linux/core/done | |
parent | c5ad1a2574f7b15637b60c222076def6f4381e04 (diff) |
bsp-51x-upport-request: Move identical requests to tasks (part 1)
Several upport requests for bsp-51x existed in bsp-41x with the same
patch ID, and were broken out in tasks before.
Move them to the existing tasks.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'projects/linux/core/done')
-rw-r--r-- | projects/linux/core/done/rcar3_cpufreq.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/projects/linux/core/done/rcar3_cpufreq.yaml b/projects/linux/core/done/rcar3_cpufreq.yaml index 5482fcc..48de424 100644 --- a/projects/linux/core/done/rcar3_cpufreq.yaml +++ b/projects/linux/core/done/rcar3_cpufreq.yaml @@ -10,6 +10,9 @@ bsp41x: - f987b6914499838ec36a73d39c3d9849e418b33c # arm64: dts: h3ulcb: Add cpu-supply property in a57_0 node - de2a18575b8350dfc9896851c0108a54cb4fb2d1 # arm64: dts: salvator-common: Add cpu-supply property in a57_0 node +bsp51x: + - c8464f4a44e2d7c4b57619b25edc37937be0bc3c # arm64: dts: renesas: h3ulcb: Add cpu-supply property in a57_0 node + upstream: - torvalds: 2b35ca2fe605f85aa1a52c713571baf04a5f434a # arm64: dts: renesas: ulcb: Add cpu-supply property to a57_0 node - torvalds: 35e732d7990ddae3ca759c09498dd2c049511297 # arm64: dts: renesas: salvator-common: Add cpu-supply property to a57_0 node |