UPSTREAM: sio/winbond/w83667hg-a: Add pinmux defines for UART B

Change-Id: Ib98c69de781d2b651ec168d03250cacc918c5c1f
Signed-off-by: Timothy Pearson <tpearson@raptorengineering.com>
Reviewed-on: https://review.coreboot.org/14965
Tested-by: build bot (Jenkins)
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-on: https://chromium-review.googlesource.com/348212
Commit-Ready: Furquan Shaikh <furquan@chromium.org>
Tested-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Timothy Pearson 2016-05-25 10:22:10 -05:00 committed by chrome-bot
commit 0b8a87c0a7

View file

@ -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