ARM: dts: imx7d-mba7: Remove unsupported PCI properties
authorFabio Estevam <festevam@gmail.com>
Mon, 8 Mar 2021 19:11:14 +0000 (16:11 -0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 15 Mar 2021 06:35:39 +0000 (14:35 +0800)
disable-gpio' and 'power-on-gpio' are not valid properties
according to Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt.

Remove the unsupported properties.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Bruno Thomsen <bruno.thomsen@gmail.com>
Reviewed-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx7d-mba7.dts

index 5ef86de..23856a8 100644 (file)
@@ -99,8 +99,6 @@
        /* probe deferral not supported */
        /* pcie-bus-supply = <&reg_mpcie_1v5>; */
        reset-gpio = <&gpio5 12 GPIO_ACTIVE_LOW>;
-       disable-gpio = <&gpio2 29 GPIO_ACTIVE_LOW>;
-       power-on-gpio = <&gpio2 30 GPIO_ACTIVE_LOW>;
        status = "okay";
 };