提交 c4deb834 编写于 作者: P Pali Rohár 提交者: Gregory CLEMENT

ARM: dts: turris-omnia: Set PCIe slot-power-limit-milliwatt properties

All 3 miniPCIe slots in Turris Omnia are designed for 10 W.
Signed-off-by: NPali Rohár <pali@kernel.org>
Signed-off-by: NGregory CLEMENT <gregory.clement@bootlin.com>
上级 8cd235b2
...@@ -71,16 +71,19 @@ ...@@ -71,16 +71,19 @@
pcie@1,0 { pcie@1,0 {
/* Port 0, Lane 0 */ /* Port 0, Lane 0 */
status = "okay"; status = "okay";
slot-power-limit-milliwatt = <10000>;
}; };
pcie@2,0 { pcie@2,0 {
/* Port 1, Lane 0 */ /* Port 1, Lane 0 */
status = "okay"; status = "okay";
slot-power-limit-milliwatt = <10000>;
}; };
pcie@3,0 { pcie@3,0 {
/* Port 2, Lane 0 */ /* Port 2, Lane 0 */
status = "okay"; status = "okay";
slot-power-limit-milliwatt = <10000>;
}; };
}; };
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册