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

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 acceptable? Or new uclass need to be introduced, like UCLASS_SOC

On Mon, Jun 25, 2018 at 7:32 PM, Grygorii Strashko grygorii.strashko@ti.com 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 components soon and internally I've used UCLASS_MISC for now. Is it acceptable? Or new uclass need to be introduced, like UCLASS_SOC
The QCom smem driver [1] is based on a kernel drivers/soc driver, you might want to check some of the threads around that for some initial discussion.
[1] https://lists.denx.de/pipermail/u-boot/2018-June/332578.html
participants (2)
-
Grygorii Strashko
-
Peter Robinson