ARM: dts: msm: Update board id for canoe

According to latest CDT updates, major version no. is being
used to differentiate between different boards instead of subtype.
Hence update board-ids to reflect these new CDTs.

Change-Id: Ia5440ebafe4c272a9df3b8e89aa02e1b8bce2347
CRs-Fixed: 3967186
This commit is contained in:
AMAN KUMAR
2024-11-05 17:40:28 +05:30
committed by Aman Kumar
parent ca1b75bdda
commit 1ea2e7be92
2 changed files with 4 additions and 2 deletions

View File

@@ -15,5 +15,5 @@
qcom,msm-id = <0x294 0x10000>, <0x294 0x20000>, <0x295 0x10000>, <0x295 0x20000>,
<0x1000294 0x10000>, <0x1000294 0x20000>,
<0x1000295 0x10000>, <0x1000295 0x20000>;
qcom,board-id = <0x1000001 0>, <0x1000008 0>, <0x1000015 0>;
qcom,board-id = <0x30001 0>, <0x20008 0>, <0x30015 0>;
};

View File

@@ -15,5 +15,7 @@
qcom,msm-id = <0x294 0x10000>, <0x294 0x20000>, <0x295 0x10000>, <0x295 0x20000>,
<0x1000294 0x10000>, <0x1000294 0x20000>, <0x1000295 0x10000>,
<0x1000295 0x20000>;
qcom,board-id = <1 0>, <8 0>, <0x10021 0>, <11 0>, <0x15 0>, <0x208 0>, <0x108 0>;
qcom,board-id = <1 0>, <0x20001 0>, <8 0>, <0x30008 0>, <0x40008 0>,
<0x50008 0>, <0x60008 0>, <0x70008 0>, <0x21 0>, <11 0>,
<0x2000B 0>, <0x15 0>, <0x20015 0>, <0x30015 0>;
};