clk: stm32mp1: correct CKSELR masks
authorPatrick Delaunay <patrick.delaunay@st.com>
Mon, 9 Mar 2020 13:59:22 +0000 (14:59 +0100)
committerPatrick Delaunay <patrick.delaunay@st.com>
Tue, 24 Mar 2020 13:18:09 +0000 (14:18 +0100)
commit69ffb5577a0fa4d47e34a7684861d88e556f1d48
treec22256e508e19393259d622daedad43531edb962
parent40e70ab8855f7a846527802a7fe8eec41f6517f8
clk: stm32mp1: correct CKSELR masks

Correct three masks used to access on the RCC register
RCC_QSPICKSELR, RCC_FMCCKSELR and RCC_ADCCKSELR: only 3 bits.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Acked-by: Patrice Chotard <patrice.chotard@st.com>
drivers/clk/clk_stm32mp1.c