From: Christian Storm <[email protected]>

Signed-off-by: Christian Storm <[email protected]>
---
 drivers/watchdog/itco.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/watchdog/itco.c b/drivers/watchdog/itco.c
index 1fdeb0f..c340a54 100644
--- a/drivers/watchdog/itco.c
+++ b/drivers/watchdog/itco.c
@@ -100,21 +100,21 @@ static iTCO_regs iTCO_version_regs[] = {
 static iTCO_info iTCO_chipset_info[] = {
     [ITCO_INTEL_APL] =
        {
-           .name = L"Apollo Lake",
+           .name = L"Apollo Lake SoC",
            .pci_id = 0x5ae8,
            .regs = &iTCO_version_regs[ITCO_V5],
            .itco_version = ITCO_V5,
        },
     [ITCO_INTEL_BAYTRAIL] =
        {
-           .name = L"Baytrail",
+           .name = L"Bay Trail SoC",
            .pci_id = 0x0f1c,
            .regs = &iTCO_version_regs[ITCO_V3],
            .itco_version = ITCO_V3,
        },
     [ITCO_INTEL_WPT_LP] =
        {
-           .name = L"Wildcat",
+           .name = L"Wildcat Point_LP",
            .pci_id = 0x9cc3,
            .regs = &iTCO_version_regs[ITCO_V3],
            .itco_version = ITCO_V3,
-- 
2.30.0

-- 
You received this message because you are subscribed to the Google Groups "EFI 
Boot Guard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/efibootguard-dev/20210203084538.9114-1-christian.storm%40siemens.com.

Reply via email to