Message ID | 67868f9464baee36eba48582d56f586ad69d3e86.1403725976.git.marcel@ziswiler.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 06/25/2014 02:10 PM, Marcel Ziswiler wrote: > This migration is required for continued PCIe operation after commit: > > d3c7e24b84fcb62f96fa9a585a41f1829f326878 Thanks. I've applied this to Tegra's for-3.17/dt branch, where this file was added. I also shortened the commit hash and added the commit subject in the description, so it's more human-readable.
Hello. On 06/26/2014 12:10 AM, Marcel Ziswiler wrote: > This migration is required for continued PCIe operation after commit: > d3c7e24b84fcb62f96fa9a585a41f1829f326878 Please also specify that commit's summary line in parens. > Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com> WBR, Sergei
diff --git a/arch/arm/boot/dts/tegra30-apalis.dtsi b/arch/arm/boot/dts/tegra30-apalis.dtsi index d04efcf..8adaa78 100644 --- a/arch/arm/boot/dts/tegra30-apalis.dtsi +++ b/arch/arm/boot/dts/tegra30-apalis.dtsi @@ -9,9 +9,14 @@ compatible = "toradex,apalis_t30", "nvidia,tegra30"; pcie-controller@00003000 { - pex-clk-supply = <&sys_3v3_reg>; - vdd-supply = <&vdd2_reg>; - avdd-supply = <&ldo6_reg>; + avdd-pexa-supply = <&vdd2_reg>; + vdd-pexa-supply = <&vdd2_reg>; + avdd-pexb-supply = <&vdd2_reg>; + vdd-pexb-supply = <&vdd2_reg>; + avdd-pex-pll-supply = <&vdd2_reg>; + avdd-plle-supply = <&ldo6_reg>; + vddio-pex-ctl-supply = <&sys_3v3_reg>; + hvdd-pex-supply = <&sys_3v3_reg>; pci@1,0 { nvidia,num-lanes = <4>;
This migration is required for continued PCIe operation after commit: d3c7e24b84fcb62f96fa9a585a41f1829f326878 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com> --- arch/arm/boot/dts/tegra30-apalis.dtsi | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-)