bus: sunxi-rsb: Fix primary PMIC mapping hardware address
[deliverable/linux.git] / drivers / bus / sunxi-rsb.c
index 0cfcb39c53f464377c5c0497ecb910538b88e984..f951b35551751143b1917dde806468d60dce4bf4 100644 (file)
@@ -527,7 +527,7 @@ static int sunxi_rsb_init_device_mode(struct sunxi_rsb *rsb)
  */
 
 static const struct sunxi_rsb_addr_map sunxi_rsb_addr_maps[] = {
-       { 0x3e3, 0x2d }, /* Primary PMIC: AXP223, AXP809, AXP81X, ... */
+       { 0x3a3, 0x2d }, /* Primary PMIC: AXP223, AXP809, AXP81X, ... */
        { 0x745, 0x3a }, /* Secondary PMIC: AXP806, ... */
        { 0xe89, 0x45 }, /* Peripheral IC: AC100, ... */
 };
This page took 0.026677 seconds and 5 git commands to generate.