ARM: dts: msm: Add additional Sun GPU msm-id support

Add new msm-id support for Sun GPU V1.

Change-Id: I38eeabb8a13ac533b76abfb26f0faa81214f36bf
Signed-off-by: Carter Cooper <quic_ccooper@quicinc.com>
This commit is contained in:
Carter Cooper
2024-03-29 15:21:29 -06:00
committed by Bruce Levy
parent 051ac8e212
commit 43c1c52284

View File

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