Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Stephan Gerhold and committed by
Bjorn Andersson
8a8e08dc d468f825

+4
+1
arch/arm/boot/dts/Makefile
··· 959 959 qcom-ipq8064-rb3011.dtb \ 960 960 qcom-msm8226-samsung-s3ve3g.dtb \ 961 961 qcom-msm8660-surf.dtb \ 962 + qcom-msm8916-samsung-serranove.dtb \ 962 963 qcom-msm8960-cdp.dtb \ 963 964 qcom-msm8974-fairphone-fp2.dtb \ 964 965 qcom-msm8974-lge-nexus5-hammerhead.dtb \
+3
arch/arm/boot/dts/qcom-msm8916-samsung-serranove.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + #include "arm64/qcom/msm8916-samsung-serranove.dts" 3 + #include "qcom-msm8916-smp.dtsi"