Commit 0e2a500e authored by Alexey Minnekhanov's avatar Alexey Minnekhanov Committed by Bjorn Andersson
Browse files

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: default avatarAlexey Minnekhanov <alexeymin@postmarketos.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250203063427.358327-4-alexeymin@postmarketos.org


Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 7cfc492d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";