summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8mq-thor96.dts
diff options
context:
space:
mode:
authorFabio Estevam <festevam@denx.de>2023-09-05 11:15:46 -0300
committerShawn Guo <shawnguo@kernel.org>2023-09-25 08:38:40 +0800
commitb98f0bee1948249c45bccc53c3385fd79f045594 (patch)
tree34b031dbd19fa265e337874e3af632b772c0cebe /arch/arm64/boot/dts/freescale/imx8mq-thor96.dts
parentfc03e8195d0054f0fc6196bc9562c13578f45c13 (diff)
arm64: dts: imx8mq-thor96: Fix sdio-pwrseq GPIO property
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>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mq-thor96.dts')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8mq-thor96.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mq-thor96.dts b/arch/arm64/boot/dts/freescale/imx8mq-thor96.dts
index 6e6182709d22..eaa9d0c0fcc1 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq-thor96.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mq-thor96.dts
@@ -107,7 +107,7 @@
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>;
};
};