]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: dts: r8a7791: set maximum frequency for SDHI clocks
authorSimon Horman <horms+renesas@verge.net.au>
Tue, 13 Sep 2016 10:57:01 +0000 (12:57 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 17 Oct 2016 06:20:02 +0000 (08:20 +0200)
Define the upper limit otherwise the driver cannot utilize max speeds.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7791.dtsi

index 162b55c665a3519ea9f6895b93c7ddd6b6cfc909..b07c799f72f2a5d8cc728b19aa64e6cdc52ab6d8 100644 (file)
                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";
        };
                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";
        };
                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";
        };