[PATCH 0/2] ARM: dts: aspeed: bletchley: Add second source devices

Cosmo Chou posted 2 patches 1 week, 4 days ago
.../aspeed/aspeed-bmc-facebook-bletchley.dts  | 294 ++++++++++++++++++
1 file changed, 294 insertions(+)
[PATCH 0/2] ARM: dts: aspeed: bletchley: Add second source devices
Posted by Cosmo Chou 1 week, 4 days ago
Add second source RTC (ISL1208) and LED controllers (PCA9532) for the
Bletchley platform.

Cosmo Chou (2):
  ARM: dts: aspeed: bletchley: Add second source ISL1208 RTC
  ARM: dts: aspeed: bletchley: Add second source PCA9532 LED controllers

 .../aspeed/aspeed-bmc-facebook-bletchley.dts  | 294 ++++++++++++++++++
 1 file changed, 294 insertions(+)

-- 
2.53.0
Re: [PATCH 0/2] ARM: dts: aspeed: bletchley: Add second source devices
Posted by Andrew Jeffery 3 days, 11 hours ago
Hi Cosmo,

On Tue, 2026-07-14 at 20:08 +0800, Cosmo Chou wrote:
> Add second source RTC (ISL1208) and LED controllers (PCA9532) for the
> Bletchley platform.
> 
> Cosmo Chou (2):
>   ARM: dts: aspeed: bletchley: Add second source ISL1208 RTC
>   ARM: dts: aspeed: bletchley: Add second source PCA9532 LED controllers
> 
>  .../aspeed/aspeed-bmc-facebook-bletchley.dts  | 294 ++++++++++++++++++
>  1 file changed, 294 insertions(+)

A quick inspection of both patches suggests the nodes aren't ordered by
ascending address. Can you please style-check your work?

We now have scripts/dtc/dt-check-style. I would appreciate further
patches for bletchley cleaning up the rest of the issues it identifies
in strict mode.

Andrew