Re: [RFC 2/5] ARM: dts: add support for opp-v2 for omap34xx and omap36xx

2019-09-02 Thread H. Nikolaus Schaller
> Am 03.09.2019 um 04:38 schrieb Viresh Kumar : > > On 02-09-19, 12:55, H. Nikolaus Schaller wrote: >> +opp1-12500 { >> +opp-hz = /bits/ 64 <12500>; >> +// we currently only select the max voltage from table >> Table 3-3 of the

Re: [RFC 2/5] ARM: dts: add support for opp-v2 for omap34xx and omap36xx

2019-09-02 Thread Viresh Kumar
On 03-09-19, 08:08, Viresh Kumar wrote: > On 02-09-19, 12:55, H. Nikolaus Schaller wrote: > > + opp1-12500 { > > + opp-hz = /bits/ 64 <12500>; > > + // we currently only select the max voltage from table > > Table 3-3 of the omap3530 Data

Re: [RFC 2/5] ARM: dts: add support for opp-v2 for omap34xx and omap36xx

2019-09-02 Thread Viresh Kumar
On 02-09-19, 12:55, H. Nikolaus Schaller wrote: > + opp1-12500 { > + opp-hz = /bits/ 64 <12500>; > + // we currently only select the max voltage from table > Table 3-3 of the omap3530 Data sheet (SPRS507F) > + //

[RFC 2/5] ARM: dts: add support for opp-v2 for omap34xx and omap36xx

2019-09-02 Thread H. Nikolaus Schaller
In addition, move omap3 from whitelist to blacklist in cpufreq-dt-platdev in the same patch, because doing either first breaks operation and may make trouble in bisect. Signed-off-by: H. Nikolaus Schaller --- arch/arm/boot/dts/omap34xx.dtsi | 59 +++-