mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 04:59:05 +00:00
Update the board-id property to include major and minor ids as well for the bootloader to pick the correct version of devicetree. Change-Id: I9403d2b2fb88e55db4e68ceea9d884d507167cc7
11 lines
215 B
Plaintext
11 lines
215 B
Plaintext
/dts-v1/;
|
|
|
|
#include "lahaina.dtsi"
|
|
#include "lahaina-cdp.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Lahaina CDP";
|
|
compatible = "qcom,lahaina-cdp", "qcom,lahaina", "qcom,cdp";
|
|
qcom,board-id = <0x10001 0>;
|
|
};
|