i2c: stm32f7: add a new st, stm32mp15-i2c compatible
authorAlain Volmat <alain.volmat@st.com>
Mon, 2 Mar 2020 11:33:16 +0000 (12:33 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Tue, 10 Mar 2020 11:16:51 +0000 (12:16 +0100)
commit0f8205640784a263bf9fead2729a0820dae01eee
treeabfe9c33deca49281437537b14bd08fb73cc516b
parent3347ea9bafe76305ac5305fc6eebefbc5e046d49
i2c: stm32f7: add a new st, stm32mp15-i2c compatible

Add a new stm32mp15 specific compatible to handle FastMode+
registers handling which is different on the stm32mp15 compared
to the stm32f7 or stm32h7.
Indeed, on the stm32mp15, the FastMode+ set and clear registers
are separated while on the other platforms (F7 or H7) the control
is done in a unique register.

Signed-off-by: Alain Volmat <alain.volmat@st.com>
Reviewed-by: Pierre-Yves MORDRET <pierre-yves.mordret@st.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-stm32f7.c