From: Neil Armstrong Date: Wed, 5 Oct 2016 15:27:08 +0000 (+0200) Subject: reset: oxnas: Add OX820 support X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a68262bb1e0cd21870a404a7b6323500e9b5c004;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git reset: oxnas: Add OX820 support In order to support the Oxford Semiconductor OX820 SoC, add a new compatible string. Signed-off-by: Neil Armstrong Signed-off-by: Philipp Zabel --- diff --git a/drivers/reset/reset-oxnas.c b/drivers/reset/reset-oxnas.c index 944980572f79..0d9036dea010 100644 --- a/drivers/reset/reset-oxnas.c +++ b/drivers/reset/reset-oxnas.c @@ -80,6 +80,7 @@ static const struct reset_control_ops oxnas_reset_ops = { static const struct of_device_id oxnas_reset_dt_ids[] = { { .compatible = "oxsemi,ox810se-reset", }, + { .compatible = "oxsemi,ox820-reset", }, { /* sentinel */ }, }; MODULE_DEVICE_TABLE(of, oxnas_reset_dt_ids);