Re: [PATCH v3] PCI: qcom: add missing supplies required for msm8996

From: Rob Herring
Date: Sun Feb 18 2018 - 18:07:52 EST


On Thu, Feb 15, 2018 at 01:22:48PM +0000, srinivas.kandagatla@xxxxxxxxxx wrote:
> From: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx>
>
> This patch adds supplies that are required for msm8996. vdda
> is analog supply that go in to controller, and vddpe_3v3 is
> supply to PCIe endpoint.
>
> Without these supplies PCIe endpoints which require power supplies are
> not enumerated at all, as there is no one to power it up.
>
> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx>
> ---
> changes since v2:
> Add back empty line suggested by Stan
> use ARRAY_SIZE
>
> .../devicetree/bindings/pci/qcom,pcie.txt | 4 ++++
> drivers/pci/dwc/pcie-qcom.c | 23 +++++++++++++++++++++-
> 2 files changed, 26 insertions(+), 1 deletion(-)

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>