arm64: dts: qcom: sdm845*: Use definition for msm-id
For all boards it's QCOM_ID_SDM845 except Dragonboard, where it's QCOM_ID_SDA845. Except for OnePlus 6 / 6T, which is handled in following commit. Signed-off-by: David Heidelberg <david@ixit.cz> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20250801-sdm845-msmid-v2-1-9f44d125ee44@ixit.cz Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
8839b8e6e8
commit
285fee8c65
@@ -5,6 +5,7 @@
|
||||
|
||||
/dts-v1/;
|
||||
|
||||
#include <dt-bindings/arm/qcom,ids.h>
|
||||
#include <dt-bindings/leds/common.h>
|
||||
#include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
|
||||
#include <dt-bindings/regulator/qcom,rpmh-regulator.h>
|
||||
@@ -18,7 +19,7 @@
|
||||
/ {
|
||||
model = "Thundercomm Dragonboard 845c";
|
||||
compatible = "thundercomm,db845c", "qcom,sdm845";
|
||||
qcom,msm-id = <341 0x20001>;
|
||||
qcom,msm-id = <QCOM_ID_SDA845 0x20001>;
|
||||
qcom,board-id = <8 0>;
|
||||
|
||||
aliases {
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
/dts-v1/;
|
||||
|
||||
#include <dt-bindings/arm/qcom,ids.h>
|
||||
#include <dt-bindings/gpio/gpio.h>
|
||||
#include <dt-bindings/leds/common.h>
|
||||
#include <dt-bindings/regulator/qcom,rpmh-regulator.h>
|
||||
@@ -17,7 +18,7 @@
|
||||
/ {
|
||||
model = "SHIFT SHIFT6mq";
|
||||
compatible = "shift,axolotl", "qcom,sdm845";
|
||||
qcom,msm-id = <321 0x20001>;
|
||||
qcom,msm-id = <QCOM_ID_SDM845 0x20001>;
|
||||
qcom,board-id = <11 0>;
|
||||
|
||||
aliases {
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
* Copyright (c) 2021, Konrad Dybcio <konrad.dybcio@somainline.org>
|
||||
*/
|
||||
|
||||
#include <dt-bindings/arm/qcom,ids.h>
|
||||
#include <dt-bindings/input/input.h>
|
||||
#include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
|
||||
#include <dt-bindings/regulator/qcom,rpmh-regulator.h>
|
||||
@@ -12,7 +13,7 @@
|
||||
#include "pmi8998.dtsi"
|
||||
|
||||
/ {
|
||||
qcom,msm-id = <321 0x20001>; /* SDM845 v2.1 */
|
||||
qcom,msm-id = <QCOM_ID_SDM845 0x20001>; /* SDM845 v2.1 */
|
||||
qcom,board-id = <8 0>;
|
||||
|
||||
aliases {
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
/dts-v1/;
|
||||
|
||||
#include <dt-bindings/arm/qcom,ids.h>
|
||||
#include <dt-bindings/leds/common.h>
|
||||
#include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
|
||||
#include <dt-bindings/regulator/qcom,rpmh-regulator.h>
|
||||
@@ -32,7 +33,7 @@
|
||||
|
||||
/* required for bootloader to select correct board */
|
||||
qcom,board-id = <69 0>;
|
||||
qcom,msm-id = <321 0x20001>;
|
||||
qcom,msm-id = <QCOM_ID_SDM845 0x20001>;
|
||||
|
||||
aliases {
|
||||
serial1 = &uart6;
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
|
||||
/dts-v1/;
|
||||
|
||||
#include <dt-bindings/arm/qcom,ids.h>
|
||||
#include <dt-bindings/gpio/gpio.h>
|
||||
#include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
|
||||
#include <dt-bindings/regulator/qcom,rpmh-regulator.h>
|
||||
@@ -38,7 +39,7 @@
|
||||
chassis-type = "handset";
|
||||
|
||||
/* required for bootloader to select correct board */
|
||||
qcom,msm-id = <0x141 0x20001>;
|
||||
qcom,msm-id = <QCOM_ID_SDM845 0x20001>;
|
||||
qcom,board-id = <0x2a 0x0>;
|
||||
|
||||
aliases {
|
||||
|
||||
Reference in New Issue
Block a user