ARM: dts: imx6qdl-kontron-samx6i: remove wake-up-gpio property
authorMichael Walle <mwalle@kernel.org>
Mon, 17 Jun 2024 09:13:39 +0000 (11:13 +0200)
committerShawn Guo <shawnguo@kernel.org>
Thu, 27 Jun 2024 07:25:02 +0000 (15:25 +0800)
Remove the "wake-up-gpio" property within the PCIe controller node.
There is no such property, thus just remove it. This will also make the
schema validation happy.

Signed-off-by: Michael Walle <mwalle@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx6qdl-kontron-samx6i.dtsi

index 17abebc006df951546d03a702ed1d3471e412204..99b5e78458aa13fc97621a4bde2513f4cff61d6f 100644 (file)
 &pcie {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_pcie>;
-       wake-up-gpio = <&gpio6 18 GPIO_ACTIVE_HIGH>;
        reset-gpio = <&gpio3 13 GPIO_ACTIVE_LOW>;
 };