Message ID | 1357764194-12677-12-git-send-email-thierry.reding@avionic-design.de (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | Bjorn Helgaas |
Headers | show |
On Wednesday 09 January 2013, Thierry Reding wrote: > Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de> > --- > arch/arm/boot/dts/tegra20-tamonten.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) It's not clear how this one-line patch adds PCIe support to the platform. Are you missing the actual change here? Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Wed, Jan 09, 2013 at 09:23:37PM +0000, Arnd Bergmann wrote: > On Wednesday 09 January 2013, Thierry Reding wrote: > > Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de> > > --- > > arch/arm/boot/dts/tegra20-tamonten.dtsi | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > It's not clear how this one-line patch adds PCIe support to the > platform. Are you missing the actual change here? This is really just required to associate a name with the regulator, but I think I can achieve the same by adding an alias to the TEC DTSI. Thierry
diff --git a/arch/arm/boot/dts/tegra20-tamonten.dtsi b/arch/arm/boot/dts/tegra20-tamonten.dtsi index 7edfb9a..0053c72 100644 --- a/arch/arm/boot/dts/tegra20-tamonten.dtsi +++ b/arch/arm/boot/dts/tegra20-tamonten.dtsi @@ -439,7 +439,7 @@ regulator-always-on; }; - ldo0 { + pci_clk_reg: ldo0 { regulator-name = "vdd_ldo0,vddio_pex_clk"; regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>;
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de> --- arch/arm/boot/dts/tegra20-tamonten.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)