Michael Niewöhner submitted this change.

View Change

Approvals: build bot (Jenkins): Verified Michael Niewöhner: Looks good to me, approved
mb/purism/librem_mini: Drop community comments in GPIO config

These add nothing useful to the GPIO config

Change-Id: Ieecc9bd67d020e141c3a1f1d387034df5e563068
Signed-off-by: Matt DeVillier <matt.devillier@puri.sm>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/47190
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
---
M src/mainboard/purism/librem_cnl/variants/librem_mini/gpio.c
1 file changed, 0 insertions(+), 8 deletions(-)

diff --git a/src/mainboard/purism/librem_cnl/variants/librem_mini/gpio.c b/src/mainboard/purism/librem_cnl/variants/librem_mini/gpio.c
index 3a48dc5..283d646 100644
--- a/src/mainboard/purism/librem_cnl/variants/librem_mini/gpio.c
+++ b/src/mainboard/purism/librem_cnl/variants/librem_mini/gpio.c
@@ -5,8 +5,6 @@
/* Pad configuration was generated automatically using intelp2m utility */
static const struct pad_config gpio_table[] = {

- /* ------- GPIO Community 0 ------- */
-
/* ------- GPIO Group GPP_A ------- */

/* GPP_A0 - RCIN# */
@@ -237,8 +235,6 @@
/* DW0: 0x44000300, DW1: 0x00001000 */
PAD_NC(GPP_G7, DN_20K),

- /* ------- GPIO Community 1 ------- */
-
/* ------- GPIO Group GPP_D ------- */

/* GPP_D0 - GPIO */
@@ -533,8 +529,6 @@
/* DW0: 0x44000200, DW1: 0x00000000 */
PAD_CFG_GPO(GPP_H23, 0, DEEP),

- /* ------- GPIO Community 2 ------- */
-
/* ------- GPIO Group GPD ------- */

/* GPD0 - BATLOW# */
@@ -585,8 +579,6 @@
/* DW0: 0x44000600, DW1: 0x00000000 */
PAD_CFG_NF(GPD11, NONE, DEEP, NF1),

- /* ------- GPIO Community 4 ------- */
-
/* ------- GPIO Group GPP_C ------- */

/* GPP_C0 - SMBCLK */

To view, visit change 47190. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ieecc9bd67d020e141c3a1f1d387034df5e563068
Gerrit-Change-Number: 47190
Gerrit-PatchSet: 4
Gerrit-Owner: Matt DeVillier <matt.devillier@gmail.com>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Michael Niewöhner <foss@mniewoehner.de>
Gerrit-Reviewer: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-MessageType: merged