On 03.02.21 09:45, Christian Storm wrote: > 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, >
Thanks, applied. Jan -- Siemens AG, T RDA IOT Corporate Competence Center Embedded Linux -- 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/1a649307-75a6-23ae-2bf3-f100690c1e90%40siemens.com.
