Re: [U-Boot] [PATCH 2/3] ARM: dts: Add new "generic" am4372 device tree file.

2018-03-27 Thread Lokesh Vutla
On Monday 26 March 2018 01:27 PM, Vignesh R wrote: > With U-boot runtime board detect for DTB selection a "default" dtb needs > to be created. This will be used temporarily until the "proper" dtb is > selected. > > Also, add -u-boot.dtsi for AM437x SK and IDK to enable I2C for > board detection

[U-Boot] [PATCH 2/3] ARM: dts: Add new "generic" am4372 device tree file.

2018-03-26 Thread Vignesh R
With U-boot runtime board detect for DTB selection a "default" dtb needs to be created. This will be used temporarily until the "proper" dtb is selected. Also, add -u-boot.dtsi for AM437x SK and IDK to enable I2C for board detection via DM_I2C. Signed-off-by: Vignesh R ---