diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2019-10-07 21:29:48 +0200 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2020-04-15 01:24:40 +0200 |
commit | 88722f44e36f1a354a98b29c62282d94ec98f9a9 (patch) | |
tree | 1b718619bfd0f9a504b7397a6248469322afd2bf /arch | |
parent | e5e4d6d3189f5608ab4a9f0c5d4e65d5b3c7b243 (diff) |
ARM: dts: imx6ull-colibri: fix vqmmc regulator
The correct spelling for the property is gpios, otherwise the regulator
will neither reserve nor control any gpio(s).
Thus any SD/MMC card which can use UHS 1 modes will fail.
Related-to: #46566
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/imx6ull-colibri.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6ull-colibri.dtsi b/arch/arm/boot/dts/imx6ull-colibri.dtsi index be43ac027466..878bb7a67638 100644 --- a/arch/arm/boot/dts/imx6ull-colibri.dtsi +++ b/arch/arm/boot/dts/imx6ull-colibri.dtsi @@ -71,7 +71,7 @@ reg_sd1_vmmc: regulator@1 { compatible = "regulator-gpio"; - gpio = <&gpio5 9 GPIO_ACTIVE_HIGH>; + gpios = <&gpio5 9 GPIO_ACTIVE_HIGH>; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_snvs_reg_sd>; regulator-always-on; |