This is a tiny series to enable SATA on RK3576. It consists of a patch to add the compatible to the bindings, and a second patch to add the nodes to the SoC .dtsi. I've only been able to test sata0 on my board (Sige5), but the successful test gave me confidence that downstream's "dma-coherent" property here is appropriate and true. Signed-off-by: Nicolas Frattaroli <nicolas.frattaroli@xxxxxxxxxxxxx> --- Nicolas Frattaroli (2): dt-bindings: ata: rockchip-dwc-ahci: add RK3576 compatible arm64: dts: rockchip: add SATA nodes to RK3576 .../devicetree/bindings/ata/rockchip,dwc-ahci.yaml | 3 +++ arch/arm64/boot/dts/rockchip/rk3576.dtsi | 30 ++++++++++++++++++++++ 2 files changed, 33 insertions(+) --- base-commit: f34da179a4517854b2ffbe4bce8c3405bd9be04e change-id: 20250424-rk3576-sata-b102b21e49a6 Best regards, -- Nicolas Frattaroli <nicolas.frattaroli@xxxxxxxxxxxxx>