arm64: dts: imx8mq-thor96: Fix sdio-pwrseq GPIO property
authorFabio Estevam <festevam@denx.de>
Tue, 5 Sep 2023 14:15:46 +0000 (11:15 -0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 25 Sep 2023 00:38:40 +0000 (08:38 +0800)
As per mmc-pwrseq-simple.yaml, the correct way to describe the GPIO
is by using the 'reset-gpios' property.

Change it accordingly to fix the following schema warning:

imx8mq-thor96.dtb: sdio-pwrseq: 'gpio' does not match any of the regexes: 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/mmc/mmc-pwrseq-simple.yaml#

Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mq-thor96.dts

index 6e6182709d2201c0155c9c0ef9085355956d90ee..eaa9d0c0fcc180b42301be5641f33b1ecb6649b5 100644 (file)
                compatible = "mmc-pwrseq-simple";
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_wifi_reg_on>;
-               gpio = <&gpio3 3 GPIO_ACTIVE_HIGH>;
+               reset-gpios = <&gpio3 3 GPIO_ACTIVE_HIGH>;
        };
 };