mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
arm64: zynqmp: Add resets property to sdhci nodes
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> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/8f8592d6454c024c8f8b92e56c9009c65ad1d54a.1683034376.git.michal.simek@amd.com
This commit is contained in:
committed by
Michal Simek
parent
9a18fb5981
commit
6ae507f09e
@@ -740,6 +740,7 @@
|
||||
#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 {
|
||||
@@ -753,6 +754,7 @@
|
||||
#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 {
|
||||
|
||||
Reference in New Issue
Block a user