]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: exynos: Add interrupts to DMC controller in Exynos5422
authorLukasz Luba <l.luba@partner.samsung.com>
Wed, 2 Oct 2019 06:04:53 +0000 (08:04 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Wed, 2 Oct 2019 17:32:26 +0000 (19:32 +0200)
Add interrupts to Dynamic Memory Controller in Exynos5422 and Odroid
XU3-family boards. It will be used instead of devfreq polling mode
governor. The interrupt is connected to performance counters private
for DMC, which might track utilisation of the memory channels.

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 3293807b99ad51300b7524458f5fc57473746969..c829bbdc571185e71a72726b5074edc5859f2484 100644 (file)
                dmc: memory-controller@10c20000 {
                        compatible = "samsung,exynos5422-dmc";
                        reg = <0x10c20000 0x10000>, <0x10c30000 0x10000>;
+                       interrupt-parent = <&combiner>;
+                       interrupts = <16 0>, <16 1>;
+                       interrupt-names = "drex_0", "drex_1";
                        clocks = <&clock CLK_FOUT_SPLL>,
                                 <&clock CLK_MOUT_SCLK_SPLL>,
                                 <&clock CLK_FF_DOUT_SPLL2>,