Re: [U-Boot] [Patch V2 4/4] ARM: da850-evm: Enable DM_I2C

2017-09-01 Thread Jagan Teki
On Fri, Sep 1, 2017 at 9:41 PM, Adam Ford wrote: > With DM now enabled with the device tree pulled from Linux, we can > enable DM_I2C in U-Boot. > > Signed-off-by: Adam Ford > > V2: New to series > --- Reviewed-by: Jagan Teki thanks! -- Jagan Teki Free Software Engineer | www.openedev.com U-B

[U-Boot] [Patch V2 4/4] ARM: da850-evm: Enable DM_I2C

2017-09-01 Thread Adam Ford
With DM now enabled with the device tree pulled from Linux, we can enable DM_I2C in U-Boot. Signed-off-by: Adam Ford V2: New to series --- arch/arm/dts/da850-evm-u-boot.dtsi | 1 + configs/da850evm_defconfig | 3 +++ include/configs/da850evm.h | 5 +++-- 3 files changed, 7 inser