ARM: dts: turris-omnia: Set PCIe slot-power-limit-milliwatt properties
authorPali Rohár <pali@kernel.org>
Tue, 22 Feb 2022 16:31:58 +0000 (17:31 +0100)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Tue, 1 Mar 2022 10:47:13 +0000 (11:47 +0100)
All 3 miniPCIe slots in Turris Omnia are designed for 10 W.

Signed-off-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
arch/arm/boot/dts/armada-385-turris-omnia.dts

index 5bd6a66..f240018 100644 (file)
                        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>;
                        };
                };
        };