Re: [U-Boot] [Question] uclass to be used for SoC devices

2018-06-25 Thread Peter Robinson
On Mon, Jun 25, 2018 at 7:32 PM, Grygorii Strashko wrote: > Hi All, > > I have question about uclass to be used for SoC devices (./drivers/soc/). > Now there is only ./drivers/soc/keystone/keystone_serdes.c which is not DM > converted, > but we are going to add more drivers for SoC specific compo

[U-Boot] [Question] uclass to be used for SoC devices

2018-06-25 Thread Grygorii Strashko
Hi All, I have question about uclass to be used for SoC devices (./drivers/soc/). Now there is only ./drivers/soc/keystone/keystone_serdes.c which is not DM converted, but we are going to add more drivers for SoC specific components soon and internally I've used UCLASS_MISC for now. Is it accepta