mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-04-05 00:07:48 -04:00
clk: clk-apple-nco: Add "apple,t8103-nco" compatible
After discussion with the devicetree maintainers we agreed to not extend
lists with the generic compatible "apple,nco" anymore [1]. Use
"apple,t8103-nco" as base compatible as it is the SoC the driver and
bindings were written for.
[1]: https://lore.kernel.org/asahi/12ab93b7-1fc2-4ce0-926e-c8141cfe81bf@kernel.org/
Fixes: 6641057d5d ("clk: clk-apple-nco: Add driver for Apple NCO")
Cc: stable@vger.kernel.org
Acked-by: Stephen Boyd <sboyd@kernel.org>
Reviewed-by: Neal Gompa <neal@gompa.dev>
Signed-off-by: Janne Grunau <j@jannau.net>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
This commit is contained in:
committed by
Stephen Boyd
parent
faee3e39e6
commit
ef9b3b4dbe
@@ -320,6 +320,7 @@ static int applnco_probe(struct platform_device *pdev)
|
||||
}
|
||||
|
||||
static const struct of_device_id applnco_ids[] = {
|
||||
{ .compatible = "apple,t8103-nco" },
|
||||
{ .compatible = "apple,nco" },
|
||||
{ }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user