Skip to content

Commit

Permalink
arm64: dts: qcom: msm8916-samsung-fortuna: Add initial device trees
Browse files Browse the repository at this point in the history
  • Loading branch information
bolilingmeng89006 committed Jan 8, 2023
1 parent 75cb932 commit 039f5e4
Show file tree
Hide file tree
Showing 7 changed files with 63 additions and 0 deletions.
11 changes: 11 additions & 0 deletions arch/arm64/boot/dts/qcom/msm8916-samsung-fortuna-eur.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// SPDX-License-Identifier: GPL-2.0-only

/dts-v1/;

#include "msm8916-samsung-fortuna.dtsi"

/ {
model = "Samsung Galaxy Grand Prime (SM-G530FZ)";
compatible = "samsung,fortuna-eur", "samsung,fortuna", "qcom,msm8916";
chassis-type = "handset";
};
11 changes: 11 additions & 0 deletions arch/arm64/boot/dts/qcom/msm8916-samsung-fortuna-r11.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// SPDX-License-Identifier: GPL-2.0-only

/dts-v1/;

#include "msm8916-samsung-fortuna.dtsi"

/ {
model = "Samsung Galaxy Grand Prime";
compatible = "samsung,fortuna", "qcom,msm8916";
chassis-type = "handset";
};
11 changes: 11 additions & 0 deletions arch/arm64/boot/dts/qcom/msm8916-samsung-fortuna-tmo.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// SPDX-License-Identifier: GPL-2.0-only

/dts-v1/;

#include "msm8916-samsung-fortuna.dtsi"

/ {
model = "Samsung Galaxy Grand Prime (SM-G530W)";
compatible = "samsung,fortuna-tmo", "samsung,fortuna", "qcom,msm8916";
chassis-type = "handset";
};
4 changes: 4 additions & 0 deletions arch/arm64/boot/dts/qcom/msm8916-samsung-fortuna.dtsi
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only

/ {
};
11 changes: 11 additions & 0 deletions arch/arm64/boot/dts/qcom/msm8916-samsung-heat.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// SPDX-License-Identifier: GPL-2.0-only

/dts-v1/;

#include "msm8916-samsung-rossa.dtsi"

/ {
model = "Samsung Galaxy Ace 4 (SM-G357FZ)";
compatible = "samsung,heatqlte", "qcom,msm8916";
chassis-type = "handset";
};
11 changes: 11 additions & 0 deletions arch/arm64/boot/dts/qcom/msm8916-samsung-rossa-eur.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// SPDX-License-Identifier: GPL-2.0-only

/dts-v1/;

#include "msm8916-samsung-rossa.dtsi"

/ {
model = "Samsung Galaxy Core Prime (SM-G360G)";
compatible = "samsung,rossa-eur", "samsung,rossa", "qcom,msm8916";
chassis-type = "handset";
};
4 changes: 4 additions & 0 deletions arch/arm64/boot/dts/qcom/msm8916-samsung-rossa.dtsi
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only

/ {
};

0 comments on commit 039f5e4

Please sign in to comment.