Re: [U-Boot] [PATCH v2 2/4] ARM: dra7xx_evm: Enable support for TI PCF8575

2016-07-29 Thread Tom Rini
On Fri, Jul 29, 2016 at 04:50:23PM +0530, Vignesh R wrote: > On DRA7, pcf chip present at address 0x21 on i2c1, is used to > switch between cpsw slave0 and slave1. Hence, enable PCF > driver for the same. > > Signed-off-by: Vignesh R Reviewed-by: Tom Rini -- Tom signature.asc Description:

[U-Boot] [PATCH v2 2/4] ARM: dra7xx_evm: Enable support for TI PCF8575

2016-07-29 Thread Vignesh R
On DRA7, pcf chip present at address 0x21 on i2c1, is used to switch between cpsw slave0 and slave1. Hence, enable PCF driver for the same. Signed-off-by: Vignesh R --- v2: No change include/configs/dra7xx_evm.h | 5 + 1 file changed, 5 insertions(+) diff --git a/include/configs/dra7xx_ev