Re: [U-Boot] [PATCH 7/7] omap3_logic: Add Device Tree Support and more DM drivers

2017-04-12 Thread Tom Rini
On Wed, Apr 12, 2017 at 02:38:58PM -0500, Adam Ford wrote: > On Wed, Apr 12, 2017 at 2:18 PM, Tom Rini wrote: > > On Wed, Apr 12, 2017 at 07:40:16AM -0500, Adam Ford wrote: > > > >> The previous version of omap3_logic_defconfig supported either > >> Torpedo or SOM-LV. Now with the device tree, th

Re: [U-Boot] [PATCH 7/7] omap3_logic: Add Device Tree Support and more DM drivers

2017-04-12 Thread Adam Ford
On Wed, Apr 12, 2017 at 2:18 PM, Tom Rini wrote: > On Wed, Apr 12, 2017 at 07:40:16AM -0500, Adam Ford wrote: > >> The previous version of omap3_logic_defconfig supported either >> Torpedo or SOM-LV. Now with the device tree, there are two >> different defconfig files: >> >> omap3_logic_defconfig

Re: [U-Boot] [PATCH 7/7] omap3_logic: Add Device Tree Support and more DM drivers

2017-04-12 Thread Tom Rini
On Wed, Apr 12, 2017 at 07:40:16AM -0500, Adam Ford wrote: > The previous version of omap3_logic_defconfig supported either > Torpedo or SOM-LV. Now with the device tree, there are two > different defconfig files: > > omap3_logic_defconfig = torpedo > omap3_logic_somlv_defconfig = SOM-LV > > Th

[U-Boot] [PATCH 7/7] omap3_logic: Add Device Tree Support and more DM drivers

2017-04-12 Thread Adam Ford
The previous version of omap3_logic_defconfig supported either Torpedo or SOM-LV. Now with the device tree, there are two different defconfig files: omap3_logic_defconfig = torpedo omap3_logic_somlv_defconfig = SOM-LV This patch also removes all the excessive code in trying to determine the diff