1
0
Fork 0

ARM: dts: s5pv210: Add DMC nodes

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>
hifive-unleashed-5.1
Paweł Chmiel 2019-01-08 21:05:06 +01:00 committed by Krzysztof Kozlowski
parent c7985d8cb4
commit b99f1870b6
1 changed files with 12 additions and 0 deletions

View File

@ -25,6 +25,8 @@
aliases {
csis0 = &csis0;
dmc0 = &dmc0;
dmc1 = &dmc1;
fimc0 = &fimc0;
fimc1 = &fimc1;
fimc2 = &fimc2;
@ -521,6 +523,16 @@
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>;