mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-29 04:24:34 +00:00
Merge "ARM: dts: msm: add initial dt support for Montague VM"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
f068188ae5
@@ -680,7 +680,9 @@ dtb-$(CONFIG_ARCH_QTI_VM) += \
|
||||
ravelin-vm-idp.dtb \
|
||||
ravelin-vm-idp-wcn3988.dtb \
|
||||
ravelin-vm-idp-wcn3950-amoled-rcm.dtb \
|
||||
ravelin-vm-qrd.dtb
|
||||
ravelin-vm-qrd.dtb \
|
||||
montague-vm-moselle.dtb \
|
||||
montague-vm-hsp.dtb
|
||||
|
||||
endif
|
||||
endif
|
||||
|
||||
9
qcom/montague-vm-hsp.dts
Normal file
9
qcom/montague-vm-hsp.dts
Normal file
@@ -0,0 +1,9 @@
|
||||
/dts-v1/;
|
||||
|
||||
#include "ravelin-vm.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. Montague VM QRD";
|
||||
compatible = "qcom,montague-idp", "qcom,montague", "qcom,idp";
|
||||
qcom,board-id = <0x10022 0x4>;
|
||||
};
|
||||
9
qcom/montague-vm-moselle.dts
Normal file
9
qcom/montague-vm-moselle.dts
Normal file
@@ -0,0 +1,9 @@
|
||||
/dts-v1/;
|
||||
|
||||
#include "ravelin-vm.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. Montague Moselle QRD";
|
||||
compatible = "qcom,montague-idp", "qcom,montague", "qcom,idp";
|
||||
qcom,board-id = <0x10022 3>;
|
||||
};
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "waipio-vm.dtsi"
|
||||
|
||||
/ {
|
||||
qcom,msm-id = <568 0x10000>, <602 0x10000>;
|
||||
qcom,msm-id = <568 0x10000>, <602 0x10000>, <581 0x10000>, <582 0x10000>;
|
||||
interrupt-parent = <&vgic>;
|
||||
|
||||
gunyah-vsock {
|
||||
|
||||
Reference in New Issue
Block a user