summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPrabhakar Kushwaha <prabhakar at freescale.com>2015-05-28 14:54:01 +0530
committerYork Sun <yorksun@freescale.com>2015-07-20 11:44:34 -0700
commit4012350deae86af50c9e1f3bf769b78a99b2072b (patch)
tree3b5d3f7e610abbcc795c22a6f5076615fb6c28a5 /include
parentd7b76e89ed68345e6ff7dd85d1b29bd9df411b0c (diff)
downloadtalos-obmc-uboot-4012350deae86af50c9e1f3bf769b78a99b2072b.tar.gz
talos-obmc-uboot-4012350deae86af50c9e1f3bf769b78a99b2072b.zip
armv8/ls2085rdb: Update PCA9547PW slave address
Primary Mux on I2C1 controller has slave address as 0x75. So update its address. Signed-off-by: Prabhakar Kushwaha <prabhakar at freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/ls2085ardb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/ls2085ardb.h b/include/configs/ls2085ardb.h
index ed0ed7ab99..3408b13ee7 100644
--- a/include/configs/ls2085ardb.h
+++ b/include/configs/ls2085ardb.h
@@ -239,8 +239,8 @@ unsigned long get_board_sys_clk(void);
/*
* I2C
*/
-#define I2C_MUX_PCA_ADDR 0x77
-#define I2C_MUX_PCA_ADDR_PRI 0x77 /* Primary Mux*/
+#define I2C_MUX_PCA_ADDR 0x75
+#define I2C_MUX_PCA_ADDR_PRI 0x75 /* Primary Mux*/
/* I2C bus multiplexer */
#define I2C_MUX_CH_DEFAULT 0x8
OpenPOWER on IntegriCloud