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-qrd.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Lahaina QRD";
|
|
compatible = "qcom,lahaina-qrd", "qcom,lahaina", "qcom,qrd";
|
|
qcom,board-id = <0x1000B 0>;
|
|
};
|