mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +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
12 lines
255 B
Plaintext
12 lines
255 B
Plaintext
/dts-v1/;
|
|
/memreserve/ 0x90000000 0x00000100;
|
|
|
|
#include "lahaina.dtsi"
|
|
#include "lahaina-rumi.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Lahaina RUMI";
|
|
compatible = "qcom,lahaina-rumi", "qcom,lahaina", "qcom,rumi";
|
|
qcom,board-id = <0x1000F 0>;
|
|
};
|