]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
clk: clk-apple-nco: Add "apple,t8103-nco" compatible
authorJanne Grunau <j@jannau.net>
Wed, 31 Dec 2025 12:22:00 +0000 (13:22 +0100)
committerStephen Boyd <sboyd@kernel.org>
Fri, 16 Jan 2026 02:50:26 +0000 (18:50 -0800)
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: 6641057d5dba ("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>
drivers/clk/clk-apple-nco.c

index d3ced4a0f029ec0440ff42d49d31e314fdf86846..434c067968bbc1afdb5c9216277486bf826666c2 100644 (file)
@@ -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" },
        { }
 };