[RFC 1/5] PCI: tegra: Overhaul regulator usage
Stephen Warren
swarren at wwwdotorg.org
Tue Apr 8 12:15:47 PDT 2014
On 04/04/2014 08:49 AM, Thierry Reding wrote:
> The current usage of regulators for the Tegra PCIe block is wrong. It
> doesn't accurately reflect the actual supply inputs of the IP block and
> therefore isn't as flexible as it should be. Rectify this by describing
> all possible supply inputs in the device tree binding documentation and
> deprecate the old supply properties.
> diff --git a/Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt b/Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
> +Power supplies for Tegra30:
...
> +- Optional:
> + - If port 0 is enabled:
> + - avdd-pexa-supply: Power supply for analog PCIe logic. Must supply 1.05 V.
> + - vdd-pexa-supply: Power supply for digital PCIe I/O. Must supply 1.05 V.
> + - If at least one of ports 1 and 2 is enabled:
> + - avdd-pexb-supply: Power supply for analog PCIe logic. Must supply 1.05 V.
> + - vdd-pexb-supply: Power supply for digital PCIe I/O. Must supply 1.05 V.
Did you get confirmation from HW/... that the mapping from pexa/b to
PCIe ports you document above is correct? IIRC the two supplies might be
related to lanes rather than ports?
More information about the linux-arm-kernel
mailing list