From mboxrd@z Thu Jan 1 00:00:00 1970 From: robert.jarzmik@free.fr (Robert Jarzmik) Date: Thu, 28 Dec 2017 08:59:11 +0100 Subject: [PATCH] clk: pxa: unbreak lookup of CLK_POUT In-Reply-To: <20171226133036.11432-1-grinberg@compulab.co.il> (Igor Grinberg's message of "Tue, 26 Dec 2017 15:30:36 +0200") References: <20171226133036.11432-1-grinberg@compulab.co.il> Message-ID: <87vagr706o.fsf@belgarion.home> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Igor Grinberg writes: > Since switching to clk drivers, the CLK_POUT cannot be searched for by > clk_get() API and thus it returns with ENOENT. > Register it with the clk_lookup and thus unbreak the users of it. > > Signed-off-by: Igor Grinberg Acked-by: Robert Jarzmik Cheers. -- Robert