diff --git a/qcom/sa8155-adp-common.dtsi b/qcom/sa8155-adp-common.dtsi index d2627660..4ed42b25 100644 --- a/qcom/sa8155-adp-common.dtsi +++ b/qcom/sa8155-adp-common.dtsi @@ -6,7 +6,13 @@ /* Empty node to generate minimal overlay fragment */ &soc { - + ss5_pwr_ctrl0 { + compatible = "qcom,gnss_sirf"; + pinctrl-0 = <&ss5_pwr_ctrl_rst_on>; + ssVreset-gpio = <&tlmm 11 1>; + ssVonoff-gpio = <&tlmm 39 1>; + ssVboot-gpio = <&tlmm 40 1>; + }; }; &qupv3_se0_spi { diff --git a/qcom/sm8150.dtsi b/qcom/sm8150.dtsi index e522b21a..80fd0ee3 100644 --- a/qcom/sm8150.dtsi +++ b/qcom/sm8150.dtsi @@ -1984,3 +1984,7 @@ &qupv3_se12_2uart { status = "ok"; }; + +&qupv3_se9_2uart { + status = "ok"; +};