commit | 0495a0547e86f7d60019c9032cd78fa898893736 | [log] [tgz] |
---|---|---|
author | Jiaxun Yang <jiaxun.yang@flygoat.com> | Fri May 17 19:14:53 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 22 15:08:47 2025 -0600 |
tree | e408f5398b92c512f6fb8eb581d11c183ead0aa8 | |
parent | af5fd39a83c0b389f4a78d735fa6d95dc231a748 [diff] |
ahci: dwc_ahsata: Generalize the driver Remove hard dependencies to arch headers, get clock from clk subsystem if arch clock function is not available, align compatible strings with devicetree binding. No functional change on existing platforms, just get it build on other platforms. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>