diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2023-01-07 00:39:20 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2023-01-07 00:39:20 +0000 |
| commit | c729e77aabb62a98e4ada00b6d52a86b84a11a07 (patch) | |
| tree | 613fe195064e98826f8b3ae35a9831080358b4da /sys/dev | |
| parent | d1f6f19f6d79d5f10bd9e0cfb3ea4f7e6b23aba2 (diff) | |
Fix entries for Lewisburg.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ic/igpioreg.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ic/igpioreg.h b/sys/dev/ic/igpioreg.h index 8174a326138..6d5c7d4a0c3 100644 --- a/sys/dev/ic/igpioreg.h +++ b/sys/dev/ic/igpioreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: igpioreg.h,v 1.2 2022/03/26 19:35:35 riastradh Exp $ */ +/* $NetBSD: igpioreg.h,v 1.3 2023/01/07 00:39:20 msaitoh Exp $ */ /* * Copyright (c) 2021 Emmanuel Dreyfus @@ -180,9 +180,9 @@ struct igpio_bank_setup igpio_bank_setup[] = { /* Lewisburg */ { "INT3536", 0, 0, 7, 0x100, 0x110 }, - { "INT3536", 1, 72, 13, 0x100, 0x110 }, - { "INT3536", 3, 133, 14, 0x100, 0x110 }, - { "INT3536", 4, 144, 17, 0x100, 0x110 }, + { "INT3536", 1, 72, 132, 0x100, 0x110 }, + { "INT3536", 3, 133, 143, 0x100, 0x110 }, + { "INT3536", 4, 144, 178, 0x100, 0x110 }, { "INT3536", 5, 179, 246, 0x100, 0x110 }, /* Emmitsburg */ |
