Introducing i2c-clk-high-min-percent property for setting minimum persentage of clock high. This driver will go through base clock divisor and calculate a set of high/low clock with duty cycle applied. if driver could not find a suit high/low clock set, then it will use default duty cycle (50%) recalculate. LINK: [v1] https://lore.kernel.org/all/20220530114056.8722-1-potin.lai.pt@xxxxxxxxx/ LINK: [v2] https://lore.kernel.org/all/20220601041512.21484-1-potin.lai.pt@xxxxxxxxx/ LINK: [v3] https://lore.kernel.org/all/20220607163703.26355-1-potin.lai.pt@xxxxxxxxx/ changes v3 --> v4: * rename property to i2c-clk-high-min-percent changes v2 --> v3: * discard the properties for manual setting, use duty cycle to calculate high/low clock. changes v1 --> v2: * update bt-bindings documentation * use meaningful values for properties instead of acture value in register Potin Lai (2): aspeed: i2c: add clock duty cycle property dt-bindings: aspeed-i2c: add properties for setting i2c clock duty cycle .../devicetree/bindings/i2c/aspeed,i2c.yaml | 7 +++ drivers/i2c/busses/i2c-aspeed.c | 56 +++++++++++++++---- 2 files changed, 52 insertions(+), 11 deletions(-) -- 2.17.1