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

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

Merge "ARM: dts: msm: add lxc overlay devicetree for Gen3 platform"

parents dd2cfd3c 16e82d6a
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
/dts-v1/;
/plugin/;

#include "sa6155-adp-air.dtsi"
#include "display/sa6155p-v2-adp-air-display-lxc-shd.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. SA6155P ADP-AIR V2";
	compatible = "qcom,sa6155p-adp-air", "qcom,sa6155p", "qcom,adp-air";
	qcom,msm-id = <377 0x0>, <380 0>;
	qcom,board-id = <0x03020019 0>;
};
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
/plugin/;

#include "sa8155-adp-star.dtsi"
#include "display/sa8155-adp-star-display-shd.dtsi"

/ {
	model = "ADP-STAR";
+1 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@

#include "sa8155-v1.dtsi"
#include "sa8155-adp-star.dtsi"
#include "display/sa8155-adp-star-display-shd.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. SA8155 ADP-STAR";
+1 −0
Original line number Diff line number Diff line
#include "sa8155-adp-common.dtsi"
#include "display/sa8155-adp-star-display.dtsi"
+13 −0
Original line number Diff line number Diff line
/dts-v1/;
/plugin/;

#include "sa8155-adp-common.dtsi"
#include "display/sa8155-adp-star-display.dtsi"
#include "display/sa8155-v2-adp-air-display-lxc-shd.dtsi"

/ {
	model = "ADP-AIR";
	compatible = "qcom,sa8155-v2-adp-air", "qcom,sa8155",
		"qcom,adp-air";
	qcom,board-id = <0X01000019 0>;
};
Loading