From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Thu, 21 Mar 2013 13:10:47 +0100 Subject: [PATCH 2/6] clk: ux500: pass clock base adresses in init call In-Reply-To: <1363866553-15054-3-git-send-email-linus.walleij@stericsson.com> References: <1363866553-15054-1-git-send-email-linus.walleij@stericsson.com> <1363866553-15054-3-git-send-email-linus.walleij@stericsson.com> Message-ID: <1728049.C7hP24pAtu@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thursday 21 March 2013 12:49:09 Linus Walleij wrote: > From: Linus Walleij > > The ux500 clock driver was including > which will not work when building for multiplatform support > since is going away. > > Pass the base adresses in the init call instead. > > Cc: Ulf Hansson > Cc: Mike Turquette > Signed-off-by: Linus Walleij It would be nicer to read the base addresses from DT properties and convert the driver to use CLK_OF_DECLARE(), but this works too, and it leaves the non-DT path alone for now. Acked-by: Arnd Bergmann