Hosts the 0x221E linux distro kernel.https://universe.0xinfinity.dev/distro/kernel/atom?h=0x221E-v0.0-v7.02025-05-15T12:31:56Zdt-bindings: ata: Convert st,ahci to DT schema2025-05-15T12:31:56ZRob Herring (Arm)robh@kernel.org2025-05-12T21:57:23Zurn:sha1:2de72bb42c149ba7908291bd3dd46e315a7fe65f
Convert the ST AHCI SATA Controller to DT schema format.
The phy-names changes from "ahci_phy" to "sata-phy" with the inclusion
of ahci-common.yaml. That's an ABI change, but the Linux driver at least
ignores the names. The binding uses "ports-implemented" property, so
including ahci-common.yaml is required.
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Damien Le Moal <dlemoal@kernel.org>