From: Phil Edworthy Date: Fri, 13 Jun 2014 09:37:22 +0000 (+0100) Subject: ARM: shmobile: henninger: Enable PCIe Controller & PCIe bus clock X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=485f3ce67c11;p=linux-beck.git ARM: shmobile: henninger: Enable PCIe Controller & PCIe bus clock Signed-off-by: Phil Edworthy Signed-off-by: Simon Horman --- diff --git a/arch/arm/boot/dts/r8a7791-henninger.dts b/arch/arm/boot/dts/r8a7791-henninger.dts index c0c58ce7746e..bc48bccfff54 100644 --- a/arch/arm/boot/dts/r8a7791-henninger.dts +++ b/arch/arm/boot/dts/r8a7791-henninger.dts @@ -230,3 +230,11 @@ spi-cpha; }; }; + +&pcie_bus_clk { + status = "okay"; +}; + +&pciec { + status = "okay"; +};