Skip to content

Commit

Permalink
ARM: rmobile: alt: Fix I2C bus number
Browse files Browse the repository at this point in the history
The I2C bus number to access the PMIC is I2C 7, fix this.

Signed-off-by: Marek Vasut <[email protected]>
Cc: Nobuhiro Iwamatsu <[email protected]>
  • Loading branch information
Marek Vasut authored and Marek Vasut committed Mar 30, 2019
1 parent e3b086c commit 0c78ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/renesas/alt/alt.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ int board_phy_config(struct phy_device *phydev)
void reset_cpu(ulong addr)
{
struct udevice *dev;
const u8 pmic_bus = 1;
const u8 pmic_bus = 7;
const u8 pmic_addr = 0x58;
u8 data;
int ret;
Expand Down

0 comments on commit 0c78ec6

Please sign in to comment.