Skip to content

Commit 7457799

Browse files
committed
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/[email protected]/ Reviewed-by: Neal Gompa <[email protected]> Signed-off-by: Janne Grunau <[email protected]>
1 parent 6aabecf commit 7457799

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/clk-apple-nco.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ static int applnco_probe(struct platform_device *pdev)
320320
}
321321

322322
static const struct of_device_id applnco_ids[] = {
323+
{ .compatible = "apple,t8103-nco" },
323324
{ .compatible = "apple,nco" },
324325
{ }
325326
};

0 commit comments

Comments
 (0)