Skip to content

Commit

Permalink
arm64: dts: qcom: msm8992-xiaomi-libra: split qcom,msm-id into tuples
Browse files Browse the repository at this point in the history
The qcom,msm-id is an uint32 matrix, so a list of tuples.

Signed-off-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Dmitry Baryshkov <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
  • Loading branch information
krzk authored and andersson committed Aug 29, 2022
1 parent 8373f5d commit 2b96ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/qcom/msm8992-xiaomi-libra.dts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
chassis-type = "handset";

/* required for bootloader to select correct board */
qcom,msm-id = <251 0 252 0>;
qcom,msm-id = <251 0>, <252 0>;
qcom,pmic-id = <65545 65546 0 0>;
qcom,board-id = <12 0>;

Expand Down

0 comments on commit 2b96ef7

Please sign in to comment.