Skip to content

Commit

Permalink
hw/arm: gsj add i2c comments
Browse files Browse the repository at this point in the history
Adds comments to the board init to identify missing i2c devices.

Signed-off-by: Patrick Venture <venture@google.com>
Reviewed-by: Hao Wu <wuhaotsh@google.com>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Message-id: 20210608202522.2677850-2-venture@google.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
  • Loading branch information
pstrinkle authored and pm215 committed Jun 15, 2021
1 parent 702427a commit 0a31e4f
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion hw/arm/npcm7xx_boards.c
Expand Up @@ -221,7 +221,21 @@ static void quanta_gsj_i2c_init(NPCM7xxState *soc)
at24c_eeprom_init(soc, 9, 0x55, 8192);
at24c_eeprom_init(soc, 10, 0x55, 8192);

/* TODO: Add additional i2c devices. */
/*
* i2c-11:
* - power-brick@36: delta,dps800
* - hotswap@15: ti,lm5066i
*/

/*
* i2c-12:
* - ucd90160@6b
*/

/*
* i2c-15:
* - pca9548@75
*/
}

static void quanta_gsj_fan_init(NPCM7xxMachine *machine, NPCM7xxState *soc)
Expand Down

0 comments on commit 0a31e4f

Please sign in to comment.