diff options
| author | E Shattow <[email protected]> | 2025-10-15 03:22:48 -0700 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2025-10-28 19:29:43 +0800 |
| commit | 926319bd337bff2c5aafc372769e197ca88f6b44 (patch) | |
| tree | 0cb26200803ac8d0e93710be93332839c548e014 /dts | |
| parent | b1b5079c7e03f2b3483e901fb0e8bb029e0699e7 (diff) | |
riscv: dts: starfive: jh7110-common: drop mmc post-power-on-delay-ms
Drop post-power-on-delay-ms from mmc0 mmc1 interfaces. There is no
known reason for these properties to continue, testing appears to be fine
without them [1].
1: https://lore.kernel.org/lkml/NT0PR01MB1312E0D9EE9F158A57B77700E63D2@NT0PR01MB1312.CHNPR01.prod.partner.outlook.cn/
Signed-off-by: E Shattow <[email protected]>
Tested-by: Hal Feng <[email protected]>
Signed-off-by: Conor Dooley <[email protected]>
[ upstream commit: b5a861a438d1a456952665cf6167969f01209479 ]
(cherry picked from commit 9c18e97b9be437c97789c9687148f3dd3f25b809)
Diffstat (limited to 'dts')
| -rw-r--r-- | dts/upstream/src/riscv/starfive/jh7110-common.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dts/upstream/src/riscv/starfive/jh7110-common.dtsi b/dts/upstream/src/riscv/starfive/jh7110-common.dtsi index 4fa77ffd54e..5dc15e48b74 100644 --- a/dts/upstream/src/riscv/starfive/jh7110-common.dtsi +++ b/dts/upstream/src/riscv/starfive/jh7110-common.dtsi @@ -285,7 +285,6 @@ mmc-ddr-1_8v; mmc-hs200-1_8v; cap-mmc-hw-reset; - post-power-on-delay-ms = <200>; pinctrl-names = "default"; pinctrl-0 = <&mmc0_pins>; vmmc-supply = <&vcc_3v3>; @@ -302,7 +301,6 @@ cd-gpios = <&sysgpio 41 GPIO_ACTIVE_LOW>; disable-wp; cap-sd-highspeed; - post-power-on-delay-ms = <200>; pinctrl-names = "default"; pinctrl-0 = <&mmc1_pins>; status = "okay"; |
