summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorapopple <alistair@popple.id.au>2017-03-07 05:14:12 +1100
committerGitHub <noreply@github.com>2017-03-07 05:14:12 +1100
commit4714be0f56763f60718b46f9694a230d179b3770 (patch)
tree9d144bfa26ddbbf1599459942fc7d8130b0bc3af
parent4ce90bfe6ddfd4f7c8f76298a10a6f31a6e9cf7a (diff)
parent0c9067917fc69bc0e367558c4f73f3463dd7b084 (diff)
downloadpdbg-4714be0f56763f60718b46f9694a230d179b3770.tar.gz
pdbg-4714be0f56763f60718b46f9694a230d179b3770.zip
Merge pull request #17 from shenki/fix-comment
bmcfsi: Fix Romulus pin mapping comment
-rw-r--r--libpdbg/bmcfsi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpdbg/bmcfsi.c b/libpdbg/bmcfsi.c
index 325815e..a1f13a2 100644
--- a/libpdbg/bmcfsi.c
+++ b/libpdbg/bmcfsi.c
@@ -72,7 +72,7 @@ struct gpio_pin p9w_gpio_pins[] = {
};
#define P9W_CLOCK_DELAY 20
-/* POWER9 Witherspoon mappings */
+/* POWER9 Romulus mappings */
struct gpio_pin p9r_gpio_pins[] = {
{0x1e0, 16}, /* FSI_CLK = AA0 */
{0x1e0, 18}, /* FSI_DAT = AA2 */
OpenPOWER on IntegriCloud