Commit c4deb834 authored by Pali Rohár's avatar Pali Rohár Committed by Gregory CLEMENT
Browse files

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: default avatarPali Rohár <pali@kernel.org>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent 8cd235b2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -71,16 +71,19 @@ pcie {
			pcie@1,0 {
				/* Port 0, Lane 0 */
				status = "okay";
				slot-power-limit-milliwatt = <10000>;
			};

			pcie@2,0 {
				/* Port 1, Lane 0 */
				status = "okay";
				slot-power-limit-milliwatt = <10000>;
			};

			pcie@3,0 {
				/* Port 2, Lane 0 */
				status = "okay";
				slot-power-limit-milliwatt = <10000>;
			};
		};
	};