msm-id.txt 918 B

1234567891011121314151617181920212223242526
  1. * MSM-ID
  2. The qcom,msm-id entry specifies the MSM chipset, platform and hardware revision.
  3. It can optionally be an array of these to indicate multiple hardware that use
  4. the same device tree. It is expected that the bootloader will use this
  5. information at boot-up to decide which device tree to use when given multiple
  6. device trees, some of which may not be compatible with the actual hardware. It
  7. is the bootloader's responsibility to pass the correct device tree to the kernel.
  8. Format:
  9. It is expected that the qcom,msm-id entry be at the top level of the device
  10. tree structure. The format can take one of the two forms below:
  11. qcom,msm-id = <chipset_id, platform_id, rev_id> [, <c2, p2, r2> ...]
  12. qcom,msm-id = <chipset_id, rev_id> [, <c2, r2> ...]
  13. If the second format is used one must also define the board-id.
  14. Example:
  15. qcom,msm-id = <126 15 0>;
  16. qcom,board-id= <15 2>;
  17. qcom,msm-id = <126 0>;