From mboxrd@z Thu Jan 1 00:00:00 1970 From: david@lechnology.com (David Lechner) Date: Fri, 6 Jul 2018 12:40:57 -0500 Subject: [PATCH v3 03/13] clk: davinci: psc-dm644x: use two lookup entries for the aemif clock In-Reply-To: <20180628095748.4462-4-brgl@bgdev.pl> References: <20180628095748.4462-1-brgl@bgdev.pl> <20180628095748.4462-4-brgl@bgdev.pl> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 06/28/2018 04:57 AM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > We want to be able to get the clock both from the board file by its > con_id and from the aemif driver by dev_id. > > Signed-off-by: Bartosz Golaszewski > Reviewed-by: David Lechner > --- Applied to clk-davinci-4.19. Thanks.