Re: [PATCH 2/2 v4] cpufreq: qoriq: Don't look at clock implementation details

2017-02-13 Thread Rafael J. Wysocki
On Mon, Feb 13, 2017 at 4:30 AM, wrote: > From: Tang Yuantian > > Get the CPU clock's potential parent clocks from the clock interface > itself, rather than manually parsing the clocks property to find a > phandle, looking at the clock-names property of that, and assuming that > those are valid

[PATCH 2/2 v4] cpufreq: qoriq: Don't look at clock implementation details

2017-02-12 Thread yuantian.tang
From: Tang Yuantian Get the CPU clock's potential parent clocks from the clock interface itself, rather than manually parsing the clocks property to find a phandle, looking at the clock-names property of that, and assuming that those are valid parent clocks for the cpu clock. This is necessary n