From: Sergei Shtylyov Date: Fri, 9 Oct 2015 21:41:26 +0000 (+0300) Subject: ARM: shmobile: porter: enable PCIe X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f9953c5e2a84ffc309ca5f6a281528907a3c8a39;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git ARM: shmobile: porter: enable PCIe 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 Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r8a7791-porter.dts b/arch/arm/boot/dts/r8a7791-porter.dts index 4eebc67773d2..c46aad3954f4 100644 --- a/arch/arm/boot/dts/r8a7791-porter.dts +++ b/arch/arm/boot/dts/r8a7791-porter.dts @@ -244,3 +244,11 @@ }; }; }; + +&pcie_bus_clk { + status = "okay"; +}; + +&pciec { + status = "okay"; +};