[PATCH v2 00/11] i2c: Improvements for aspeed boards

Joel Stanley joel at jms.id.au
Thu Jun 23 07:10:30 CEST 2022


This set of patches clean up the aspeed i2c support for the ast2500 and
enable the ast2600.

v2:
 - fixes the device tree
 - adds a new patch that cleans up unnecessary pinctrl nodes
 - Adds Ryan's r-b from v1 to the relevant patches

It has been tested in qemu and on the ast2600-evb.

Eddie James (1):
  ARM: dts: ast2600: Add I2C pinctrl

Joel Stanley (10):
  ARM: dts: ast2600: Add I2C reset properties
  ARM: dts: ast2600: Disable I2C nodes by default
  ARM: dts: ast2600-evb: Remove redundant pinctrl
  ARM: dts: ast2500-evb: Add I2C devices
  ARM: dts: ast2600-evb: Add I2C devices
  reset/aspeed: Implement status callback
  i2c/aspeed: Fix reset control
  i2c/aspeed: Add AST2600 compatible
  config/ast2600: Enable I2C driver
  config/aspeed: Enable EEPROM options

 drivers/i2c/ast_i2c.c         | 23 +++++++++-----
 drivers/reset/reset-ast2500.c | 19 ++++++++++++
 drivers/reset/reset-ast2600.c | 17 +++++++++++
 arch/arm/dts/ast2500-evb.dts  | 19 ++++++++++++
 arch/arm/dts/ast2600-evb.dts  | 27 +++++++++--------
 arch/arm/dts/ast2600.dtsi     | 56 +++++++++++++++++++++++++++++++++++
 configs/evb-ast2500_defconfig |  3 ++
 configs/evb-ast2600_defconfig |  3 ++
 8 files changed, 147 insertions(+), 20 deletions(-)

-- 
2.35.1



More information about the U-Boot mailing list