]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm64: zynqmp: Add resets property to sdhci nodes
authorSai Krishna Potthuri <lakshmi.sai.krishna.potthuri@xilinx.com>
Mon, 28 Feb 2022 14:59:29 +0000 (15:59 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 29 Mar 2022 07:12:58 +0000 (09:12 +0200)
Add "resets" property to sdhci nodes.
resets property is used to reset the SD host controller when
dynamic configuration support is enabled.

Signed-off-by: Sai Krishna Potthuri <lakshmi.sai.krishna.potthuri@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Link: https://lore.kernel.org/r/f1fe39259c45a37aae56c2835ee8ba187c889d25.1646060367.git.michal.simek@xilinx.com
arch/arm/dts/zynqmp.dtsi

index 755a4ed2e5157c3517de0f2b8770a4b1c6d7d697..c44260885023036fd759e232505172cf1b15e330 100644 (file)
                        #clock-cells = <1>;
                        clock-output-names = "clk_out_sd0", "clk_in_sd0";
                        power-domains = <&zynqmp_firmware PD_SD_0>;
+                       resets = <&zynqmp_reset ZYNQMP_RESET_SDIO0>;
                };
 
                sdhci1: mmc@ff170000 {
                        #clock-cells = <1>;
                        clock-output-names = "clk_out_sd1", "clk_in_sd1";
                        power-domains = <&zynqmp_firmware PD_SD_1>;
+                       resets = <&zynqmp_reset ZYNQMP_RESET_SDIO1>;
                };
 
                smmu: iommu@fd800000 {