diff options
author | Stephan Gerhold <stephan@gerhold.net> | 2021-10-04 22:49:55 +0200 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2021-10-24 05:35:38 +0200 |
commit | 8a8e08dc964b37b9d8bcf7753985d7a6cf9ea098 (patch) | |
tree | 130c720389a39251f38f4c4280d1b1138ea47893 /arch/arm/boot/dts/qcom-msm8916-samsung-serranove.dts | |
parent | ARM: dts: qcom: msm8916: Add include for SMP without PSCI on ARM32 (diff) | |
download | linux-8a8e08dc964b37b9d8bcf7753985d7a6cf9ea098.tar.xz linux-8a8e08dc964b37b9d8bcf7753985d7a6cf9ea098.zip |
ARM: dts: qcom: msm8916-samsung-serranove: Include dts from arm64
After adding all necessary support for MSM8916 SMP/cpuidle without PSCI
on ARM32, build the Samsung Galaxy S4 Mini VE device tree from the arm64
tree together with the ARM32 include to allow booting this device on ARM32.
The approach to include device tree files from other architectures is
inspired from e.g. the Raspberry Pi (bcm2711-rpi-4-b.dts) where this is
used to build the device tree for both ARM32 and ARM64.
Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211004204955.21077-15-stephan@gerhold.net
Diffstat (limited to 'arch/arm/boot/dts/qcom-msm8916-samsung-serranove.dts')
-rw-r--r-- | arch/arm/boot/dts/qcom-msm8916-samsung-serranove.dts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-msm8916-samsung-serranove.dts b/arch/arm/boot/dts/qcom-msm8916-samsung-serranove.dts new file mode 100644 index 000000000000..dee2c20af355 --- /dev/null +++ b/arch/arm/boot/dts/qcom-msm8916-samsung-serranove.dts @@ -0,0 +1,3 @@ +// SPDX-License-Identifier: GPL-2.0-only +#include "arm64/qcom/msm8916-samsung-serranove.dts" +#include "qcom-msm8916-smp.dtsi" |