Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d675c830 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add device trees for sa8195 virtual machine"

parents 966133c9 3fbc552f
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -314,7 +314,12 @@ endif
dtb-$(CONFIG_QTI_QUIN_GVM) += sa8155-vm-la.dtb \
	sa8155-vm-lv.dtb \
	sa8155-vm-la-mt.dtb \
	sa8155-vm-lv-mt.dtb
	sa8155-vm-lv-mt.dtb \
	sa8195-vm-la.dtb \
	sa8195-vm-lv.dtb \
	sa8195-vm-la-mt.dtb \
	sa8195-vm-lv-mt.dtb \
	sa8195-vm-lv-lxc.dtb

always		:= $(dtb-y)
subdir-y	:= $(dts-dirs)
+11 −0
Original line number Diff line number Diff line
/dts-v1/;

#include "sa8195-vm.dtsi"
#include "sa8195-vm-la-mt.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. SA8195 Multi LA Virtual Machine";
	compatible = "qcom,sa8195p";
	qcom,pmic-name = "PM8195";
	qcom,board-id = <0x2000001 0>;
};
+6 −0
Original line number Diff line number Diff line
&reserved_memory {
	pmem_shared: pmem_shared_region@a0000000 {
		reg = <0x0 0xa0000000 0x0 0x20000000>;
		label = "pmem_shared_mem";
	};
};

qcom/sa8195-vm-la.dts

0 → 100644
+11 −0
Original line number Diff line number Diff line
/dts-v1/;

#include "sa8195-vm.dtsi"
#include "sa8195-vm-la.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. SA8195 Single LA Virtual Machine";
	compatible = "qcom,sa8195p";
	qcom,pmic-name = "PM8195";
	qcom,board-id = <0x1000001 0>;
};

qcom/sa8195-vm-la.dtsi

0 → 100644
+30 −0
Original line number Diff line number Diff line
&reserved_memory {
	pmem_shared: pmem_shared_region@a0000000 {
		reg = <0x0 0xa0000000 0x0 0x20000000>;
		label = "pmem_shared_mem";
	};
};

&usb0 {
	status = "ok";
};

&usb2_phy0 {
	status = "ok";
};

&qupv3_se13_4uart {
	status = "ok";
};

&pcie0_msi {
	status = "ok";
};

&pcie0 {
	status = "ok";
};

&sdhc_2 {
	status = "ok";
};
Loading