bus: sunxi-rsb: Fix primary PMIC mapping hardware address

The primary PMICs use 0x3a3 as their hardware address, not 0x3e3.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Olof Johansson <olof@lixom.net>

authored by Chen-Yu Tsai and committed by Olof Johansson 427d6e48 c4aa1937

+1 -1
+1 -1
drivers/bus/sunxi-rsb.c
··· 527 527 */ 528 528 529 529 static const struct sunxi_rsb_addr_map sunxi_rsb_addr_maps[] = { 530 - { 0x3e3, 0x2d }, /* Primary PMIC: AXP223, AXP809, AXP81X, ... */ 530 + { 0x3a3, 0x2d }, /* Primary PMIC: AXP223, AXP809, AXP81X, ... */ 531 531 { 0x745, 0x3a }, /* Secondary PMIC: AXP806, ... */ 532 532 { 0xe89, 0x45 }, /* Peripheral IC: AC100, ... */ 533 533 };