]> git.ipfire.org Git - people/ms/u-boot.git/commit
dm: clk: fix PWR_CR3 register's bit 2 name
authorPatrice Chotard <patrice.chotard@st.com>
Mon, 9 Oct 2017 09:41:24 +0000 (11:41 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 16 Oct 2017 13:42:51 +0000 (09:42 -0400)
commit6c1bf6c442612135bbabe0112060c8bae86fdfbc
treea6ddc9eb4cc97ba1f308ea42c1b670f05f897860
parent1b4ce69dc2f92af719ae60891559102048c38c84
dm: clk: fix PWR_CR3 register's bit 2 name

Fix bit 2 name of PWR_CR3 register to match with the
last STM32H7 reference manual available here :

http://www.st.com/content/st_com/en/support/resources/
resource-selector.html?querycriteria=productId=SS1951$$
resourceCategory=technical_literature$$resourceType=reference_manual

Update also comment about voltage scaling 1 values

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Vikas Manocha <vikas.manocha@st.com>
drivers/clk/clk_stm32h7.c