Apalis imx8qm 1.1 free GPIO7 causes wifi to be disabled Torizon 5.4 build10

thanks @jeremias.tx

it definitely needs more investigation on my side… just for completeness, I did free GPIO7 the following way:
I use a customized dts file with following entries related to pcie/gpio

/* disable picea  to free GPIO7 */
&pciea {
	/delete-property/ vpcie-supply;
};

/* disable regulator switch to free GPIO7 */
&reg_pcie_switch {
	status="disabled";
};