Skip to content

Commit 130c1f4

Browse files
MrVanShawn Guo
authored andcommitted
arm64: dts: imx8mm-verdin: correct off-on-delay
The property should be off-on-delay-us, not off-on-delay Fixes: 6a57f22 ("arm64: dts: freescale: add initial support for verdin imx8m mini") Signed-off-by: Peng Fan <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 85af7ff commit 130c1f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/freescale/imx8mm-verdin.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
compatible = "regulator-fixed";
100100
enable-active-high;
101101
gpio = <&gpio2 20 GPIO_ACTIVE_HIGH>; /* PMIC_EN_ETH */
102-
off-on-delay = <500000>;
102+
off-on-delay-us = <500000>;
103103
pinctrl-names = "default";
104104
pinctrl-0 = <&pinctrl_reg_eth>;
105105
regulator-always-on;
@@ -139,7 +139,7 @@
139139
enable-active-high;
140140
/* Verdin SD_1_PWR_EN (SODIMM 76) */
141141
gpio = <&gpio3 5 GPIO_ACTIVE_HIGH>;
142-
off-on-delay = <100000>;
142+
off-on-delay-us = <100000>;
143143
pinctrl-names = "default";
144144
pinctrl-0 = <&pinctrl_usdhc2_pwr_en>;
145145
regulator-max-microvolt = <3300000>;

0 commit comments

Comments
 (0)