Merge "ARM: dts: msm: Disable kpti/ssbd for gen3 chipset"

This commit is contained in:
qctecmdr
2022-10-28 05:05:30 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 4 additions and 2 deletions

View File

@@ -334,7 +334,9 @@
};
};
chosen {};
chosen {
bootargs = "kpti=0 ssbd=force-off";
};
firmware: firmware {
android {

View File

@@ -351,7 +351,7 @@
};
chosen: chosen {
bootargs = "qcom_dma_heaps.enable_bitstream_contig_heap=y";
bootargs = "qcom_dma_heaps.enable_bitstream_contig_heap=y kpti=0 ssbd=force-off";
};
soc: soc { };