Skip to content

Commit 4e0222a

Browse files
committed
arm: dts: qcom: msm8916: add dts for 3 MSM8916 based UFIs
All of them already have arm64 support in mainline. But for the following reasons, it might be appropriate to add arm32 aupport: 1. arm64 is only supoorted with an updated tz. It's quite dangerous to flash tz, and it will break the downstream Android system. 2. arm64 consumes more RAM than arm32, which can not be ignored due to only 512 MiB of RAM (only ~380MiB available) for these devices. So add arm32 support for them, even when arm64 is available. Signed-off-by: Yang Xiwen <[email protected]>
1 parent 702e255 commit 4e0222a

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

Diff for: arch/arm/boot/dts/qcom/Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ dtb-$(CONFIG_ARCH_QCOM) += \
3535
qcom-msm8916-samsung-grandmax.dtb \
3636
qcom-msm8916-samsung-heatqlte.dtb \
3737
qcom-msm8916-samsung-serranove.dtb \
38+
qcom-msm8916-thwc-uf896.dtb \
39+
qcom-msm8916-thwc-ufi001c.dtb \
40+
qcom-msm8916-yiming-uz801v3.dtb \
3841
qcom-msm8960-cdp.dtb \
3942
qcom-msm8960-samsung-expressatt.dtb \
4043
qcom-msm8974-lge-nexus5-hammerhead.dtb \

Diff for: arch/arm/boot/dts/qcom/qcom-msm8916-thwc-uf896.dts

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
2+
#include "arm64/qcom/qcom-msm8916-thwc-uf896.dts"
3+
#include "qcom-msm8916-smp.dtsi"

Diff for: arch/arm/boot/dts/qcom/qcom-msm8916-thwc-ufi001c.dts

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
2+
#include "arm64/qcom/qcom-msm8916-thwc-ufi001c.dts"
3+
#include "qcom-msm8916-smp.dtsi"
+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
2+
#include "arm64/qcom/qcom-msm8916-yiming-uz801v3.dts"
3+
#include "qcom-msm8916-smp.dtsi"

0 commit comments

Comments
 (0)