Message ID | 20200623025106.31273-15-afaerber@suse.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ARM: Realtek DHC SoC info | expand |
Hi Andreas, > -----Original Message----- > From: Andreas Färber [mailto:afaerber@suse.de] > Sent: Tuesday, June 23, 2020 10:51 AM > To: linux-realtek-soc@lists.infradead.org > Cc: linux-arm-kernel@lists.infradead.org; linux-kernel@vger.kernel.org; James > Tai [戴志峰]; Stanley Chang[昌育德]; Edgar Lee [李承諭]; Andreas Färber > Subject: [PATCH v2 14/29] soc: realtek: chip: Add RTD1319 revisions > > From: Stanley Chang <stanley_chang@realtek.com> > > Identify RTD1319 SoC revisions B00 to B02. > > Signed-off-by: Stanley Chang <stanley_chang@realtek.com> > Signed-off-by: Andreas Färber <afaerber@suse.de> Tested-by: Stanley Chang <stanley_chang@realtek.com> Reviewed-by: Stanley Chang <stanley_chang@realtek.com> Thanks, Stanley
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 }, { } };