mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 00:39:30 -04:00
arm64: dts: qcom: sdm630: Add missing resets to mmc blocks
Add resets to eMMC/SD card blocks so linux can properly reset them during initialization. Signed-off-by: Alexey Minnekhanov <alexeymin@postmarketos.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Link: https://lore.kernel.org/r/20250203063427.358327-4-alexeymin@postmarketos.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
7cfc492d0d
commit
0e2a500eff
@@ -1379,6 +1379,7 @@ sdhc_2: mmc@c084000 {
|
||||
<&xo_board>;
|
||||
clock-names = "iface", "core", "xo";
|
||||
|
||||
resets = <&gcc GCC_SDCC2_BCR>;
|
||||
|
||||
interconnects = <&a2noc 3 &a2noc 10>,
|
||||
<&gnoc 0 &cnoc 28>;
|
||||
@@ -1433,6 +1434,8 @@ sdhc_1: mmc@c0c4000 {
|
||||
<&gcc GCC_SDCC1_ICE_CORE_CLK>;
|
||||
clock-names = "iface", "core", "xo", "ice";
|
||||
|
||||
resets = <&gcc GCC_SDCC1_BCR>;
|
||||
|
||||
interconnects = <&a2noc 2 &a2noc 10>,
|
||||
<&gnoc 0 &cnoc 27>;
|
||||
interconnect-names = "sdhc-ddr", "cpu-sdhc";
|
||||
|
||||
Reference in New Issue
Block a user