Skip to content

Commit

Permalink
ARM: dts: r8a7790: Set maximum frequencies for SDHI clocks
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ben Hutchings authored and Simon Horman committed Apr 21, 2016
1 parent 26dba29 commit 22f708b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/r8a7790.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,7 @@
clocks = <&mstp3_clks R8A7790_CLK_SDHI0>;
dmas = <&dmac1 0xcd>, <&dmac1 0xce>;
dma-names = "tx", "rx";
max-frequency = <156000000>;
power-domains = <&cpg_clocks>;
status = "disabled";
};
Expand All @@ -600,6 +601,7 @@
clocks = <&mstp3_clks R8A7790_CLK_SDHI1>;
dmas = <&dmac1 0xc9>, <&dmac1 0xca>;
dma-names = "tx", "rx";
max-frequency = <156000000>;
power-domains = <&cpg_clocks>;
status = "disabled";
};
Expand All @@ -611,6 +613,7 @@
clocks = <&mstp3_clks R8A7790_CLK_SDHI2>;
dmas = <&dmac1 0xc1>, <&dmac1 0xc2>;
dma-names = "tx", "rx";
max-frequency = <97500000>;
power-domains = <&cpg_clocks>;
status = "disabled";
};
Expand All @@ -622,6 +625,7 @@
clocks = <&mstp3_clks R8A7790_CLK_SDHI3>;
dmas = <&dmac1 0xd3>, <&dmac1 0xd4>;
dma-names = "tx", "rx";
max-frequency = <97500000>;
power-domains = <&cpg_clocks>;
status = "disabled";
};
Expand Down

0 comments on commit 22f708b

Please sign in to comment.