Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751923AbdCBLOr (ORCPT ); Thu, 2 Mar 2017 06:14:47 -0500 Received: from mail-pf0-f174.google.com ([209.85.192.174]:36656 "EHLO mail-pf0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750915AbdCBLOn (ORCPT ); Thu, 2 Mar 2017 06:14:43 -0500 Date: Thu, 2 Mar 2017 16:37:02 +0530 From: Viresh Kumar To: Daniel Kurtz Cc: Yidi Lin , Nicolas Boichat , "Rafael J. Wysocki" , Matthias Brugger , "open list:CPU FREQUENCY DRIVERS" , open list , "moderated list:ARM/Mediatek SoC support" , "moderated list:ARM/Mediatek SoC support" Subject: Re: [PATCH 2/2 v2] cpufreq: mediatek: Add support for MT8176 and MT817x Message-ID: <20170302110702.GD13760@vireshk-i7> References: <20170302110345.184924-1-djkurtz@chromium.org> <20170302110345.184924-2-djkurtz@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170302110345.184924-2-djkurtz@chromium.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 866 Lines: 27 On 02-03-17, 19:03, Daniel Kurtz wrote: > The Mediatek MT8173 is just one of several SOCs from the same MT817x family, > including the 6-core (4-little/2-big) MT8176. > > The mt8173-cpufreq driver supports all of these SOCs, however, machines > using them may use a different machine compatible. > > Since this driver checks explicitly for the machine compatible string, add > support for the whole family. > > Signed-off-by: Daniel Kurtz > --- > This patch is based on the compatibles added by the MT8176 series: > > https://patchwork.kernel.org/patch/9573209/ > https://patchwork.kernel.org/patch/9573213/ > > v2: > - use of_match_node (Thanks, Viresh!) > > drivers/cpufreq/mt8173-cpufreq.c | 21 ++++++++++++++++++++- > 1 file changed, 20 insertions(+), 1 deletion(-) Acked-by: Viresh Kumar -- viresh