diff options
author | Dave Gerlach <d-gerlach@ti.com> | 2020-07-15 23:39:56 -0500 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2020-07-25 14:46:57 -0600 |
commit | 726eb121b8ba8a4bc6c58072e551ec93c09165ec (patch) | |
tree | f551f6f2279dbe803037046870c7a38ce0005421 /doc/driver-model/index.rst | |
parent | 8ce8e42e864da5bc5a031a916f6a6ca49e44b268 (diff) |
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 <d-gerlach@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/driver-model/index.rst')
-rw-r--r-- | doc/driver-model/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
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 |