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

Commit c6814f9c authored by laxman's avatar laxman
Browse files

Add support for new hardware id 34 and modify overlay dts structure

Change-Id: I37d09c2b41958b91d6ceef5a85397924516e973f
parent 16955964
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
@@ -86,15 +86,9 @@ orchid-cdp-overlay.dtbo-base := orchid.dtb
else
ifeq ($(CONFIG_BUILD_ARM64_DT_OVERLAY),y)
        dtbo-$(CONFIG_ARCH_LITO) += \
                avicii-overlay-dvt.dtbo \
                avicii-overlay-dvt-v2.1.dtbo \
                avicii-overlay-pvt.dtbo \
                avicii-overlay-pvt-v2.1.dtbo
                avicii-overlay.dtbo \

avicii-overlay-dvt.dtbo-base := lito.dtb
avicii-overlay-dvt-v2.1.dtbo-base := lito.dtb
avicii-overlay-pvt.dtbo-base := lito.dtb
avicii-overlay-pvt-v2.1.dtbo-base := lito.dtb
avicii-overlay.dtbo-base := lito.dtb

else
dtb-$(CONFIG_ARCH_LITO) += lito-rumi.dtb \
+0 −24
Original line number Diff line number Diff line
/dts-v1/;
/plugin/;

#include <dt-bindings/interrupt-controller/arm-gic.h>
#include "lito-mtp.dtsi"

#include "avicii.dtsi"
#include "avicii-dvt-v2.1.dtsi"
#include "camera/lito-oem-camera-avicii.dtsi" /* Camera may use same hardware */


/ {
	model = "Qualcomm Technologies, Inc. Lito MTP dvt V2.1 20801 53";
	compatible = "qcom,lito-mtp", "qcom,lito", "qcom,mtp";
	qcom,board-id = <8 0>;
	/*we can add project id to this array,uefi can auto read it,if new project,we add to this array */
	oem,project-id = <20801>;
	/*we can add hw id to this array,uefi can auto read it,if new hw,we add to this array  */
	oem,hw-id = <53>;
};

&ufsphy_mem {
	/delete-property/ vdda-phy-always-on;
};
+0 −24
Original line number Diff line number Diff line
/dts-v1/;
/plugin/;

#include <dt-bindings/interrupt-controller/arm-gic.h>
#include "lito-mtp.dtsi"

#include "avicii.dtsi"
#include "avicii-pvt-v2.1.dtsi"
#include "camera/lito-oem-camera-avicii.dtsi" /* Camera may use same hardware */


/ {
	model = "Qualcomm Technologies, Inc. Lito MTP pvt V2.1 20801 54";
	compatible = "qcom,lito-mtp", "qcom,lito", "qcom,mtp";
	qcom,board-id = <8 0>;
	/*we can add project id to this array,uefi can auto read it,if new project,we add to this array */
	oem,project-id = <20801>;
	/*we can add hw id to this array,uefi can auto read it,if new hw,we add to this array  */
	oem,hw-id = <54>;
};

&ufsphy_mem {
	/delete-property/ vdda-phy-always-on;
};
+0 −24
Original line number Diff line number Diff line
/dts-v1/;
/plugin/;

#include <dt-bindings/interrupt-controller/arm-gic.h>
#include "lito-mtp.dtsi"

#include "avicii.dtsi"
#include "avicii-pvt.dtsi"
#include "camera/lito-oem-camera-avicii.dtsi" /* Camera may use same hardware */


/ {
	model = "Qualcomm Technologies, Inc. Lito MTP pvt 20801 14";
	compatible = "qcom,lito-mtp", "qcom,lito", "qcom,mtp";
	qcom,board-id = <8 0>;
	/*we can add project id to this array,uefi can auto read it,if new project,we add to this array */
	oem,project-id = <20801>;
	/*we can add hw id to this array,uefi can auto read it,if new hw,we add to this array  */
	oem,hw-id = <14>;
};

&ufsphy_mem {
	/delete-property/ vdda-phy-always-on;
};
+3 −4
Original line number Diff line number Diff line
@@ -5,18 +5,17 @@
#include "lito-mtp.dtsi"

#include "avicii.dtsi"
#include "avicii-dvt.dtsi"
#include "camera/lito-oem-camera-avicii.dtsi" /* Camera may use same hardware */
#include "camera/lito-oem-camera-avicii.dtsi"


/ {
	model = "Qualcomm Technologies, Inc. Lito MTP dvt 20801 13";
	model = "Qualcomm Technologies, Inc. Lito MTP 20801";
	compatible = "qcom,lito-mtp", "qcom,lito", "qcom,mtp";
	qcom,board-id = <8 0>;
	/*we can add project id to this array,uefi can auto read it,if new project,we add to this array */
	oem,project-id = <20801>;
	/*we can add hw id to this array,uefi can auto read it,if new hw,we add to this array  */
	oem,hw-id = <13>;
	oem,hw-id = <11 12 13 14 34 53 54>;
};

&ufsphy_mem {