diff options
author | Michael Niewöhner <foss@mniewoehner.de> | 2020-07-19 14:56:26 +0200 |
---|---|---|
committer | Michael Niewöhner <c0d3z3r0@review.coreboot.org> | 2020-08-30 22:51:34 +0000 |
commit | 1ba8a50df3032fcbc22877f8b9fedfd53c27a76d (patch) | |
tree | bb86a46aa5c7a45f8641f6c7fcd544fe9ab11332 /src/commonlib/storage | |
parent | d10a10befd7046e50c72903ac8799e81d5f52a20 (diff) | |
download | coreboot-1ba8a50df3032fcbc22877f8b9fedfd53c27a76d.tar.xz |
mb/system76/lemp9: gpio: configure unused pads
There are pads being unused for various reasons:
a) missing board support (DeepSx: SUSWARN#)
b) unneeded feature ID pins
- currently no known device models without keyboard backlight
- currently no known device models without TPM
c) BOARD_ID (L140CU/L140ZU) is fixed and known at build time
d) DDR_TYPE_*: there is only one known ram model
e) strap-only pads
f) unconnected pads
Configure them as NC with appropriate pull-up if no external pull exists.
The latter was checked by schematics and looking at the board.
When any of the unused ID pins is needed in the future, they can be
reactivated easily (configure as GPI).
Further, convert from use of legacy macro PAD_CFG_NC to PAD_NC.
Signed-off-by: Michael Niewöhner <foss@mniewoehner.de>
Change-Id: Ia370c180d5ae6f48360be14af3cbab29e6814e75
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43644
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/commonlib/storage')
0 files changed, 0 insertions, 0 deletions