From fa22c5b9a94b6fab2b772406e4ebac1ee0bca34e Mon Sep 17 00:00:00 2001 From: Xiaoqin Yang Date: Fri, 26 Aug 2022 17:50:09 +0800 Subject: [PATCH] video: dts: add support for soc id 600,601 for SG8275 and SG8275p Add soc id 600, 601 for SG8275 and SG8275p Change-Id: Icb692dbc3f1fc4f2241062144361afb32adf853c --- kalama-vidc-v2.dts | 2 +- kalama-vidc.dts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kalama-vidc-v2.dts b/kalama-vidc-v2.dts index 7015bea0..c5a1b4a0 100644 --- a/kalama-vidc-v2.dts +++ b/kalama-vidc-v2.dts @@ -10,6 +10,6 @@ / { model = "Qualcomm Technologies, Inc. Kalama"; compatible = "qcom,kalama"; - qcom,msm-id = <519 0x20000>, <536 0x20000>; + qcom,msm-id = <519 0x20000>, <536 0x20000>, <600 0x20000>, <601 0x20000>; qcom,board-id = <0 0>; }; diff --git a/kalama-vidc.dts b/kalama-vidc.dts index 67e3fab0..20abb835 100644 --- a/kalama-vidc.dts +++ b/kalama-vidc.dts @@ -10,6 +10,6 @@ / { model = "Qualcomm Technologies, Inc. Kalama"; compatible = "qcom,kalama"; - qcom,msm-id = <519 0x10000>, <536 0x10000>; + qcom,msm-id = <519 0x10000>, <536 0x10000>, <600 0x10000>, <601 0x10000>; qcom,board-id = <0 0>; };