Message ID | 20190110205215.22030-2-pawel.mikolaj.chmiel@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | ARM: dts: s5pv210: Enable cpufreq support | expand |
On Thu, 10 Jan 2019 at 21:53, Paweł Chmiel <pawel.mikolaj.chmiel@gmail.com> wrote: > > This commit adds dmc nodes, which are needed by s5pv210 cpufreq driver > to work. > > Signed-off-by: Paweł Chmiel <pawel.mikolaj.chmiel@gmail.com> > --- > arch/arm/boot/dts/s5pv210.dtsi | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > Thanks, applied (actually I applied v1 - I hope there were no changes). Best regards, Krzysztof
On 11-01-19, 09:32, Krzysztof Kozlowski wrote: > On Thu, 10 Jan 2019 at 21:53, Paweł Chmiel > <pawel.mikolaj.chmiel@gmail.com> wrote: > > > > This commit adds dmc nodes, which are needed by s5pv210 cpufreq driver > > to work. > > > > Signed-off-by: Paweł Chmiel <pawel.mikolaj.chmiel@gmail.com> > > --- > > arch/arm/boot/dts/s5pv210.dtsi | 12 ++++++++++++ > > 1 file changed, 12 insertions(+) > > > > Thanks, applied (actually I applied v1 - I hope there were no changes). Would you like to Ack the other patches so that I can apply them ?
On Fri, 11 Jan 2019 at 10:41, Viresh Kumar <viresh.kumar@linaro.org> wrote: > > On 11-01-19, 09:32, Krzysztof Kozlowski wrote: > > On Thu, 10 Jan 2019 at 21:53, Paweł Chmiel > > <pawel.mikolaj.chmiel@gmail.com> wrote: > > > > > > This commit adds dmc nodes, which are needed by s5pv210 cpufreq driver > > > to work. > > > > > > Signed-off-by: Paweł Chmiel <pawel.mikolaj.chmiel@gmail.com> > > > --- > > > arch/arm/boot/dts/s5pv210.dtsi | 12 ++++++++++++ > > > 1 file changed, 12 insertions(+) > > > > > > > Thanks, applied (actually I applied v1 - I hope there were no changes). > > Would you like to Ack the other patches so that I can apply them ? Sure, let me take a look. Anyway, I will take patch 4/4 (defconfig). I left it for later because of ongoing discussion. Best regards, Krzysztof
diff --git a/arch/arm/boot/dts/s5pv210.dtsi b/arch/arm/boot/dts/s5pv210.dtsi index e9613418228d..2d55a3a6e79e 100644 --- a/arch/arm/boot/dts/s5pv210.dtsi +++ b/arch/arm/boot/dts/s5pv210.dtsi @@ -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>;
This commit adds dmc nodes, which are needed by s5pv210 cpufreq driver to work. Signed-off-by: Paweł Chmiel <pawel.mikolaj.chmiel@gmail.com> --- arch/arm/boot/dts/s5pv210.dtsi | 12 ++++++++++++ 1 file changed, 12 insertions(+)