Skip to content

Commit 6bd9169

Browse files
committed
watchdog: apple: Add "apple,t8103-wdt" compatible
After discussion with the devicetree maintainers we agreed to not extend lists with the generic compatible "apple,wdt" anymore [1]. Use "apple,t8103-wdt" 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 82d2fa6 commit 6bd9169

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/watchdog/apple_wdt.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ static int apple_wdt_suspend(struct device *dev)
218218
static DEFINE_SIMPLE_DEV_PM_OPS(apple_wdt_pm_ops, apple_wdt_suspend, apple_wdt_resume);
219219

220220
static const struct of_device_id apple_wdt_of_match[] = {
221+
{ .compatible = "apple,t8103-wdt" },
221222
{ .compatible = "apple,wdt" },
222223
{},
223224
};

0 commit comments

Comments
 (0)