diff options
author | Biju Das <[email protected]> | 2019-02-07 08:31:50 +0000 |
---|---|---|
committer | Simon Horman <[email protected]> | 2019-02-08 11:49:09 +0100 |
commit | ee20aeefb53f6ffabed5b1a3b859294197eeb351 (patch) | |
tree | dc9a8f0e92c7928a2a514b894476614369b15fd8 | |
parent | aaf6c75c0458122600a20db9d41a0350f0a8dff8 (diff) |
arm64: dts: renesas: cat875: Enable PCIe support
This patch enables PCIEC0 PCI express controller on the sub board.
Signed-off-by: Biju Das <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/renesas/cat875.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/renesas/cat875.dtsi b/arch/arm64/boot/dts/renesas/cat875.dtsi index 805ffa7fb67b..14db66755a89 100644 --- a/arch/arm64/boot/dts/renesas/cat875.dtsi +++ b/arch/arm64/boot/dts/renesas/cat875.dtsi @@ -30,6 +30,10 @@ }; }; +&pciec0 { + status = "okay"; +}; + &pfc { avb_pins: avb { mux { |