diff options
author | Adam Honse <calcprogrammer1@gmail.com> | 2024-03-14 20:00:15 +0100 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2024-05-27 12:04:39 -0500 |
commit | b4f6c63bf34d8da1b769483bb1f4a603c53896ce (patch) | |
tree | 7c737b6c78f3b92c9cb4c33f98337dd231da50d3 /arch/arm/boot/dts/qcom/Makefile | |
parent | e23dfb4ee30a120a947abb94a718ccc1eb5f87ff (diff) |
ARM: dts: qcom: msm8974: Add Samsung Galaxy Note 3
Add the devicetree for this "phablet" using the Snapdragon 800 SoC.
Signed-off-by: Adam Honse <calcprogrammer1@gmail.com>
[luca@z3ntu.xyz: clean up, prepare for upstream]
Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20240314-samsung-hlte-v2-2-84094b41c033@z3ntu.xyz
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/qcom/Makefile')
-rw-r--r-- | arch/arm/boot/dts/qcom/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/Makefile b/arch/arm/boot/dts/qcom/Makefile index 1149a310ad43..e6114a95428b 100644 --- a/arch/arm/boot/dts/qcom/Makefile +++ b/arch/arm/boot/dts/qcom/Makefile @@ -42,6 +42,7 @@ dtb-$(CONFIG_ARCH_QCOM) += \ qcom-msm8960-cdp.dtb \ qcom-msm8960-samsung-expressatt.dtb \ qcom-msm8974-lge-nexus5-hammerhead.dtb \ + qcom-msm8974-samsung-hlte.dtb \ qcom-msm8974-sony-xperia-rhine-amami.dtb \ qcom-msm8974-sony-xperia-rhine-honami.dtb \ qcom-msm8974pro-fairphone-fp2.dtb \ |