1. 28 8月, 2023 1 次提交
    • D
      mediatek: i2c: mt65xx: allow optional pmic clock · 2544dc34
      Daniel Golle 提交于
      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: NDaniel Golle <daniel@makrotopia.org>
      2544dc34