提交 d2f0f5bd 编写于 作者: M Max Krummenacher 提交者: Zheng Zengkai

ARM: dts: imx6ull-colibri: fix vqmmc regulator

stable inclusion
from stable-v5.10.114
commit 73c35379dbdf0899370f255b77242eeea213c6af
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I5IY1V

Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=73c35379dbdf0899370f255b77242eeea213c6af

--------------------------------

[ Upstream commit 45974e42 ]

The correct spelling for the property is gpios. Otherwise, the regulator
will neither reserve nor control any GPIOs. Thus, any SD/MMC card which
can use UHS-I modes will fail.

Fixes: c2e4987e ("ARM: dts: imx6ull: add Toradex Colibri iMX6ULL support")
Signed-off-by: NMax Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: NDenys Drozdov <denys.drozdov@toradex.com>
Signed-off-by: NMarcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
Signed-off-by: NSasha Levin <sashal@kernel.org>
Signed-off-by: NZheng Zengkai <zhengzengkai@huawei.com>
Acked-by: NXie XiuQi <xiexiuqi@huawei.com>
上级 baf3c7f2
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
reg_sd1_vmmc: regulator-sd1-vmmc { reg_sd1_vmmc: regulator-sd1-vmmc {
compatible = "regulator-gpio"; compatible = "regulator-gpio";
gpio = <&gpio5 9 GPIO_ACTIVE_HIGH>; gpios = <&gpio5 9 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_snvs_reg_sd>; pinctrl-0 = <&pinctrl_snvs_reg_sd>;
regulator-always-on; regulator-always-on;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册