reset: oxnas: Add OX820 support
authorNeil Armstrong <narmstrong@baylibre.com>
Wed, 5 Oct 2016 15:27:08 +0000 (17:27 +0200)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Thu, 20 Oct 2016 09:54:55 +0000 (11:54 +0200)
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>
drivers/reset/reset-oxnas.c

index 9449805..0d9036d 100644 (file)
@@ -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);