[PATCH] pci: imx: use vpcie-supply if defined by device-tree

2022-04-22 Thread sbabic
> If vpcie-supply is defined by device-tree use that if > CONFIG_PCIE_IMX_POWER_GPIO is not defined. > Note that after this the following boards which define > CONFIG_PCIE_IMX_POWER_GPIO in their board header file as well as their > device-tree should be able to remove CONFIG_PCIE_IMX_PERST_GPIO wi

Re: EXT: [PATCH] pci: imx: use vpcie-supply if defined by device-tree

2022-04-14 Thread Tim Harvey
On Thu, Apr 14, 2022 at 2:14 AM Ian Ray wrote: > > On Wed, Apr 13, 2022 at 03:54:37PM -0700, Tim Harvey wrote: > > > > If vpcie-supply is defined by device-tree use that if > > CONFIG_PCIE_IMX_POWER_GPIO is not defined. > > > > Note that after this the following boards which define > > CONFIG_PCIE

Re: EXT: [PATCH] pci: imx: use vpcie-supply if defined by device-tree

2022-04-14 Thread Ian Ray
On Wed, Apr 13, 2022 at 03:54:37PM -0700, Tim Harvey wrote: > > If vpcie-supply is defined by device-tree use that if > CONFIG_PCIE_IMX_POWER_GPIO is not defined. > > Note that after this the following boards which define > CONFIG_PCIE_IMX_POWER_GPIO in their board header file as well as their >

[PATCH] pci: imx: use vpcie-supply if defined by device-tree

2022-04-13 Thread Tim Harvey
If vpcie-supply is defined by device-tree use that if CONFIG_PCIE_IMX_POWER_GPIO is not defined. Note that after this the following boards which define CONFIG_PCIE_IMX_POWER_GPIO in their board header file as well as their device-tree should be able to remove CONFIG_PCIE_IMX_PERST_GPIO without con