diff options
author | Dinh Nguyen <dinguyen@kernel.org> | 2022-09-16 03:45:37 +0200 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2022-11-18 18:13:49 +0100 |
commit | 31354121bf03dac6498a4236928a38490745d601 (patch) | |
tree | e83efb74aa6e0753f70752d08434cd1ba672aab2 /arch/arm64/boot/dts/intel/socfpga_agilex.dtsi | |
parent | arm: dts: socfpga: Add clk-phase-sd-hs property to the sdmmc node (diff) | |
download | linux-31354121bf03dac6498a4236928a38490745d601.tar.xz linux-31354121bf03dac6498a4236928a38490745d601.zip |
arm64: dts: socfpga: Add clk-phase-sd-hs property to the sdmmc node
The sdmmc controller's CIU(Card Interface Unit) clock's phase can be
adjusted through the register in the system manager. Add the binding
"altr,sysmgr-syscon" to the SDMMC node for the driver to access the
system manager. Add the "clk-phase-sd-hs" property in the SDMMC node to
designate the smpsel and drvsel properties for the CIU clock.
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/intel/socfpga_agilex.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/intel/socfpga_agilex.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi b/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi index 7bbec8aafa62..849b46dd8098 100644 --- a/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi +++ b/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi @@ -313,6 +313,7 @@ <&clkmgr AGILEX_SDMMC_CLK>; clock-names = "biu", "ciu"; iommus = <&smmu 5>; + altr,sysmgr-syscon = <&sysmgr 0x28 4>; status = "disabled"; }; |