From 75ff3e799f2f8ab090bf10d80c6e9020cfdcbb6e Mon Sep 17 00:00:00 2001 From: Grace An Date: Tue, 2 Apr 2024 09:22:59 -0700 Subject: [PATCH] ARM: dts: msm: mm-drivers: add soc info for sun target Add SOC info to device-tree to support sun targets. Change-Id: I700b2502d20424dac0b10ec9a09b02d14b48d1f4 Signed-off-by: Grace An --- hw_fence/sun-hw-fence.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/hw_fence/sun-hw-fence.dts b/hw_fence/sun-hw-fence.dts index d4bb31aa..56123d51 100644 --- a/hw_fence/sun-hw-fence.dts +++ b/hw_fence/sun-hw-fence.dts @@ -11,5 +11,6 @@ / { model = "Qualcomm Technologies, Inc. Sun SoC"; compatible = "qcom,sun"; + qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>; qcom,board-id = <0 0>; };