From c1c8b2a02dd336e73bb38f34e28cd9148a6f310c Mon Sep 17 00:00:00 2001 From: Melody Olvera Date: Wed, 29 Jun 2022 15:18:10 -0700 Subject: [PATCH] ARM: dts: msm: Correct platform IDs on cinder IDPs Correct platform IDs on cinder IDPs. Change-Id: Iff07742de3a059cf6527b5438256f5ff16f69c61 --- qcom/cinder-du-idp.dts | 2 +- qcom/cinder-ru-idp.dts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qcom/cinder-du-idp.dts b/qcom/cinder-du-idp.dts index 4b207eab..f9de1c7e 100644 --- a/qcom/cinder-du-idp.dts +++ b/qcom/cinder-du-idp.dts @@ -6,5 +6,5 @@ / { model = "Qualcomm Technologies, Inc. Cinder DU IDP"; compatible = "qcom,cinder-idp", "qcom,cinder", "qcom,idp"; - qcom,board-id = <0x1 0x0>; + qcom,board-id = <0x22 0x0>; }; diff --git a/qcom/cinder-ru-idp.dts b/qcom/cinder-ru-idp.dts index 3d28587d..6afc61c3 100644 --- a/qcom/cinder-ru-idp.dts +++ b/qcom/cinder-ru-idp.dts @@ -6,5 +6,5 @@ / { model = "Qualcomm Technologies, Inc. Cinder RU IDP"; compatible = "qcom,cinder-idp", "qcom,cinder", "qcom,idp"; - qcom,board-id = <0x1 0x0>; + qcom,board-id = <0x22 0x0>; };