mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
ARM: dts: msm: Remove SWIOTLB usage for Kalama
Kalama does not require SWIOTLB usage for bounce buffers. Setting swiotlb=0 does prevent memory from being used for bounce buffers, but it still does not prevent allocation of SWIOTLB data structures which will not be used. Set swiotlb=noforce to completely disable SWIOTLB usage for Kalama. Change-Id: I1747f7f094d584797ca1efedd1fe443139451cdf
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
|
||||
chosen: chosen {
|
||||
bootargs = "nokaslr kpti=0 log_buf_len=256K swiotlb=0 loop.max_part=7 fw_devlink.strict=1";
|
||||
bootargs = "nokaslr kpti=0 log_buf_len=256K swiotlb=noforce loop.max_part=7 fw_devlink.strict=1";
|
||||
};
|
||||
|
||||
reserved_memory: reserved-memory { };
|
||||
|
||||
Reference in New Issue
Block a user