diff mbox

ARM: shmobile: porter: enable PCIe

Message ID 13633423.im5T5IW5o3@wasted.cogentembedded.com (mailing list archive)
State New, archived
Headers show

Commit Message

Sergei Shtylyov Oct. 9, 2015, 9:41 p.m. UTC
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(+)

Comments

Simon Horman Oct. 12, 2015, 12:08 a.m. UTC | #1
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.
diff mbox

Patch

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";
+};