Skip to content

Commit 2c3b826

Browse files
krzkandersson
authored andcommitted
arm64: dts: qcom: sm6125-ginkgo: Fix missing msm-id subtype
qcom,msm-id property must consist of two numbers, where the second number is the subtype, as reported by dtbs_check: sm6125-xiaomi-ginkgo.dtb: / (xiaomi,ginkgo): qcom,msm-id:0: [394] is too short Xiaomi vendor DTS for Trinket IDP and QRD boards uses value of 0x10000, so put it here as well. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Link: https://lore.kernel.org/r/20251229142806.241088-2-krzysztof.kozlowski@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 96ea453 commit 2c3b826

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/qcom/sm6125-xiaomi-ginkgo.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
chassis-type = "handset";
2020

2121
/* required for bootloader to select correct board */
22-
qcom,msm-id = <QCOM_ID_SM6125>;
22+
qcom,msm-id = <QCOM_ID_SM6125 0x10000>;
2323
qcom,board-id = <22 0>;
2424

2525
chosen {

0 commit comments

Comments
 (0)