Commit 5babb5d4 authored by Simon Horman's avatar Simon Horman

ARM: dts: r8a7794: set maximum frequency for SDHI clocks

Define the upper limit otherwise the driver cannot utilize max speeds.
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
Reviewed-by: default avatarWolfram Sang <wsa+renesas@sang-engineering.com>
parent d3cec922
...@@ -731,6 +731,7 @@ sdhi0: sd@ee100000 { ...@@ -731,6 +731,7 @@ sdhi0: sd@ee100000 {
dmas = <&dmac0 0xcd>, <&dmac0 0xce>, dmas = <&dmac0 0xcd>, <&dmac0 0xce>,
<&dmac1 0xcd>, <&dmac1 0xce>; <&dmac1 0xcd>, <&dmac1 0xce>;
dma-names = "tx", "rx", "tx", "rx"; dma-names = "tx", "rx", "tx", "rx";
max-frequency = <195000000>;
power-domains = <&sysc R8A7794_PD_ALWAYS_ON>; power-domains = <&sysc R8A7794_PD_ALWAYS_ON>;
status = "disabled"; status = "disabled";
}; };
...@@ -743,6 +744,7 @@ sdhi1: sd@ee140000 { ...@@ -743,6 +744,7 @@ sdhi1: sd@ee140000 {
dmas = <&dmac0 0xc1>, <&dmac0 0xc2>, dmas = <&dmac0 0xc1>, <&dmac0 0xc2>,
<&dmac1 0xc1>, <&dmac1 0xc2>; <&dmac1 0xc1>, <&dmac1 0xc2>;
dma-names = "tx", "rx", "tx", "rx"; dma-names = "tx", "rx", "tx", "rx";
max-frequency = <97500000>;
power-domains = <&sysc R8A7794_PD_ALWAYS_ON>; power-domains = <&sysc R8A7794_PD_ALWAYS_ON>;
status = "disabled"; status = "disabled";
}; };
...@@ -755,6 +757,7 @@ sdhi2: sd@ee160000 { ...@@ -755,6 +757,7 @@ sdhi2: sd@ee160000 {
dmas = <&dmac0 0xd3>, <&dmac0 0xd4>, dmas = <&dmac0 0xd3>, <&dmac0 0xd4>,
<&dmac1 0xd3>, <&dmac1 0xd4>; <&dmac1 0xd3>, <&dmac1 0xd4>;
dma-names = "tx", "rx", "tx", "rx"; dma-names = "tx", "rx", "tx", "rx";
max-frequency = <97500000>;
power-domains = <&sysc R8A7794_PD_ALWAYS_ON>; power-domains = <&sysc R8A7794_PD_ALWAYS_ON>;
status = "disabled"; status = "disabled";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment