Skip to content

Commit

Permalink
ARM: dts: r8a7790: fix max-frequency for SDHI
Browse files Browse the repository at this point in the history
The wrong values come from an old datasheet (H2 v0.6). Anything later
has the fixed value of 195MHz (H2 v0.7 up to Gen2-common V2.0).

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
  • Loading branch information
Wolfram Sang authored and Simon Horman committed Apr 25, 2016
1 parent 7e2a1bc commit 21c7d0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/r8a7790.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@
clocks = <&mstp3_clks R8A7790_CLK_SDHI0>;
dmas = <&dmac1 0xcd>, <&dmac1 0xce>;
dma-names = "tx", "rx";
max-frequency = <156000000>;
max-frequency = <195000000>;
power-domains = <&cpg_clocks>;
status = "disabled";
};
Expand All @@ -601,7 +601,7 @@
clocks = <&mstp3_clks R8A7790_CLK_SDHI1>;
dmas = <&dmac1 0xc9>, <&dmac1 0xca>;
dma-names = "tx", "rx";
max-frequency = <156000000>;
max-frequency = <195000000>;
power-domains = <&cpg_clocks>;
status = "disabled";
};
Expand Down

0 comments on commit 21c7d0f

Please sign in to comment.