diff options
author | Ben Hutchings <ben.hutchings@codethink.co.uk> | 2016-04-01 11:44:38 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-04-20 23:22:32 -0400 |
commit | 22f708b057dbe3ab4aa53c76b5f3051743784777 (patch) | |
tree | 4de28de4fd76df9920acc64f6349032ecf681aed | |
parent | 26dba29689aef1135378ab8783157debe1314bce (diff) |
ARM: dts: r8a7790: Set maximum frequencies for SDHI clocks
Taken from the datasheet.
Signed-off-by: Ben Hutchings <ben.hutchings@codethink.co.uk>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/boot/dts/r8a7790.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi index 7486fcf985c4..b920facb0c3b 100644 --- a/arch/arm/boot/dts/r8a7790.dtsi +++ b/arch/arm/boot/dts/r8a7790.dtsi | |||
@@ -589,6 +589,7 @@ | |||
589 | clocks = <&mstp3_clks R8A7790_CLK_SDHI0>; | 589 | clocks = <&mstp3_clks R8A7790_CLK_SDHI0>; |
590 | dmas = <&dmac1 0xcd>, <&dmac1 0xce>; | 590 | dmas = <&dmac1 0xcd>, <&dmac1 0xce>; |
591 | dma-names = "tx", "rx"; | 591 | dma-names = "tx", "rx"; |
592 | max-frequency = <156000000>; | ||
592 | power-domains = <&cpg_clocks>; | 593 | power-domains = <&cpg_clocks>; |
593 | status = "disabled"; | 594 | status = "disabled"; |
594 | }; | 595 | }; |
@@ -600,6 +601,7 @@ | |||
600 | clocks = <&mstp3_clks R8A7790_CLK_SDHI1>; | 601 | clocks = <&mstp3_clks R8A7790_CLK_SDHI1>; |
601 | dmas = <&dmac1 0xc9>, <&dmac1 0xca>; | 602 | dmas = <&dmac1 0xc9>, <&dmac1 0xca>; |
602 | dma-names = "tx", "rx"; | 603 | dma-names = "tx", "rx"; |
604 | max-frequency = <156000000>; | ||
603 | power-domains = <&cpg_clocks>; | 605 | power-domains = <&cpg_clocks>; |
604 | status = "disabled"; | 606 | status = "disabled"; |
605 | }; | 607 | }; |
@@ -611,6 +613,7 @@ | |||
611 | clocks = <&mstp3_clks R8A7790_CLK_SDHI2>; | 613 | clocks = <&mstp3_clks R8A7790_CLK_SDHI2>; |
612 | dmas = <&dmac1 0xc1>, <&dmac1 0xc2>; | 614 | dmas = <&dmac1 0xc1>, <&dmac1 0xc2>; |
613 | dma-names = "tx", "rx"; | 615 | dma-names = "tx", "rx"; |
616 | max-frequency = <97500000>; | ||
614 | power-domains = <&cpg_clocks>; | 617 | power-domains = <&cpg_clocks>; |
615 | status = "disabled"; | 618 | status = "disabled"; |
616 | }; | 619 | }; |
@@ -622,6 +625,7 @@ | |||
622 | clocks = <&mstp3_clks R8A7790_CLK_SDHI3>; | 625 | clocks = <&mstp3_clks R8A7790_CLK_SDHI3>; |
623 | dmas = <&dmac1 0xd3>, <&dmac1 0xd4>; | 626 | dmas = <&dmac1 0xd3>, <&dmac1 0xd4>; |
624 | dma-names = "tx", "rx"; | 627 | dma-names = "tx", "rx"; |
628 | max-frequency = <97500000>; | ||
625 | power-domains = <&cpg_clocks>; | 629 | power-domains = <&cpg_clocks>; |
626 | status = "disabled"; | 630 | status = "disabled"; |
627 | }; | 631 | }; |