mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 05:00:27 +00:00
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:
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
#include "scuba_auto.dtsi"
|
||||
#include "scuba_auto-idp.dtsi"
|
||||
|
||||
/ {
|
||||
@@ -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
10
qcom/scuba_auto.dts
Normal 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>;
|
||||
};
|
||||
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user