ARM: dts: msm: fix board id and dtbo issue for SA8155

correct the board id for SA8155 platform dtbo and
fix the issue with multiple dtbo generation issue.

Change-Id: I44d4fa7b44c554755729d19526caa714e08b774f
This commit is contained in:
Rahul Sharma
2022-05-13 20:47:56 +05:30
parent 5f6fdead62
commit 09329db8e8
3 changed files with 2 additions and 15 deletions

3
Kbuild
View File

@@ -17,8 +17,7 @@ dtbo-$(CONFIG_ARCH_KALAMA) += display/trustedvm-kalama-sde-display-mtp-overlay.d
endif
ifeq ($(CONFIG_ARCH_SA8155), y)
dtbo-y += display/sm8150-sde.dtbo \
display/sa8155-adp-star-display.dtbo
dtbo-y += display/sa8155-adp-star-display.dtbo
endif
ifneq ($(CONFIG_ARCH_QTI_VM), y)

View File

@@ -6,7 +6,7 @@
/ {
model = "ADP-AIR";
compatible = "qcom,sa8155-v2-adp-air", "qcom,sa8155", "qcom,adp-air";
qcom,board-id = <0X01000019 0>;
qcom,board-id = <0 0>;
qcom,msm-id = <339 0x10000>, <339 0x20000>,
<362 0x10000>, <362 0x20000>,
<367 0x10000>, <367 0x20000>;

View File

@@ -1,12 +0,0 @@
/dts-v1/;
/plugin/;
#include "sm8150-sde.dtsi"
#include "sm8150-sde-pll.dtsi"
/ {
qcom,msm-id = <339 0x10000>, <339 0x20000>,
<362 0x10000>, <362 0x20000>,
<367 0x10000>, <367 0x20000>;
qcom,board-id = <0 0>;
};