Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1275939
| From | "Rafael J. Wysocki" <rjw@rjwysocki.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH V3 5/5] ARM: dts: exynos4412: Rename OPP nodes as opp@<opp-hz> |
| Date | 2015-11-23 23:50 +0100 |
| Message-ID | <qy85Q-85p-9@gated-at.bofh.it> (permalink) |
| References | <qttDX-59m-3@gated-at.bofh.it> <qttDX-59m-5@gated-at.bofh.it> <qy7W9-80K-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tuesday, November 24, 2015 12:04:00 AM Rafael J. Wysocki wrote:
> On Wednesday, November 11, 2015 08:10:58 AM Viresh Kumar wrote:
> > OPP bindings got updated to name OPP nodes this way, make changes
> > according to that.
> >
> > Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
> > Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
> > ---
> > arch/arm/boot/dts/exynos4412.dtsi | 28 ++++++++++++++--------------
> > 1 file changed, 14 insertions(+), 14 deletions(-)
> >
> > diff --git a/arch/arm/boot/dts/exynos4412.dtsi b/arch/arm/boot/dts/exynos4412.dtsi
> > index 294cfe40388d..40beede46e55 100644
> > --- a/arch/arm/boot/dts/exynos4412.dtsi
> > +++ b/arch/arm/boot/dts/exynos4412.dtsi
> > @@ -64,73 +64,73 @@
> > compatible = "operating-points-v2";
> > opp-shared;
> >
> > - opp00 {
> > + opp@200000000 {
> > opp-hz = /bits/ 64 <200000000>;
> > opp-microvolt = <900000>;
> > clock-latency-ns = <200000>;
> > };
> > - opp01 {
> > + opp@300000000 {
> > opp-hz = /bits/ 64 <300000000>;
> > opp-microvolt = <900000>;
> > clock-latency-ns = <200000>;
> > };
> > - opp02 {
> > + opp@400000000 {
> > opp-hz = /bits/ 64 <400000000>;
> > opp-microvolt = <925000>;
> > clock-latency-ns = <200000>;
> > };
> > - opp03 {
> > + opp@500000000 {
> > opp-hz = /bits/ 64 <500000000>;
> > opp-microvolt = <950000>;
> > clock-latency-ns = <200000>;
> > };
> > - opp04 {
> > + opp@600000000 {
> > opp-hz = /bits/ 64 <600000000>;
> > opp-microvolt = <975000>;
> > clock-latency-ns = <200000>;
> > };
> > - opp05 {
> > + opp@700000000 {
> > opp-hz = /bits/ 64 <700000000>;
> > opp-microvolt = <987500>;
> > clock-latency-ns = <200000>;
> > };
> > - opp06 {
> > + opp@800000000 {
> > opp-hz = /bits/ 64 <800000000>;
> > opp-microvolt = <1000000>;
> > clock-latency-ns = <200000>;
> > opp-suspend;
> > };
> > - opp07 {
> > + opp@900000000 {
> > opp-hz = /bits/ 64 <900000000>;
> > opp-microvolt = <1037500>;
> > clock-latency-ns = <200000>;
> > };
> > - opp08 {
> > + opp@1000000000 {
> > opp-hz = /bits/ 64 <1000000000>;
> > opp-microvolt = <1087500>;
> > clock-latency-ns = <200000>;
> > };
> > - opp09 {
> > + opp@1100000000 {
> > opp-hz = /bits/ 64 <1100000000>;
> > opp-microvolt = <1137500>;
> > clock-latency-ns = <200000>;
> > };
> > - opp10 {
> > + opp@1200000000 {
> > opp-hz = /bits/ 64 <1200000000>;
> > opp-microvolt = <1187500>;
> > clock-latency-ns = <200000>;
> > };
> > - opp11 {
> > + opp@1300000000 {
> > opp-hz = /bits/ 64 <1300000000>;
> > opp-microvolt = <1250000>;
> > clock-latency-ns = <200000>;
> > };
> > - opp12 {
> > + opp@1400000000 {
> > opp-hz = /bits/ 64 <1400000000>;
> > opp-microvolt = <1287500>;
> > clock-latency-ns = <200000>;
> > };
> > - opp13 {
> > + opp@1500000000 {
> > opp-hz = /bits/ 64 <1500000000>;
> > opp-microvolt = <1350000>;
> > clock-latency-ns = <200000>;
> >
>
> This one doesn't apply for me on top of the current Linus' tree, so please
> update.
Scratch that, my bad. Sorry.
Thanks,
Rafael
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: [PATCH V3 5/5] ARM: dts: exynos4412: Rename OPP nodes as opp@<opp-hz> "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2015-11-23 23:40 +0100 Re: [PATCH V3 5/5] ARM: dts: exynos4412: Rename OPP nodes as opp@<opp-hz> "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2015-11-23 23:50 +0100
csiph-web