mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
Add initial device tree support for khajep/q target.
This is a snapshot of dtsi files as of msm-4.19
'commit <1a15a8827762> ("Merge "ARM: dts: msm:
Renaming seeya panels to 90Hz and 60Hz refresh rates"")'.
Change-Id: I5dac037a1544c5a3c15ccc2924eff58ec99626fc
51 lines
581 B
Plaintext
51 lines
581 B
Plaintext
/dts-v1/;
|
|
|
|
#include "khaje.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Khajeq SoC";
|
|
compatible = "qcom,khajeq";
|
|
qcom,msm-id = <562 0x10000>;
|
|
|
|
cpumap {
|
|
cluster1 {
|
|
status = "disabled";
|
|
};
|
|
};
|
|
|
|
/delete-node/ chosen;
|
|
chosen {
|
|
bootargs = "rcupdate.rcu_expedited=1 rcu_nocbs=0-3 kpti=off nr_cpus=4";
|
|
};
|
|
};
|
|
|
|
&CPU4 {
|
|
status = "disabled";
|
|
};
|
|
|
|
&CPU5 {
|
|
status = "disabled";
|
|
};
|
|
|
|
&CPU6 {
|
|
status = "disabled";
|
|
};
|
|
|
|
&CPU7 {
|
|
status = "disabled";
|
|
};
|
|
|
|
&soc {
|
|
|
|
/delete-node/ qcom,chd_gold;
|
|
|
|
qcom,rmnet-ipa {
|
|
status = "disabled";
|
|
};
|
|
|
|
};
|
|
|
|
&ipa_hw {
|
|
status = "disabled";
|
|
};
|