On Fri, 10 Jun 2022 11:17:41 +0300, Serge Semin wrote: > Indeed in accordance with what is implemented in the AHCI platform driver > and the way the AHCI DT nodes are defined in the DT files we can add the > next AHCI DT properties constraints: AHCI CSR ID is fixed to 'ahci', PHY > name is fixed to 'sata-phy', AHCI controller can't have more than 32 ports > by design, AHCI controller can have up to 32 IRQ lines. > > Signed-off-by: Serge Semin <Sergey.Semin@xxxxxxxxxxxxxxxxxxxx> > Reviewed-by: Hannes Reinecke <hare@xxxxxxx> > > --- > > Changelog v2: > - This is a new patch created after rebasing v1 onto the 5.18-rc3 kernel. > > Changelog v4: > - Fix spelling: 'imeplemtned' and 'paltform' in the patch log. (@Hannes) > - Add the interrupts property constraints. (@Rob) > - Add forgotten '---' patchlog-changelog separator. (@Sergei) > --- > .../devicetree/bindings/ata/ahci-common.yaml | 17 ++++++++++++----- > 1 file changed, 12 insertions(+), 5 deletions(-) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>