Message ID | 13633423.im5T5IW5o3@wasted.cogentembedded.com (mailing list archive) |
---|---|
State | Accepted |
Commit | f9953c5e2a84ffc309ca5f6a281528907a3c8a39 |
Headers | show |
On Sat, Oct 10, 2015 at 12:41:26AM +0300, Sergei Shtylyov wrote: > Enable the PCIe controller and clock for the Porter board. > > This patch is analogous to the commit 485f3ce67c11 ("ARM: shmobile: > henninger: Enable PCIe Controller & PCIe bus clock") as there are no > differences between the boards in this respect. > > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> > > --- > This patch is against 'renesas-devel-20151008-v4.3-rc4' tag of Simon Horman's > 'renesas.git' repo plus the Porter I2C2, VIN0/ADV7180, and QSPI patches posted > earlier. Thanks, I have queued this up for v4.4. -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Index: renesas/arch/arm/boot/dts/r8a7791-porter.dts =================================================================== --- renesas.orig/arch/arm/boot/dts/r8a7791-porter.dts +++ renesas/arch/arm/boot/dts/r8a7791-porter.dts @@ -244,3 +244,11 @@ }; }; }; + +&pcie_bus_clk { + status = "okay"; +}; + +&pciec { + status = "okay"; +};
Enable the PCIe controller and clock for the Porter board. This patch is analogous to the commit 485f3ce67c11 ("ARM: shmobile: henninger: Enable PCIe Controller & PCIe bus clock") as there are no differences between the boards in this respect. Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> --- This patch is against 'renesas-devel-20151008-v4.3-rc4' tag of Simon Horman's 'renesas.git' repo plus the Porter I2C2, VIN0/ADV7180, and QSPI patches posted earlier. arch/arm/boot/dts/r8a7791-porter.dts | 8 ++++++++ 1 file changed, 8 insertions(+) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html