diff --git a/qcom/sdmshrike.dtsi b/qcom/sdmshrike.dtsi index 8551143c..7f3151c0 100644 --- a/qcom/sdmshrike.dtsi +++ b/qcom/sdmshrike.dtsi @@ -334,7 +334,9 @@ }; }; - chosen {}; + chosen { + bootargs = "kpti=0 ssbd=force-off"; + }; firmware: firmware { android { diff --git a/qcom/sm8150.dtsi b/qcom/sm8150.dtsi index f8f273a3..77f81a81 100644 --- a/qcom/sm8150.dtsi +++ b/qcom/sm8150.dtsi @@ -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 { };