projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2685a2c
)
ARM: shmobile: porter: enable PCIe
author
Sergei Shtylyov
<
[email protected]
>
Fri, 9 Oct 2015 21:41:26 +0000
(
00:41
+0300)
committer
Simon Horman
<
[email protected]
>
Mon, 12 Oct 2015 00:06:59 +0000
(09:06 +0900)
Enable the PCIe controller and clock for the Porter board.
This patch is analogous to the commit
485f3ce67c11
("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 <
[email protected]
>
Signed-off-by: Simon Horman <
[email protected]
>
arch/arm/boot/dts/r8a7791-porter.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/r8a7791-porter.dts
b/arch/arm/boot/dts/r8a7791-porter.dts
index 4eebc67773d28a6e9c80f7c66504fecc9127a201..c46aad3954f41ce6e960518eccd8f9ce14a047f9 100644
(file)
--- a/
arch/arm/boot/dts/r8a7791-porter.dts
+++ b/
arch/arm/boot/dts/r8a7791-porter.dts
@@
-244,3
+244,11
@@
};
};
};
+
+&pcie_bus_clk {
+ status = "okay";
+};
+
+&pciec {
+ status = "okay";
+};