From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH] clk: keystone: Enable TISCI clocks if K3_ARCH To: Nishanth Menon , Santosh Shilimkar , Stephen Boyd , Michael Turquette Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, t-kristo@ti.com, tony@atomide.com, linux-clk@vger.kernel.org References: <20180828005056.27326-1-nm@ti.com> From: Santosh Shilimkar Message-ID: Date: Mon, 27 Aug 2018 17:55:21 -0700 MIME-Version: 1.0 In-Reply-To: <20180828005056.27326-1-nm@ti.com> Content-Type: text/plain; charset=utf-8; format=flowed List-ID: On 8/27/2018 5:50 PM, Nishanth Menon wrote: > K3_ARCH uses TISCI for clocks as well. Enable the same > for the driver support. > > Signed-off-by: Nishanth Menon > --- > > Ref: https://patchwork.kernel.org/patch/10447677/ > > Since ARCH_K3 only got integrated in v4.19-rc1, rebased to v4.19-rc1 tag.. > > drivers/clk/Makefile | 1 + > drivers/clk/keystone/Kconfig | 2 +- > 2 files changed, 2 insertions(+), 1 deletion(-) > Acked-by: Santosh Shilimkar