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 92c5e0d..3293807 100644 (file)
 
                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>,