mirror of
https://github.com/oplus-giulia-dev/android_kernel_oneplus_sm8650-devicetrees
synced 2025-11-04 06:44:04 +08:00
Add compatible string for dt-bindings and support to use LLCC configuration, specific to Cliffs7. Change-Id: I41504755f01327b870523d14d54ba44a1480bb15
13 lines
210 B
Plaintext
13 lines
210 B
Plaintext
#include "cliffs.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Cliffs 7";
|
|
compatible = "qcom,cliffs";
|
|
qcom,msm-id = <632 0x10000>;
|
|
};
|
|
|
|
&cache_cont {
|
|
compatible = "qcom,cliffs7-llcc", "qcom,llcc-v50";
|
|
};
|
|
|