mbox series

[U-Boot,0/2] STM32H7 clock fixes

Message ID 1507542084-15068-1-git-send-email-patrice.chotard@st.com
Headers show
Series STM32H7 clock fixes | expand

Message

Patrice CHOTARD Oct. 9, 2017, 9:41 a.m. UTC
From: Patrice Chotard <patrice.chotard@st.com>

This series updates:
	_ some comment and define's name to match STM32H7 Reference manual available on www.st.com
	_ remove useless macro

There is no functionnal changes.

Patrice Chotard (2):
  dm: clk: remove CLK() macro for clk_stm32h7
  dm: clk: fix PWR_CR3 register's bit 2 name

 drivers/clk/clk_stm32h7.c | 231 ++++++++++++++++++++++------------------------
 1 file changed, 112 insertions(+), 119 deletions(-)