summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-02-03 16:01:16 +0300
committerSimon Glass <sjg@chromium.org>2021-03-22 09:23:27 +0300
commit23f40a3abfab9540f91bff966a33a232b56247e2 (patch)
tree8ba6db6d88a96ced7a664754b5d1337d12cdd6be /doc
parent4b91be2fd8e7ab95da7b18714687e08849a4b835 (diff)
downloadu-boot-23f40a3abfab9540f91bff966a33a232b56247e2.tar.xz
sandbox: Make sandbox,emul more conventional
At present this property is a phandle but does not have a #xxx-cells property to match it. Add one so that is works the same as gpio and clock phandles. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/driver-model/pci-info.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/driver-model/pci-info.rst b/doc/driver-model/pci-info.rst
index 8b9faa1066..251601a51e 100644
--- a/doc/driver-model/pci-info.rst
+++ b/doc/driver-model/pci-info.rst
@@ -125,6 +125,7 @@ emulator driver. For example::
compatible = "sandbox,pci-emul-parent";
emul_1f: emul@1f,0 {
compatible = "sandbox,swap-case";
+ #emul-cells = <0>;
};
};