Merge d579cb5cdf on remote branch

Change-Id: I3f5b39e971eba3039ff3b264f43efec22f90d564
This commit is contained in:
Linux Build Service Account
2024-05-21 09:51:32 -07:00
3 changed files with 7 additions and 2 deletions

1
Kbuild
View File

@@ -15,6 +15,7 @@ endif
ifeq ($(CONFIG_ARCH_SUN), y)
dtbo-y += sun-vidc.dtbo
dtbo-y += sun-vidc-v2.dtbo
endif
always-y := $(dtb-y) $(dtbo-y)

View File

@@ -15,6 +15,8 @@
/ {
model = "Qualcomm Technologies, Inc. Sun";
compatible = "qcom,sun";
qcom,msm-id = <618 0x20000>, <639 0x20000>;
qcom,msm-id = <618 0x20000>, <639 0x20000>,
<0x100026a 0x20000>,
<0x100027f 0x20000>;
qcom,board-id = <0 0>;
};

View File

@@ -15,6 +15,8 @@
/ {
model = "Qualcomm Technologies, Inc. Sun";
compatible = "qcom,sun";
qcom,msm-id = <618 0x10000>, <639 0x10000>;
qcom,msm-id = <618 0x10000>, <639 0x10000>,
<0x100026a 0x10000>,
<0x100027f 0x10000>;
qcom,board-id = <0 0>;
};