Skip to content

Commit 7689c2d

Browse files
dlan17Yixun Lan
authored andcommitted
riscv: dts: spacemit: sdhci: add reset support
Request two reset line explicitly for SDHCI controller. Reviewed-by: Javier Martinez Canillas <javierm@redhat.com> Link: https://lore.kernel.org/r/20251223-07-k1-sdhci-reset-v2-3-5b8248cfc522@gentoo.org Signed-off-by: Yixun Lan <dlan@gentoo.org>
1 parent 7d6fe7e commit 7689c2d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • arch/riscv/boot/dts/spacemit

arch/riscv/boot/dts/spacemit/k1.dtsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1168,6 +1168,9 @@
11681168
clocks = <&syscon_apmu CLK_SDH_AXI>,
11691169
<&syscon_apmu CLK_SDH2>;
11701170
clock-names = "core", "io";
1171+
resets = <&syscon_apmu RESET_SDH_AXI>,
1172+
<&syscon_apmu RESET_SDH2>;
1173+
reset-names = "axi", "sdh";
11711174
interrupts = <101>;
11721175
status = "disabled";
11731176
};

0 commit comments

Comments
 (0)