mbox series

[0/3] qcom: switch to OF_UPSTREAM

Message ID 20240418-b4-qcom-rbx-fixes-v1-0-e524eb29ae86@linaro.org
Headers show
Series qcom: switch to OF_UPSTREAM | expand

Message

Caleb Connolly April 18, 2024, 5:24 p.m. UTC
This series does the initial switch to OF_UPSTREAM for Qualcomm
platforms. The DT files we have in U-Boot are outdated by now, so drop
them and move to upstream.

Patch 2 drops all the Qualcomm dts files that are now provided in
dts/upstream. As some of the files exceed the 100k size limit by
themselves I thought it would be easier to just lump them together
rather than trying to split them up.

The associated qcom headers will be cleaned up in future patches.

---
Caleb Connolly (3):
      mach-snapdragon: use OF_UPSTREAM
      arm: dts: drop qcom dts files
      qcom_defconfig: set SYS_INIT_SP_BSS_OFFSET

 MAINTAINERS                                 |    4 -
 arch/arm/Kconfig                            |    1 +
 arch/arm/dts/apq8016-sbc.dts                |  729 ----
 arch/arm/dts/apq8096-db820c.dts             | 1137 ------
 arch/arm/dts/msm8916-pm8916.dtsi            |  157 -
 arch/arm/dts/msm8916.dtsi                   | 2702 -------------
 arch/arm/dts/msm8996.dtsi                   | 3884 ------------------
 arch/arm/dts/pm8916.dtsi                    |  178 -
 arch/arm/dts/pm8994.dtsi                    |  152 -
 arch/arm/dts/pm8998.dtsi                    |  130 -
 arch/arm/dts/pmi8994.dtsi                   |   65 -
 arch/arm/dts/pmi8998.dtsi                   |   98 -
 arch/arm/dts/pms405.dtsi                    |  149 -
 arch/arm/dts/qcs404-evb-4000.dts            |   96 -
 arch/arm/dts/qcs404-evb.dtsi                |  389 --
 arch/arm/dts/qcs404.dtsi                    | 1829 ---------
 arch/arm/dts/sdm845-db845c.dts              | 1190 ------
 arch/arm/dts/sdm845-samsung-starqltechn.dts |  460 ---
 arch/arm/dts/sdm845-wcd9340.dtsi            |   86 -
 arch/arm/dts/sdm845.dtsi                    | 5752 ---------------------------
 configs/dragonboard410c_defconfig           |    2 +-
 configs/dragonboard820c_defconfig           |    2 +-
 configs/qcom_defconfig                      |    3 +-
 23 files changed, 5 insertions(+), 19190 deletions(-)
---
base-commit: d5460b082cd6afd0e07c0ec0e5a82d1af8dc09f7

// Caleb (they/them)

Comments

Sumit Garg April 22, 2024, 9:50 a.m. UTC | #1
On Thu, 18 Apr 2024 at 10:24, Caleb Connolly <caleb.connolly@linaro.org> wrote:
>
> This series does the initial switch to OF_UPSTREAM for Qualcomm
> platforms. The DT files we have in U-Boot are outdated by now, so drop
> them and move to upstream.
>
> Patch 2 drops all the Qualcomm dts files that are now provided in
> dts/upstream. As some of the files exceed the 100k size limit by
> themselves I thought it would be easier to just lump them together
> rather than trying to split them up.
>
> The associated qcom headers will be cleaned up in future patches.
>
> ---
> Caleb Connolly (3):
>       mach-snapdragon: use OF_UPSTREAM
>       arm: dts: drop qcom dts files
>       qcom_defconfig: set SYS_INIT_SP_BSS_OFFSET
>

Reviewed-by: Sumit Garg <sumit.garg@linaro.org>

-Sumit

>  MAINTAINERS                                 |    4 -
>  arch/arm/Kconfig                            |    1 +
>  arch/arm/dts/apq8016-sbc.dts                |  729 ----
>  arch/arm/dts/apq8096-db820c.dts             | 1137 ------
>  arch/arm/dts/msm8916-pm8916.dtsi            |  157 -
>  arch/arm/dts/msm8916.dtsi                   | 2702 -------------
>  arch/arm/dts/msm8996.dtsi                   | 3884 ------------------
>  arch/arm/dts/pm8916.dtsi                    |  178 -
>  arch/arm/dts/pm8994.dtsi                    |  152 -
>  arch/arm/dts/pm8998.dtsi                    |  130 -
>  arch/arm/dts/pmi8994.dtsi                   |   65 -
>  arch/arm/dts/pmi8998.dtsi                   |   98 -
>  arch/arm/dts/pms405.dtsi                    |  149 -
>  arch/arm/dts/qcs404-evb-4000.dts            |   96 -
>  arch/arm/dts/qcs404-evb.dtsi                |  389 --
>  arch/arm/dts/qcs404.dtsi                    | 1829 ---------
>  arch/arm/dts/sdm845-db845c.dts              | 1190 ------
>  arch/arm/dts/sdm845-samsung-starqltechn.dts |  460 ---
>  arch/arm/dts/sdm845-wcd9340.dtsi            |   86 -
>  arch/arm/dts/sdm845.dtsi                    | 5752 ---------------------------
>  configs/dragonboard410c_defconfig           |    2 +-
>  configs/dragonboard820c_defconfig           |    2 +-
>  configs/qcom_defconfig                      |    3 +-
>  23 files changed, 5 insertions(+), 19190 deletions(-)
> ---
> base-commit: d5460b082cd6afd0e07c0ec0e5a82d1af8dc09f7
>
> // Caleb (they/them)
>
Caleb Connolly April 23, 2024, 11:43 a.m. UTC | #2
On Thu, 18 Apr 2024 18:24:08 +0100, Caleb Connolly wrote:
> This series does the initial switch to OF_UPSTREAM for Qualcomm
> platforms. The DT files we have in U-Boot are outdated by now, so drop
> them and move to upstream.
> 
> Patch 2 drops all the Qualcomm dts files that are now provided in
> dts/upstream. As some of the files exceed the 100k size limit by
> themselves I thought it would be easier to just lump them together
> rather than trying to split them up.
> 
> [...]

Applied, thanks!

[1/3] mach-snapdragon: use OF_UPSTREAM
      commit: a149974d3cf81dfc11254e3093f645bec3d5d88e
[2/3] arm: dts: drop qcom dts files
      commit: 4a30052dee8726cfa9b1f6873496389ae1732ba4
[3/3] qcom_defconfig: set SYS_INIT_SP_BSS_OFFSET
      commit: 813bc424871caf3decffb50119906bcdbf33d973

Best regards,