Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752725AbdHVWyY (ORCPT ); Tue, 22 Aug 2017 18:54:24 -0400 Received: from gloria.sntech.de ([95.129.55.99]:49642 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751673AbdHVWyX (ORCPT ); Tue, 22 Aug 2017 18:54:23 -0400 From: Heiko Stuebner To: Andy Yan Cc: rjw@rjwysocki.net, viresh.kumar@linaro.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org Subject: Re: [PATCH 2/2] cpufreq: dt: add support for rockchip rv1108 Date: Wed, 23 Aug 2017 00:54:16 +0200 Message-ID: <6567826.8kgXcQafq2@phil> User-Agent: KMail/5.2.3 (Linux/4.11.0-1-amd64; KDE/5.28.0; x86_64; ; ) In-Reply-To: <1503306624-28937-1-git-send-email-andy.yan@rock-chips.com> References: <1503306404-28876-1-git-send-email-andy.yan@rock-chips.com> <1503306624-28937-1-git-send-email-andy.yan@rock-chips.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 269 Lines: 7 Am Montag, 21. August 2017, 17:10:24 CEST schrieb Andy Yan: > Add the compatible string to support the generic device tree > cpufreq-dt driver on rockchip rv1108 soc. > > Signed-off-by: Andy Yan Reviewed-by: Heiko Stuebner