From 726eb121b8ba8a4bc6c58072e551ec93c09165ec Mon Sep 17 00:00:00 2001 From: Dave Gerlach Date: Wed, 15 Jul 2020 23:39:56 -0500 Subject: doc: Add new doc for soc ID driver model Add a new documentation file for UCLASS_SOC and its usage to describe the SoC Device ID framework that allows SoC identification and device data matching. Signed-off-by: Dave Gerlach Reviewed-by: Simon Glass --- doc/driver-model/index.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/driver-model/index.rst') diff --git a/doc/driver-model/index.rst b/doc/driver-model/index.rst index b9df221627..f17c72ce69 100644 --- a/doc/driver-model/index.rst +++ b/doc/driver-model/index.rst @@ -19,5 +19,6 @@ Driver Model pmic-framework remoteproc-framework serial-howto + soc-framework spi-howto usb-info -- cgit