From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966222AbeEJPal (ORCPT ); Thu, 10 May 2018 11:30:41 -0400 Received: from fllnx209.ext.ti.com ([198.47.19.16]:21486 "EHLO fllnx209.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965410AbeEJPaj (ORCPT ); Thu, 10 May 2018 11:30:39 -0400 Subject: Re: [PATCH v3 1/2] clk: davinci: pll-dm355: drop pll2_sysclk2 To: David Lechner , , CC: Michael Turquette , Stephen Boyd , References: <20180509153642.22399-1-david@lechnology.com> <20180509153642.22399-2-david@lechnology.com> From: Sekhar Nori Message-ID: Date: Thu, 10 May 2018 20:59:33 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <20180509153642.22399-2-david@lechnology.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday 09 May 2018 09:06 PM, David Lechner wrote: > This removes pll2_sysclk2 from the TI DM355 clock driver. This SoC > doesn't have such a clock. Also, SYSCLK_ALWAYS_ENABLED is transferred > to pll2_sysclk1 since it drives the DDR and doesn't have another > mechanism to keep it on. > > Reported-by: Sekhar Nori > Signed-off-by: David Lechner I would not have minded the SYSCLK_ALWAYS_ENABLED change to be a separate patch too, but: Acked-by: Sekhar Nori Thanks, Sekhar