commit | 26c04f2c7578f0547879e25d59745a40eaff245b | [log] [tgz] |
---|---|---|
author | Christian Marangi <ansuelsmth@gmail.com> | Mon Jun 24 23:03:29 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Jul 08 11:45:50 2024 -0600 |
tree | a4ccc1a051598a7813027edcdcb5827ca32b0be5 | |
parent | 651d59fbff3c1bedb3a24a5d99dfdd57fc76ee26 [diff] |
spi: mtk_spim: add support for upstream mediatek, spi-ipm compatible Upstream kernel linux use a different compatible mediatek,spi-ipm. Add support for this compatible and add handling for the additional clock similar to how it's done by the upstream driver and handling for all the property enabled by default. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>