]> Git Repo - J-linux.git/commitdiff
ARM: dts: imx6qdl-kontron-samx6i: remove wake-up-gpio property
authorMichael Walle <[email protected]>
Mon, 17 Jun 2024 09:13:39 +0000 (11:13 +0200)
committerShawn Guo <[email protected]>
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 <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
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>;
 };
 
This page took 0.054868 seconds and 4 git commands to generate.