Skip to content

Commit 02c447a

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

arch/arm64/boot/dts/freescale/imx8mp-verdin-dev.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
compatible = "regulator-fixed";
1111
enable-active-high;
1212
gpio = <&gpio_expander_21 4 GPIO_ACTIVE_HIGH>; /* ETH_PWR_EN */
13-
off-on-delay = <500000>;
13+
off-on-delay-us = <500000>;
1414
regulator-max-microvolt = <3300000>;
1515
regulator-min-microvolt = <3300000>;
1616
regulator-name = "+V3.3_ETH";

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
compatible = "regulator-fixed";
8888
enable-active-high;
8989
gpio = <&gpio2 20 GPIO_ACTIVE_HIGH>; /* PMIC_EN_ETH */
90-
off-on-delay = <500000>;
90+
off-on-delay-us = <500000>;
9191
pinctrl-names = "default";
9292
pinctrl-0 = <&pinctrl_reg_eth>;
9393
regulator-always-on;
@@ -128,7 +128,7 @@
128128
enable-active-high;
129129
/* Verdin SD_1_PWR_EN (SODIMM 76) */
130130
gpio = <&gpio4 22 GPIO_ACTIVE_HIGH>;
131-
off-on-delay = <100000>;
131+
off-on-delay-us = <100000>;
132132
pinctrl-names = "default";
133133
pinctrl-0 = <&pinctrl_usdhc2_pwr_en>;
134134
regulator-max-microvolt = <3300000>;

0 commit comments

Comments
 (0)