mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
ARM: dts: msm: add chosen node for Anorak
Add chosen node in the main dtsi of Anorak Change-Id: Iedf8879a05877b992357b54f6e3de1a21abd9b27
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
&chosen {
|
||||
bootargs = "nokaslr kpti=0 log_buf_len=256K swiotlb=0 loop.max_part=7";
|
||||
};
|
||||
|
||||
&arch_timer {
|
||||
clock-frequency = <500000>;
|
||||
};
|
||||
|
||||
@@ -19,7 +19,10 @@
|
||||
memory { device_type = "memory"; reg = <0 0 0 0>; };
|
||||
|
||||
|
||||
chosen: chosen { };
|
||||
chosen: chosen {
|
||||
bootargs = "console=ttyMSM0,115200n8 loglevel=8 log_buf_len=256K kernel.panic_on_rcu_stall=1 loop.max_part=7 service_locator.enable=1 msm_rtb.filter=0x237 allow_mismatched_32bit_el0 kasan=off rcupdate.rcu_expedited=1 rcu_nocbs=0-5 ftrace_dump_on_oops pstore.compress=none";
|
||||
|
||||
};
|
||||
|
||||
reserved_memory: reserved-memory { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user