arm64: dts: ulcb-kf: enable PCIE0/1
authorVladimir Barinov <vladimir.barinov@cogentembedded.com>
Fri, 6 Oct 2017 02:43:59 +0000 (05:43 +0300)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 10 Oct 2017 07:51:21 +0000 (09:51 +0200)
This supports PCIE0/1 on ULCB Kingfisher board

Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm64/boot/dts/renesas/ulcb-kf.dtsi

index 83284ea..ae970da 100644 (file)
        status = "okay";
 };
 
+&pcie_bus_clk {
+       clock-frequency = <100000000>;
+};
+
+&pciec0 {
+       status = "okay";
+};
+
+&pciec1 {
+       status = "okay";
+};
+
 &pfc {
        can0_pins: can0 {
                groups = "can0_data_a";