ARM: shmobile: porter: enable PCIe
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Fri, 9 Oct 2015 21:41:26 +0000 (00:41 +0300)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 12 Oct 2015 00:06:59 +0000 (09:06 +0900)
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>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7791-porter.dts

index 4eebc67773d28a6e9c80f7c66504fecc9127a201..c46aad3954f41ce6e960518eccd8f9ce14a047f9 100644 (file)
                };
        };
 };
+
+&pcie_bus_clk {
+       status = "okay";
+};
+
+&pciec {
+       status = "okay";
+};
This page took 0.02558 seconds and 5 git commands to generate.