]> Git Repo - u-boot.git/commitdiff
ARM: rmobile: Fix PMIC address on E2 Silk
authorMarek Vasut <[email protected]>
Sun, 22 Apr 2018 02:44:05 +0000 (04:44 +0200)
committerMarek Vasut <[email protected]>
Thu, 26 Apr 2018 11:56:57 +0000 (13:56 +0200)
The PMIC is at 0x5a, fix the address.

Signed-off-by: Marek Vasut <[email protected]>
Cc: Nobuhiro Iwamatsu <[email protected]>
board/renesas/silk/silk.c

index bfe9909dafea6e7ed144ce05886031772e0812e8..c932c255a084ba49348121f36cd4dcd31ba76b84 100644 (file)
@@ -114,7 +114,7 @@ void reset_cpu(ulong addr)
 {
        struct udevice *dev;
        const u8 pmic_bus = 1;
-       const u8 pmic_addr = 0x58;
+       const u8 pmic_addr = 0x5a;
        u8 data;
        int ret;
 
This page took 0.034811 seconds and 4 git commands to generate.