msm: synx: Kera(Eliza) synx dtsi changes

Change-Id: I33af6c6314d020fd144835ebc1312a1d31c0bd10
Signed-off-by: vchollan <quic_vchollan@quicinc.com>
This commit is contained in:
vchollan
2024-12-04 16:47:00 +05:30
committed by Venkata Sarath Kumar Chollangi
parent 4facd7acc9
commit dd07b1d6e5
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
dtbo-y := synx/sun-synx.dtbo dtbo-y := synx/sun-synx.dtbo
ifeq ($(CONFIG_ARCH_TUNA), y) ifneq (, $(filter y, $(CONFIG_ARCH_TUNA) $(CONFIG_ARCH_KERA)))
dtbo-y += synx/tuna-synx.dtbo dtbo-y += synx/tuna-synx.dtbo
endif endif
#dtbo-y += sun-synx-cdp.dtbo #dtbo-y += sun-synx-cdp.dtbo

View File

@@ -11,6 +11,7 @@
/ { / {
model = "Qualcomm Technologies, Inc. tuna SoC"; model = "Qualcomm Technologies, Inc. tuna SoC";
compatible = "qcom,tuna"; compatible = "qcom,tuna";
qcom,msm-id = <655 0x10000>, <681 0x10000>, <694 0x10000>; qcom,msm-id = <655 0x10000>, <681 0x10000>, <694 0x10000>, <659 0x10000>,
<686 0x10000>;
qcom,board-id = <0 0>, <15 0>; qcom,board-id = <0 0>, <15 0>;
}; };