
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)