Message ID | 1402652242-16604-8-git-send-email-phil.edworthy@renesas.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 998d7d64e1aeede4e03b6c67adb78fe55a278db7 |
Headers | show |
diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts index b2e6616..022f0cf 100644 --- a/arch/arm/boot/dts/r8a7791-koelsch.dts +++ b/arch/arm/boot/dts/r8a7791-koelsch.dts @@ -430,6 +430,14 @@ }; }; +&pcie_bus_clk { + status = "okay"; +}; + +&pciec { + status = "okay"; +}; + &cpu0 { cpu0-supply = <&vdd_dvfs>; };
Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com> --- v3: - Enable the PCIe bus clock arch/arm/boot/dts/r8a7791-koelsch.dts | 8 ++++++++ 1 file changed, 8 insertions(+)