From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 27 Sep 2018 06:41:45 -0700 Subject: [U-Boot] [PATCH 1/3] aspeed: ast2500: Add AHB clock In-Reply-To: <20180910141655.20944-2-clg@kaod.org> References: <20180910141655.20944-1-clg@kaod.org> <20180910141655.20944-2-clg@kaod.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de On 10 September 2018 at 07:16, Cédric Le Goater wrote: > The AHB clock is used by the FMC/SPI controllers. > > Signed-off-by: Cédric Le Goater > --- > arch/arm/include/asm/arch-aspeed/scu_ast2500.h | 2 ++ > include/dt-bindings/clock/ast2500-scu.h | 1 + > drivers/clk/aspeed/clk_ast2500.c | 12 ++++++++++++ > 3 files changed, 15 insertions(+) Reviewed-by: Simon Glass