mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
arm64: dts: qcom: add initial support for Samsung Galaxy S20
Add new device support for the Samsung Galaxy S20 phone What works (common dtsi): - SimpleFB - Pstore/ramoops - GPIO keys - UFS - USB Signed-off-by: Eric Gonçalves <ghatto404@gmail.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Link: https://lore.kernel.org/r/20250905190931.27481-4-ghatto404@gmail.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
818045d165
commit
af7bf2a2bf
|
|
@ -276,6 +276,7 @@ dtb-$(CONFIG_ARCH_QCOM) += sm8150-sony-xperia-kumano-griffin.dtb
|
|||
dtb-$(CONFIG_ARCH_QCOM) += sm8250-hdk.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sm8250-mtp.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sm8250-samsung-r8q.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sm8250-samsung-x1q.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sm8250-sony-xperia-edo-pdx203.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sm8250-sony-xperia-edo-pdx206.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sm8250-xiaomi-elish-boe.dtb
|
||||
|
|
|
|||
26
arch/arm64/boot/dts/qcom/sm8250-samsung-x1q.dts
Normal file
26
arch/arm64/boot/dts/qcom/sm8250-samsung-x1q.dts
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
/dts-v1/;
|
||||
|
||||
#include "sm8250-samsung-common.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Samsung Galaxy S20";
|
||||
compatible = "samsung,x1q", "qcom,sm8250";
|
||||
chassis-type = "handset";
|
||||
};
|
||||
|
||||
&adsp {
|
||||
firmware-name = "qcom/sm8250/Samsung/x1q/adsp.mbn";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&cdsp {
|
||||
firmware-name = "qcom/sm8250/Samsung/x1q/cdsp.mbn";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&slpi {
|
||||
firmware-name = "qcom/sm8250/Samsung/x1q/slpi.mbn";
|
||||
status = "okay";
|
||||
};
|
||||
Loading…
Reference in New Issue
Block a user