diff options
author | Eugen Hristev <eugen.hristev@microchip.com> | 2020-07-30 15:50:59 +0300 |
---|---|---|
committer | Eugen Hristev <eugen.hristev@microchip.com> | 2021-01-07 09:44:16 +0200 |
commit | 9b6f157e19ef4bdc0d75b387ec7500c4c275beed (patch) | |
tree | 0128f33d96af597413ece825ecd9eec0ba7353bc | |
parent | b17a268a8cd7142078fb3ab0b629904d3f370425 (diff) | |
download | u-boot-9b6f157e19ef4bdc0d75b387ec7500c4c275beed.tar.gz |
ARM: dts: at91: sama7g5: add assigned clocks for sdmmc1
SDMMC1 requires clock specification with assigned-clocks, such that
the PMC will know which parent to assign and the initial start-up frequency.
Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
-rw-r--r-- | arch/arm/dts/sama7g5.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/dts/sama7g5.dtsi b/arch/arm/dts/sama7g5.dtsi index 17710e4e6f..9e9f84fe06 100644 --- a/arch/arm/dts/sama7g5.dtsi +++ b/arch/arm/dts/sama7g5.dtsi @@ -96,6 +96,9 @@ reg = <0xe1208000 0x300>; clocks = <&pmc PMC_TYPE_PERIPHERAL 81>, <&pmc PMC_TYPE_GCK 81>; clock-names = "hclock", "multclk"; + assigned-clocks = <&pmc PMC_TYPE_GCK 81>; + assigned-clock-rates = <200000000>; + assigned-clock-parents = <&pmc PMC_TYPE_CORE 10>; /* sys pll div. */ status = "disabled"; }; |