浏览代码

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>
Neil Armstrong 8 年之前
父节点
当前提交
a68262bb1e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/reset/reset-oxnas.c

+ 1 - 0
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);