mbox series

[v2,0/5] Update the device tree for Ampere's BMC platform

Message ID 20240806071806.1666550-1-chanh@os.amperecomputing.com
Headers show
Series Update the device tree for Ampere's BMC platform | expand

Message

Chanh Nguyen Aug. 6, 2024, 7:18 a.m. UTC
Updates the device tree to support some features on Ampere's
Mt.Mitchell BMC and Ampere's Mt.Jade BMC.

Changes in v2:
 - Add eeprom nodes to the riser cards and update commit message   [Chanh]
 - Remove the "Add I2C Fan controllers"                            [Andrew]
   
Chanh Nguyen (5):
  ARM: dts: aspeed: mtjade, mtmitchell: Add OCP temperature sensors
  ARM: dts: aspeed: mtmitchell: Add I2C temperature sensor alias ports
  ARM: dts: aspeed: mtmitchell: Add Riser cards
  ARM: dts: aspeed: mtmitchell: Enable i2c10 and i2c15
  ARM: dts: aspeed: mtmitchell: Add LEDs

 .../dts/aspeed/aspeed-bmc-ampere-mtjade.dts   |  16 ++
 .../aspeed/aspeed-bmc-ampere-mtmitchell.dts   | 154 ++++++++++++++++++
 2 files changed, 170 insertions(+)

Comments

Andrew Jeffery Aug. 7, 2024, 2:08 a.m. UTC | #1
On Tue, 2024-08-06 at 07:18 +0000, Chanh Nguyen wrote:
> Updates the device tree to support some features on Ampere's
> Mt.Mitchell BMC and Ampere's Mt.Jade BMC.
> 
> Changes in v2:
>  - Add eeprom nodes to the riser cards and update commit message   [Chanh]
>  - Remove the "Add I2C Fan controllers"                            [Andrew]
>    
> Chanh Nguyen (5):
>   ARM: dts: aspeed: mtjade, mtmitchell: Add OCP temperature sensors
>   ARM: dts: aspeed: mtmitchell: Add I2C temperature sensor alias ports
>   ARM: dts: aspeed: mtmitchell: Add Riser cards
>   ARM: dts: aspeed: mtmitchell: Enable i2c10 and i2c15
>   ARM: dts: aspeed: mtmitchell: Add LEDs
> 
>  .../dts/aspeed/aspeed-bmc-ampere-mtjade.dts   |  16 ++
>  .../aspeed/aspeed-bmc-ampere-mtmitchell.dts   | 154 ++++++++++++++++++
>  2 files changed, 170 insertions(+)
> 

I've applied these to be merged via the BMC tree.

Thanks,

Andrew