Message ID | 20241121025323.1403409-1-peteryin.openbmc@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Revise Meta(Facebook) Harma BMC(AST2600) | expand |
Hi Andrew, I believe this series' path will conflict with upstream due to version differences between OpenBMC and upstream. I will update to the latest version of the DTS from upstream and submit a new version accordingly. Thanks, Peter. Peter Yin 於 11/21/24 10:53 寫道: > Summary: > Revise linux device tree entry related to Meta(Facebook) Harma > specific devices connected to BMC(AST2600) SoC. > > Base on: > https://github.com/openbmc/linux/blob/dev-6.6/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-harma.dts > > Base on: > https://lore.kernel.org/all/14e1a0f581417d4228aea8c2569598d42b4bd334.camel@codeconstruct.com.au/ > > v1->v2 > - Provide additional details for SGPIO. > - Add adc128d818 device > > v1 > - Patch 0001 - Harma: Revise node name > - Patch 0002 - Harma: Add retimer device > - Patch 0003 - Harma: Revise GPIO line name > - Patch 0004 - Harma: add e1s power monitor > - Patch 0005 - Harma: fan board io-expande > - Patch 0006 - Harma: add adc128d818 > > Peter Yin (6): > ARM: dts: aspeed: Harma: Revise node name > ARM: dts: aspeed: Harma: Add retimer device > ARM: dts: aspeed: Harma: Revise GPIO line name > ARM: dts: aspeed: Harma: add e1s power monitor > ARM: dts: aspeed: Harma: fan board io-expander > ARM: dts: aspeed: Harma: add adc128d818 > > .../dts/aspeed/aspeed-bmc-facebook-harma.dts | 134 ++++++++++++++---- > 1 file changed, 110 insertions(+), 24 deletions(-) >
Hi Peter, On Thu, 2024-11-21 at 12:33 +0800, PeterYin wrote: > Hi Andrew, > I believe this series' path will conflict with upstream due to > version differences between OpenBMC and upstream. I will update to > the > latest version of the DTS from upstream and submit a new version > accordingly. Going forward, please make sure that patches you send upstream have been tested on upstream (in terms of whether they apply to the appropriate branch, and whether they have the right effect on the system at runtime). Andrew