Message ID | 20240210-msm8226-cpu-v2-0-5d9cb4c35204@z3ntu.xyz (mailing list archive) |
---|---|
Headers | show |
Series | Bring up more CPU cores on MSM8226 | expand |
On Sat, 10 Feb 2024 17:28:51 +0100, Luca Weiss wrote: > Add some nodes to bring up SMP on msm8226 SoC. Another commit to fix the > sorting of the nodes is also included since the ordering is currently a > bit all over the place. > > The bindings patch depends on the following series: > https://lore.kernel.org/linux-arm-msm/20240102-saw2-spm-regulator-v7-0-0472ec237f49@linaro.org/ > > [...] Applied, thanks! [2/3] ARM: dts: qcom: msm8226: Sort and clean up nodes commit: 70d6c14f52ff14742d5260b825fd76d047166a75 [3/3] ARM: dts: qcom: msm8226: Add CPU and SAW/ACC nodes commit: 74851b7f180a0534f25c3d0b744a92b2e3cb6dd2 Best regards,
Add some nodes to bring up SMP on msm8226 SoC. Another commit to fix the sorting of the nodes is also included since the ordering is currently a bit all over the place. The bindings patch depends on the following series: https://lore.kernel.org/linux-arm-msm/20240102-saw2-spm-regulator-v7-0-0472ec237f49@linaro.org/ Signed-off-by: Luca Weiss <luca@z3ntu.xyz> --- Changes in v2: - Add saw_l2 node with bindings - Rebase on linux-next - Pick up tags - Link to v1: https://lore.kernel.org/r/20231203-msm8226-cpu-v1-0-d18e83340b32@z3ntu.xyz --- Ivaylo Ivanov (1): ARM: dts: qcom: msm8226: Add CPU and SAW/ACC nodes Luca Weiss (1): dt-bindings: soc: qcom: qcom,saw2: add msm8226 l2 compatible Matti Lehtimäki (1): ARM: dts: qcom: msm8226: Sort and clean up nodes .../devicetree/bindings/soc/qcom/qcom,saw2.yaml | 1 + arch/arm/boot/dts/qcom/qcom-msm8226.dtsi | 756 ++++++++++++--------- 2 files changed, 427 insertions(+), 330 deletions(-) --- base-commit: b9fed7419cce45b97bc3217f07920751a6ff9a18 change-id: 20231203-msm8226-cpu-801bebbed886 Best regards,