[coreboot-gerrit] Patch set updated for coreboot: sio/winbond/w83667hg-a: Add pinmux defines for UART B

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Fri May 27 00:08:04 CEST 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14965

-gerrit

commit 3210de4e7b294d2c25872b8cfc264029ca5b55a2
Author: Timothy Pearson <tpearson at raptorengineering.com>
Date:   Wed May 25 10:22:10 2016 -0500

    sio/winbond/w83667hg-a: Add pinmux defines for UART B
    
    Change-Id: Ib98c69de781d2b651ec168d03250cacc918c5c1f
    Signed-off-by: Timothy Pearson <tpearson at raptorengineering.com>
---
 src/superio/winbond/w83667hg-a/w83667hg-a.h | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/superio/winbond/w83667hg-a/w83667hg-a.h b/src/superio/winbond/w83667hg-a/w83667hg-a.h
index 0c0d427..d4e7110 100644
--- a/src/superio/winbond/w83667hg-a/w83667hg-a.h
+++ b/src/superio/winbond/w83667hg-a/w83667hg-a.h
@@ -18,6 +18,13 @@
 #ifndef SUPERIO_WINBOND_W83667HG_A
 #define SUPERIO_WINBOND_W83667HG_A
 
+/* Pinmux configuration defines */
+#define W83667HG_SPI_PINMUX_OFFSET		0x2a
+
+#define W83667HG_SPI_PINMUX_GPIO4_SERIAL_B_MASK	(1 << 2)
+#define W83667HG_SPI_PINMUX_GPIO4		(0 << 2)
+#define W83667HG_SPI_PINMUX_SERIAL_B		(1 << 2)
+
 /* Logical Device Numbers (LDN). */
 #define W83667HG_A_FDC		0x00
 #define W83667HG_A_PP		0x01



More information about the coreboot-gerrit mailing list