mirror of
https://xff.cz/git/u-boot/
synced 2025-11-01 10:56:02 +01:00
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>
This commit is contained in:
@@ -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>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user