]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: s5pv210: Add DMC nodes
authorPaweł Chmiel <pawel.mikolaj.chmiel@gmail.com>
Tue, 8 Jan 2019 20:05:06 +0000 (21:05 +0100)
committerKrzysztof Kozlowski <krzk@kernel.org>
Thu, 10 Jan 2019 19:50:03 +0000 (20:50 +0100)
This commit adds DMC (Dynamic Memory Controller) nodes, which are needed
by S5Pv210 cpufreq driver to work.

Signed-off-by: Paweł Chmiel <pawel.mikolaj.chmiel@gmail.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/s5pv210.dtsi

index cc22c9db80d25568a20e8c345f55f3de147ada6f..b2ecbe6f4453517a5c46b4a03d9b107430f4b233 100644 (file)
@@ -25,6 +25,8 @@ / {
 
        aliases {
                csis0 = &csis0;
+               dmc0 = &dmc0;
+               dmc1 = &dmc1;
                fimc0 = &fimc0;
                fimc1 = &fimc1;
                fimc2 = &fimc2;
@@ -521,6 +523,16 @@ fimd: fimd@f8000000 {
                        status = "disabled";
                };
 
+               dmc0: dmc@f0000000 {
+                       compatible = "samsung,s5pv210-dmc";
+                       reg = <0xf0000000 0x1000>;
+               };
+
+               dmc1: dmc@f1400000 {
+                       compatible = "samsung,s5pv210-dmc";
+                       reg = <0xf1400000 0x1000>;
+               };
+
                g2d: g2d@fa000000 {
                        compatible = "samsung,s5pv210-g2d";
                        reg = <0xfa000000 0x1000>;