ARM: dts: msm: Enable DT overlay support for scuba auto

Enable DT overlay support for scuba auto.

Change-Id: I8897f48101d8ced825bf399ccd12b701385a9a83
This commit is contained in:
Nishant Pandey
2022-09-28 10:29:40 -07:00
parent 5e099baabc
commit a3e7dd1a97
5 changed files with 29 additions and 5 deletions

View File

@@ -234,9 +234,13 @@ autogvm-overlays-dtb-$(CONFIG_QTI_QUIN_GVM) += $(SA8155_LA_GVM_BOARDS) $(SA8155_
dtb-y += $(autogvm-dtb-y)
SCUBA_AUTO_BASE_DTB += scuba_auto.dtb
SCUBA_AUTO_BOARDS += \
scuba_auto-idp-overlay.dtbo \
scuba_auto-qrd-overlay.dtbo
scuba_auto-dtb-$(CONFIG_ARCH_SCUBA_AUTO) += \
scuba_auto-idp.dtb \
scuba_auto-qrd.dtb
$(call add-overlays, $(SCUBA_AUTO_BOARDS) ,$(SCUBA_AUTO_BASE_DTB))
scuba_auto-overlays-dtb-$(CONFIG_ARCH_SCUBA_AUTO) += $(SCUBA_AUTO_BOARDS) $(SCUBA_AUTO_BASE_DTB)
dtb-y += $(scuba_auto-dtb-y)
endif

View File

@@ -1,6 +1,6 @@
/dts-v1/;
/plugin/;
#include "scuba_auto.dtsi"
#include "scuba_auto-idp.dtsi"
/ {

View File

@@ -1,7 +1,7 @@
/dts-v1/;
/plugin/;
#include "scuba_auto.dtsi"
#include "scuba_auto-qrd.dtsi"
/ {
model = "Qualcomm Technologies, Inc. SCUBA AUTO QRD";

10
qcom/scuba_auto.dts Normal file
View File

@@ -0,0 +1,10 @@
/dts-v1/;
#include "scuba_auto.dtsi"
/ {
model = "Qualcomm Technologies, Inc. SCUBA AUTO";
compatible = "qcom,sa410m";
qcom,msm-id = <441 0x10000>, <471 0x10000>;
qcom,board-id = <0 0>;
};

View File

@@ -20,7 +20,9 @@
reserved_memory: reserved-memory { };
chosen: chosen { };
chosen: chosen {
bootargs = "rcupdate.rcu_expedited=1 rcu_nocbs=0-7";
};
mem-offline {
compatible = "qcom,mem-offline";
@@ -317,6 +319,14 @@
clock-frequency = <19200000>;
};
qcom_tzlog: tz-log@c125720 {
compatible = "qcom,tz-log";
reg = <0xc125720 0x3000>;
qcom,hyplog-enabled;
hyplog-address-offset = <0x410>;
hyplog-size-offset = <0x414>;
};
memtimer: timer@f120000 {
#address-cells = <1>;
#size-cells = <1>;