mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
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:
3
Kbuild
3
Kbuild
@@ -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)
|
||||
|
||||
@@ -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>;
|
||||
|
||||
@@ -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>;
|
||||
};
|
||||
Reference in New Issue
Block a user