]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: exynos: Extend mapped region for DMC on Exynos5422
authorLukasz Luba <l.luba@partner.samsung.com>
Wed, 2 Oct 2019 06:04:52 +0000 (08:04 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Wed, 2 Oct 2019 17:32:26 +0000 (19:32 +0200)
DMC Adaptive Voltage and Frequency Scaling driver in interrupt mode
needs to access registers at address offset near 0x10000.  These
registers are private DMC performance counters, which might be used
as interrupt trigger when overflow. Potential usage is to skip polling
in devfreq framework and switch to interrupt managed bandwidth control.

Signed-off-by: Lukasz Luba <l.luba@partner.samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/exynos5420.dtsi

index 92c5e0d8a8248be29f698fc99b15b6ab817d0d2f..3293807b99ad51300b7524458f5fc57473746969 100644 (file)
@@ -239,7 +239,7 @@ mmc_2: mmc@12220000 {
 
                dmc: memory-controller@10c20000 {
                        compatible = "samsung,exynos5422-dmc";
-                       reg = <0x10c20000 0x100>, <0x10c30000 0x100>;
+                       reg = <0x10c20000 0x10000>, <0x10c30000 0x10000>;
                        clocks = <&clock CLK_FOUT_SPLL>,
                                 <&clock CLK_MOUT_SCLK_SPLL>,
                                 <&clock CLK_FF_DOUT_SPLL2>,