[PATCH v2 14/29] soc: realtek: chip: Add RTD1319 revisions

From: Andreas FÃrber
Date: Mon Jun 22 2020 - 22:53:13 EST


From: Stanley Chang <stanley_chang@xxxxxxxxxxx>

Identify RTD1319 SoC revisions B00 to B02.

Signed-off-by: Stanley Chang <stanley_chang@xxxxxxxxxxx>
Signed-off-by: Andreas FÃrber <afaerber@xxxxxxx>
---
v2: New
* Split out from Stanley's v1

drivers/soc/realtek/chip.c | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/drivers/soc/realtek/chip.c b/drivers/soc/realtek/chip.c
index ae7c5322f338..6b3d1f3d3816 100644
--- a/drivers/soc/realtek/chip.c
+++ b/drivers/soc/realtek/chip.c
@@ -3,6 +3,7 @@
* Realtek Digital Home Center System-on-Chip info
*
* Copyright (c) 2017-2020 Andreas FÃrber
+ * Copyright (c) 2019 Realtek Semiconductor Corp.
*/

#include <linux/bitfield.h>
@@ -61,6 +62,9 @@ static const struct dhc_soc_revision rtd1619_revisions[] = {

static const struct dhc_soc_revision rtd1319_revisions[] = {
{ "A00", 0x0000 },
+ { "B00", 0x0001 },
+ { "B01", 0x0002 },
+ { "B02", 0x0003 },
{ }
};

--
2.26.2