mediatek: i2c: mt65xx: allow optional pmic clock
authorDaniel Golle <daniel@makrotopia.org>
Sat, 26 Aug 2023 21:26:37 +0000 (22:26 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Mon, 28 Aug 2023 12:55:38 +0000 (13:55 +0100)
commit2544dc34f2a6e5721096ee62efa66d36d45b2dd1
treec73073a99de724d1275c3c02b7e3352e685d9a60
parent69a498f95304ca9bea9276317ea4cc9fc784f510
mediatek: i2c: mt65xx: allow optional pmic clock

Using the I2C host controller on the MT7981 SoC requires 4 clocks to
be enabled. One of them, the pmic clk, is only enabled in case
'mediatek,have-pmic' is also set which has other consequences which
are not desired in this case.

Allow defining a pmic clk even in case the 'mediatek,have-pmic' propterty
is not present and the bus is not used to connect to a pmic, but may
still require to enable the pmic clock.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
target/linux/mediatek/patches-5.15/855-i2c-mt65xx-allow-optional-pmic-clock.patch [new file with mode: 0644]
target/linux/mediatek/patches-6.1/855-i2c-mt65xx-allow-optional-pmic-clock.patch [new file with mode: 0644]