Commit 1efd670a authored by Simon Horman's avatar Simon Horman
Browse files

ARM: dts: r8a7791: 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>
parent 6c35a666
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -584,6 +584,7 @@
		dmas = <&dmac0 0xcd>, <&dmac0 0xce>,
		       <&dmac1 0xcd>, <&dmac1 0xce>;
		dma-names = "tx", "rx", "tx", "rx";
		max-frequency = <195000000>;
		power-domains = <&sysc R8A7791_PD_ALWAYS_ON>;
		status = "disabled";
	};
@@ -596,6 +597,7 @@
		dmas = <&dmac0 0xc1>, <&dmac0 0xc2>,
		       <&dmac1 0xc1>, <&dmac1 0xc2>;
		dma-names = "tx", "rx", "tx", "rx";
		max-frequency = <97500000>;
		power-domains = <&sysc R8A7791_PD_ALWAYS_ON>;
		status = "disabled";
	};
@@ -608,6 +610,7 @@
		dmas = <&dmac0 0xd3>, <&dmac0 0xd4>,
		       <&dmac1 0xd3>, <&dmac1 0xd4>;
		dma-names = "tx", "rx", "tx", "rx";
		max-frequency = <97500000>;
		power-domains = <&sysc R8A7791_PD_ALWAYS_ON>;
		status = "disabled";
	};