Skip to content

Commit

Permalink
ARM: shmobile: porter: enable PCIe
Browse files Browse the repository at this point in the history
Enable the PCIe controller and clock for the Porter board.

This patch is analogous to the commit 485f3ce ("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 <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
  • Loading branch information
Sergei Shtylyov authored and Simon Horman committed Oct 12, 2015
1 parent 2685a2c commit f9953c5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/r8a7791-porter.dts
Original file line number Diff line number Diff line change
Expand Up @@ -244,3 +244,11 @@
};
};
};

&pcie_bus_clk {
status = "okay";
};

&pciec {
status = "okay";
};

0 comments on commit f9953c5

Please sign in to comment.