Re: [Patch v2] cpufreq: dt: Add support for hi3660

2017-05-23 Thread Viresh Kumar
On 23-05-17, 16:13, Tao Wang wrote: > Add the compatible string for supporting the generic device tree cpufreq-dt > driver on Hisilicon's 3660 SoC. > > Signed-off-by: Tao Wang > --- > Changes in v2: > - changed order according to Viresh's suggestion > > drivers/cpufreq/cpufreq-dt-platdev.c |

[Patch v2] cpufreq: dt: Add support for hi3660

2017-05-23 Thread Tao Wang
Add the compatible string for supporting the generic device tree cpufreq-dt driver on Hisilicon's 3660 SoC. Signed-off-by: Tao Wang --- Changes in v2: - changed order according to Viresh's suggestion drivers/cpufreq/cpufreq-dt-platdev.c |1 + 1 file changed, 1 insertion(+) diff --git a/dri