mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 19:47:08 +02:00
arm64: dts: imx8mp-hummingboard-pulse/cubox-m: fix vmmc gpio polarity
Fix the polarity in vmmc regulator node for the gpio from active-high to active-low. This is a cosmetic change as regulator default to active-low unless property enable-active-high was also specified - ignoring the flag on gpio handle. Fixes:a009c0c66e("arm64: dts: add description for solidrun imx8mp som and cubox-m") Fixes:2a222aa2be("arm64: dts: add description for solidrun imx8mp hummingboard variants") Reviewed-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Josua Mayer <josua@solid-run.com> Signed-off-by: Frank Li <Frank.Li@nxp.com>
This commit is contained in:
parent
f1a26bc43c
commit
70ecea46d3
|
|
@ -68,7 +68,7 @@ vmmc: regulator-mmc {
|
|||
regulator-name = "vmmc";
|
||||
regulator-min-microvolt = <3300000>;
|
||||
regulator-max-microvolt = <3300000>;
|
||||
gpio = <&gpio2 19 GPIO_ACTIVE_HIGH>;
|
||||
gpio = <&gpio2 19 GPIO_ACTIVE_LOW>;
|
||||
startup-delay-us = <250>;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ vmmc: regulator-mmc {
|
|||
regulator-name = "vmmc";
|
||||
regulator-min-microvolt = <3300000>;
|
||||
regulator-max-microvolt = <3300000>;
|
||||
gpio = <&gpio2 19 GPIO_ACTIVE_HIGH>;
|
||||
gpio = <&gpio2 19 GPIO_ACTIVE_LOW>;
|
||||
startup-delay-us = <250>;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user