Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

reset: oxnas: Add OX820 support

In order to support the Oxford Semiconductor OX820 SoC, add a new
compatible string.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>

authored by

Neil Armstrong and committed by
Philipp Zabel
a68262bb 3bda1ed9

+1
+1
drivers/reset/reset-oxnas.c
··· 80 80 81 81 static const struct of_device_id oxnas_reset_dt_ids[] = { 82 82 { .compatible = "oxsemi,ox810se-reset", }, 83 + { .compatible = "oxsemi,ox820-reset", }, 83 84 { /* sentinel */ }, 84 85 }; 85 86 MODULE_DEVICE_TABLE(of, oxnas_reset_dt_ids);