[PATCH 0/2] RK3576 SATA Enablement

Nicolas Frattaroli posted 2 patches 1 year ago
.../devicetree/bindings/ata/rockchip,dwc-ahci.yaml |  3 +++
arch/arm64/boot/dts/rockchip/rk3576.dtsi           | 30 ++++++++++++++++++++++
2 files changed, 33 insertions(+)
[PATCH 0/2] RK3576 SATA Enablement
Posted by Nicolas Frattaroli 1 year ago
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@collabora.com>
---
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@collabora.com>
Re: (subset) [PATCH 0/2] RK3576 SATA Enablement
Posted by Heiko Stuebner 12 months ago
On Thu, 24 Apr 2025 20:52:21 +0200, Nicolas Frattaroli wrote:
> 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.
> 
> [...]

Applied, thanks!

[2/2] arm64: dts: rockchip: add SATA nodes to RK3576
      commit: 24d8127d801560c8fa811d554e8ab5db7e51511c

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>
Re: (subset) [PATCH 0/2] RK3576 SATA Enablement
Posted by Niklas Cassel 12 months ago
On Thu, 24 Apr 2025 20:52:21 +0200, Nicolas Frattaroli wrote:
> 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.
> 
> [...]

Applied to libata/linux.git (for-6.16), thanks!

[1/2] dt-bindings: ata: rockchip-dwc-ahci: add RK3576 compatible
      https://git.kernel.org/libata/linux/c/b8ed9475


I'm assuming that Heiko will pick up patch [2/2].


Kind regards,
Niklas