On 19.07.2024 3:17 PM, Johan Hovold wrote: > Enable PCIe5 and the SDX65 modem. > > Note that the modem may need to be flashed with firmware before use. > > Signed-off-by: Johan Hovold <johan+linaro@xxxxxxxxxx> > --- > arch/arm64/boot/dts/qcom/x1e80100-crd.dts | 65 +++++++++++++++++++++++ > 1 file changed, 65 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/x1e80100-crd.dts b/arch/arm64/boot/dts/qcom/x1e80100-crd.dts > index 72d9feec907b..e7bc283a0da9 100644 > --- a/arch/arm64/boot/dts/qcom/x1e80100-crd.dts > +++ b/arch/arm64/boot/dts/qcom/x1e80100-crd.dts > @@ -301,6 +301,22 @@ vreg_nvme: regulator-nvme { > pinctrl-names = "default"; > pinctrl-0 = <&nvme_reg_en>; > }; > + > + vreg_wwan: regulator-wwan { > + compatible = "regulator-fixed"; > + > + regulator-name = "SDX_VPH_PWR"; > + regulator-min-microvolt = <3300000>; > + regulator-max-microvolt = <3300000>; > + > + gpio = <&tlmm 221 GPIO_ACTIVE_HIGH>; > + enable-active-high; > + > + pinctrl-names = "default"; > + pinctrl-0 = <&wwan_sw_en>; property-n property-names here and below, please Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Konrad