Skip to content

arm64: dts: qcom: msm8916-samsung-a{3,5}ltezt: Add initial device tree #402

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: wip/msm8916/v6.16-rc4
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion arch/arm64/boot/dts/qcom/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ dtb-$(CONFIG_ARCH_QCOM) += msm8916-motorola-harpia.dtb
dtb-$(CONFIG_ARCH_QCOM) += msm8916-motorola-osprey.dtb
dtb-$(CONFIG_ARCH_QCOM) += msm8916-motorola-surnia.dtb
dtb-$(CONFIG_ARCH_QCOM) += msm8916-mtp.dtb
dtb-$(CONFIG_ARCH_QCOM) += msm8916-samsung-a3ltezt.dtb
dtb-$(CONFIG_ARCH_QCOM) += msm8916-samsung-a3u-eur.dtb
dtb-$(CONFIG_ARCH_QCOM) += msm8916-samsung-a5-zt.dtb
dtb-$(CONFIG_ARCH_QCOM) += msm8916-samsung-a5ltezt.dtb
dtb-$(CONFIG_ARCH_QCOM) += msm8916-samsung-a5u-eur.dtb
dtb-$(CONFIG_ARCH_QCOM) += msm8916-samsung-e5.dtb
dtb-$(CONFIG_ARCH_QCOM) += msm8916-samsung-e7.dtb
Expand Down
16 changes: 16 additions & 0 deletions arch/arm64/boot/dts/qcom/msm8916-samsung-a3ltezt.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
// SPDX-License-Identifier: GPL-2.0-only

/dts-v1/;

#include "msm8916-samsung-a3u-eur.dts"

/ {
model = "Samsung Galaxy A3 (SM-A300YZ)";
compatible = "samsung,a3ltezt", "samsung,a3u-eur", "qcom,msm8916";
chassis-type = "handset";

/* NOTE: a3ltezt doesn't actually have an NFC chip. */
i2c-nfc {
status = "disabled";
};
};
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

/ {
model = "Samsung Galaxy A5 (SM-A500YZ)";
compatible = "samsung,a5-zt", "samsung,a5u-eur", "qcom,msm8916";
compatible = "samsung,a5ltezt", "samsung,a5u-eur", "qcom,msm8916";
chassis-type = "handset";

/* NOTE: a5-zt doesn't actually have an NFC chip. */
/* NOTE: a5ltezt doesn't actually have an NFC chip. */
i2c-nfc {
status = "disabled";
};
Expand Down