Module Name:    src
Committed By:   msaitoh
Date:           Sat Jan  7 11:09:52 UTC 2023

Modified Files:
        src/sys/dev/ic: igpioreg.h

Log Message:
Move entries of Alder Lake-S and Tiger Lake-LP. No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/ic/igpioreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/ic/igpioreg.h
diff -u src/sys/dev/ic/igpioreg.h:1.6 src/sys/dev/ic/igpioreg.h:1.7
--- src/sys/dev/ic/igpioreg.h:1.6	Sat Jan  7 08:00:50 2023
+++ src/sys/dev/ic/igpioreg.h	Sat Jan  7 11:09:51 2023
@@ -1,4 +1,4 @@
-/* $NetBSD: igpioreg.h,v 1.6 2023/01/07 08:00:50 msaitoh Exp $ */
+/* $NetBSD: igpioreg.h,v 1.7 2023/01/07 11:09:51 msaitoh Exp $ */
 
 /*
  * Copyright (c) 2021 Emmanuel Dreyfus
@@ -128,13 +128,6 @@ struct igpio_bank_setup igpio_bank_setup
 	{ "INT34BB",    1,  68, 180, 0x100, 0x120 },
 	{ "INT34BB",    2, 181, 243, 0x100, 0x120 },
 
-	/* Alder Lake-S */
-	{ "INTC1056",   0,   0,  94, 0x200, 0x220 },
-	{ "INTC1056",   1,  95, 150, 0x200, 0x220 },
-	{ "INTC1056",   2, 151, 199, 0x200, 0x220 },
-	{ "INTC1056",   3, 200, 269, 0x200, 0x220 },
-	{ "INTC1056",   4, 270, 303, 0x200, 0x220 },
-
 	/* Ice Lake-LP */
 	{ "INT3455",    0,   0,  58, 0x100, 0x110 },
 	{ "INT3455",    1,  59, 152, 0x100, 0x110 },
@@ -159,12 +152,6 @@ struct igpio_bank_setup igpio_bank_setup
 	{ "INTC1055",   2, 171, 259, 0x100, 0x120 },
 	{ "INTC1055",   3, 260, 276, 0x100, 0x120 },
 
-	/* Tiger Lake-LP */
-	{ "INTC1057",   0,   0,  66, 0x100, 0x120 },
-	{ "INTC1057",   1,  67, 170, 0x100, 0x120 },
-	{ "INTC1057",   2, 171, 259, 0x100, 0x120 },
-	{ "INTC1057",   3, 260, 276, 0x100, 0x120 },
-
 	/* Tiger Lake-H */
 	{ "INT34C6",    0,   0,  78, 0x100, 0x120 },
 	{ "INT34C6",    1,  79, 180, 0x100, 0x120 },
@@ -178,6 +165,19 @@ struct igpio_bank_setup igpio_bank_setup
 	{ "INT34C8",    2, 195, 224, 0x100, 0x120 },
 	{ "INT34C8",    3, 225, 232, 0x100, 0x120 },
 
+	/* Alder Lake-S */
+	{ "INTC1056",   0,   0,  94, 0x200, 0x220 },
+	{ "INTC1056",   1,  95, 150, 0x200, 0x220 },
+	{ "INTC1056",   2, 151, 199, 0x200, 0x220 },
+	{ "INTC1056",   3, 200, 269, 0x200, 0x220 },
+	{ "INTC1056",   4, 270, 303, 0x200, 0x220 },
+
+	/* Tiger Lake-LP */
+	{ "INTC1057",   0,   0,  66, 0x100, 0x120 },
+	{ "INTC1057",   1,  67, 170, 0x100, 0x120 },
+	{ "INTC1057",   2, 171, 259, 0x100, 0x120 },
+	{ "INTC1057",   3, 260, 276, 0x100, 0x120 },
+
 	/* Lewisburg */
 	{ "INT3536",    0,   0,  71, 0x100, 0x110 },
 	{ "INT3536",    1,  72, 132, 0x100, 0x110 },

Reply via email to