[U-Boot] [PATCH 6/7] ARM: stm32: fix comment in stm32f7 header file
Michael Kurz
michi.kurz at gmail.com
Tue Nov 1 22:54:21 CET 2016
This patch fixes a comment typo in stm32f7 rcc.h header
Signed-off-by: Michael Kurz <michi.kurz at gmail.com>
---
arch/arm/include/asm/arch-stm32f7/rcc.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/include/asm/arch-stm32f7/rcc.h b/arch/arm/include/asm/arch-stm32f7/rcc.h
index dba6f23..64297ff 100644
--- a/arch/arm/include/asm/arch-stm32f7/rcc.h
+++ b/arch/arm/include/asm/arch-stm32f7/rcc.h
@@ -22,7 +22,7 @@
#define RCC_AHB3ENR 0x38 /* AHB3 peripheral clock enable */
#define RCC_APB1ENR 0x40 /* APB1 peripheral clock enable */
#define RCC_APB2ENR 0x44 /* APB2 peripheral clock enable */
-#define RCC_AHB1LPENR 0x50 /* periph clk enable in low pwr mode */
+#define RCC_AHB1LPENR 0x50 /* AHB1 periph clk enable in low pwr mode */
#define RCC_AHB2LPENR 0x54 /* AHB2 periph clk enable in low pwr mode */
#define RCC_AHB3LPENR 0x58 /* AHB3 periph clk enable in low pwr mode */
#define RCC_APB1LPENR 0x60 /* APB1 periph clk enable in low pwr mode */
--
2.1.4
More information about the U-Boot
mailing list