Skip to content
/ linux Public

Commit aeae38b

Browse files
jannauSasha Levin
authored andcommitted
clk: clk-apple-nco: Add "apple,t8103-nco" compatible
[ Upstream commit ef9b3b4 ] 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: 6641057 ("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> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent c3b7015 commit aeae38b

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
@@ -318,6 +318,7 @@ static int applnco_probe(struct platform_device *pdev)
318318
}
319319

320320
static const struct of_device_id applnco_ids[] = {
321+
{ .compatible = "apple,t8103-nco" },
321322
{ .compatible = "apple,nco" },
322323
{ }
323324
};

0 commit comments

Comments
 (0)