commit | 3b48b4ff8c6f45c0e8cede9044f0ed9e332e5cf1 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Wed Nov 20 20:26:04 2013 -0200 |
committer | Stefano Babic <sbabic@denx.de> | Wed Nov 27 09:39:21 2013 +0100 |
tree | f1ce0310b1a80967b91c9972b2937b1e4482cd3d | |
parent | 21cb23ff8c0e7cbb261ef7118291fef7ccb46498 [diff] |
mx31pdk: Fix pmic_init() argument On mx31pdk board the PMIC is connected via SPI interface, so it does not make sense to pass I2C_PMIC into the pmic_init() interface. Pass the SPI bus number via CONFIG_FSL_PMIC_BUS option instead. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>