Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1300076 > unrolled thread

Nokia N900: Adjust MPU OPP values

Started byPali Rohár <pali.rohar@gmail.com>
First post2016-01-02 15:40 +0100
Last post2016-01-05 10:00 +0100
Articles 4 — 3 participants

Back to article view | Back to linux.kernel


Contents

  Nokia N900: Adjust MPU OPP values Pali Rohár <pali.rohar@gmail.com> - 2016-01-02 15:40 +0100
    Re: Nokia N900: Adjust MPU OPP values Tony Lindgren <tony@atomide.com> - 2016-01-02 18:20 +0100
      Re: Nokia N900: Adjust MPU OPP values Nishanth Menon <menon.nishanth@gmail.com> - 2016-01-02 21:40 +0100
        Re: Nokia N900: Adjust MPU OPP values Pali Rohár <pali.rohar@gmail.com> - 2016-01-05 10:00 +0100

#1300076 — Nokia N900: Adjust MPU OPP values

FromPali Rohár <pali.rohar@gmail.com>
Date2016-01-02 15:40 +0100
SubjectNokia N900: Adjust MPU OPP values
Message-ID<qMvvz-OH-11@gated-at.bofh.it>

[Multipart message — attachments visible in raw view] — view raw

Hello,

MPU OPP table table (omap36xx_vddcore_volt_data) defined in
opp3xxx_data.c does not match Nokia N900 phone. For a long time we have
dirty patch in linux-n900 tree for it, see:

https://github.com/pali/linux-n900/commit/4644c5801d7469e2be01d847c61df3d934dadd8c

Now when doing transition to device tree, is there any way how correct
MPU OOP table for Nokia N900 could be defined in DT file?

-- 
Pali Rohár
pali.rohar@gmail.com

[toc] | [next] | [standalone]


#1300096

FromTony Lindgren <tony@atomide.com>
Date2016-01-02 18:20 +0100
Message-ID<qMy0p-2tx-5@gated-at.bofh.it>
In reply to#1300076
* Pali Rohár <pali.rohar@gmail.com> [160102 06:31]:
> Hello,
> 
> MPU OPP table table (omap36xx_vddcore_volt_data) defined in
> opp3xxx_data.c does not match Nokia N900 phone. For a long time we have
> dirty patch in linux-n900 tree for it, see:
> 
> https://github.com/pali/linux-n900/commit/4644c5801d7469e2be01d847c61df3d934dadd8c
> 
> Now when doing transition to device tree, is there any way how correct
> MPU OOP table for Nokia N900 could be defined in DT file?

Hmm I'd assume we can just define this in the dts.. Nishanth, got
any comments on this one?

Regards,

Tony

--
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/

[toc] | [prev] | [next] | [standalone]


#1300117

FromNishanth Menon <menon.nishanth@gmail.com>
Date2016-01-02 21:40 +0100
Message-ID<qMB7X-4lr-3@gated-at.bofh.it>
In reply to#1300096
On 01/02/2016 11:16 AM, Tony Lindgren wrote:
> * Pali Rohár <pali.rohar@gmail.com> [160102 06:31]:
>> Hello,
>>
>> MPU OPP table table (omap36xx_vddcore_volt_data) defined in
>> opp3xxx_data.c does not match Nokia N900 phone. For a long time we have
>> dirty patch in linux-n900 tree for it, see:
>>
>> https://github.com/pali/linux-n900/commit/4644c5801d7469e2be01d847c61df3d934dadd8c
>>
>> Now when doing transition to device tree, is there any way how correct
>> MPU OOP table for Nokia N900 could be defined in DT file?
> 
> Hmm I'd assume we can just define this in the dts.. Nishanth, got
> any comments on this one?
> 

We already have definitions in dtb for omap3 OPPs. I think we should
start using device tree as default. the oppxx_data.c is sticking around
waiting for legacy boot to go away, then those files should be deleted.


-- 
Regards,
Nishanth Menon
--
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/

[toc] | [prev] | [next] | [standalone]


#1301334

FromPali Rohár <pali.rohar@gmail.com>
Date2016-01-05 10:00 +0100
Message-ID<qNvDc-84L-13@gated-at.bofh.it>
In reply to#1300117
On Saturday 02 January 2016 14:38:36 Nishanth Menon wrote:
> On 01/02/2016 11:16 AM, Tony Lindgren wrote:
> > * Pali Rohár <pali.rohar@gmail.com> [160102 06:31]:
> >> Hello,
> >>
> >> MPU OPP table table (omap36xx_vddcore_volt_data) defined in
> >> opp3xxx_data.c does not match Nokia N900 phone. For a long time we have
> >> dirty patch in linux-n900 tree for it, see:
> >>
> >> https://github.com/pali/linux-n900/commit/4644c5801d7469e2be01d847c61df3d934dadd8c
> >>
> >> Now when doing transition to device tree, is there any way how correct
> >> MPU OOP table for Nokia N900 could be defined in DT file?
> > 
> > Hmm I'd assume we can just define this in the dts.. Nishanth, got
> > any comments on this one?
> > 
> 
> We already have definitions in dtb for omap3 OPPs. I think we should
> start using device tree as default. the oppxx_data.c is sticking around
> waiting for legacy boot to go away, then those files should be deleted.
> 

Freemangordon, maybe... would it be possible to add (now stable and
tested by lot of users) OPP table from Maemo kernel-power to DTS?

-- 
Pali Rohár
pali.rohar@gmail.com
--
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/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web