mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 05:00:27 +00:00
ARM: dts: msm: Add skeleton for all SM6150 and SA6155 DT files
Add skeleton for all SM6150 and SA6155 device tree files based on msm-5.4 with relevant changes in the Makefile. Change-Id: I2a2da5eec2928b2703b333a99c85b3cecde607bb
This commit is contained in:
@@ -95,6 +95,22 @@ gen3auto-overlays-dtb-$(CONFIG_ARCH_SA8195) += $(SA8195P_BOARDS) $(SA8195P_BASE_
|
||||
|
||||
dtb-y += $(gen3auto-dtb-y)
|
||||
|
||||
SA6155_BASE_DTB += sa6155.dtb
|
||||
SA6155P_BASE_DTB += sa6155p.dtb
|
||||
|
||||
SA6155_BOARDS += sa6155-adp-star-overlay.dtbo \
|
||||
sa6155-adp-air-overlay.dtbo
|
||||
|
||||
SA6155P_BOARDS += sa6155p-adp-star-overlay.dtbo \
|
||||
sa6155p-adp-air-overlay.dtbo
|
||||
|
||||
sdmsteppeauto-dtb-$(CONFIG_ARCH_SA6155) += \
|
||||
$(call add-overlays, $(SA6155_BOARDS),$(SA6155_BASE_DTB))\
|
||||
$(call add-overlays, $(SA6155P_BOARDS),$(SA6155P_BASE_DTB))
|
||||
sdmsteppeauto-overlays-dtb-$(CONFIG_ARCH_SA6155) += $(SA6155_BOARDS) $(SA6155P_BOARDS) $(SA6155_BASE_DTB) $(SA6155P_BASE_DTB)
|
||||
|
||||
dtb-y += $(sdmsteppeauto-dtb-y)
|
||||
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_ARCH_KALAMA), y)
|
||||
|
||||
11
qcom/sa6155-adp-air-overlay.dts
Normal file
11
qcom/sa6155-adp-air-overlay.dts
Normal file
@@ -0,0 +1,11 @@
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
#include "sa6155-adp-common.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. SA6155 ADP-AIR";
|
||||
compatible = "qcom,sa6155-adp-air", "qcom,sa6155", "qcom,adp-air";
|
||||
qcom,msm-id = <384 0x0>;
|
||||
qcom,board-id = <0x03010019 0>;
|
||||
};
|
||||
6
qcom/sa6155-adp-common.dtsi
Normal file
6
qcom/sa6155-adp-common.dtsi
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <dt-bindings/gpio/gpio.h>
|
||||
|
||||
&soc {
|
||||
|
||||
};
|
||||
|
||||
11
qcom/sa6155-adp-star-overlay.dts
Normal file
11
qcom/sa6155-adp-star-overlay.dts
Normal file
@@ -0,0 +1,11 @@
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
#include "sa6155-adp-common.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. SA6155 ADP-STAR";
|
||||
compatible = "qcom,sa6155-adp-star", "qcom,sa6155", "qcom,adp-star";
|
||||
qcom,msm-id = <384 0x0>;
|
||||
qcom,board-id = <0x010019 0>;
|
||||
};
|
||||
9
qcom/sa6155.dts
Normal file
9
qcom/sa6155.dts
Normal file
@@ -0,0 +1,9 @@
|
||||
/dts-v1/;
|
||||
|
||||
#include "sa6155.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. SA6155 SoC";
|
||||
compatible = "qcom,sa6155";
|
||||
qcom,board-id = <0 0>;
|
||||
};
|
||||
8
qcom/sa6155.dtsi
Normal file
8
qcom/sa6155.dtsi
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "sm6150.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. SA6155";
|
||||
compatible = "qcom,sa6155";
|
||||
qcom,msm-name = "SA6155";
|
||||
qcom,msm-id = <384 0x10000>;
|
||||
};
|
||||
11
qcom/sa6155p-adp-air-overlay.dts
Normal file
11
qcom/sa6155p-adp-air-overlay.dts
Normal file
@@ -0,0 +1,11 @@
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
#include "sa6155-adp-common.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. SA6155P ADP-AIR";
|
||||
compatible = "qcom,sa6155p-adp-air", "qcom,sa6155p", "qcom,adp-air";
|
||||
qcom,msm-id = <377 0x0>, <380 0>;
|
||||
qcom,board-id = <0x03010019 0>;
|
||||
};
|
||||
11
qcom/sa6155p-adp-star-overlay.dts
Normal file
11
qcom/sa6155p-adp-star-overlay.dts
Normal file
@@ -0,0 +1,11 @@
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
#include "sa6155-adp-common.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. SA6155P ADP-STAR";
|
||||
compatible = "qcom,sa6155p-adp-star", "qcom,sa6155p", "qcom,adp-star";
|
||||
qcom,msm-id = <377 0x0>, <380 0>;
|
||||
qcom,board-id = <0x010019 0>;
|
||||
};
|
||||
9
qcom/sa6155p.dts
Normal file
9
qcom/sa6155p.dts
Normal file
@@ -0,0 +1,9 @@
|
||||
/dts-v1/;
|
||||
|
||||
#include "sa6155p.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. SA6155P SoC";
|
||||
compatible = "qcom,sa6155p";
|
||||
qcom,board-id = <0 0>;
|
||||
};
|
||||
7
qcom/sa6155p.dtsi
Normal file
7
qcom/sa6155p.dtsi
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "sm6150.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. SA6155P";
|
||||
qcom,msm-name = "SA6155P";
|
||||
qcom,msm-id = <377 0>, <380 0>;
|
||||
};
|
||||
7
qcom/sm6150p.dtsi
Normal file
7
qcom/sm6150p.dtsi
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "sm6150.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. SM6150P";
|
||||
qcom,msm-name = "SM6150P";
|
||||
qcom,msm-id = <369 0>;
|
||||
};
|
||||
Reference in New Issue
Block a user