diff options
| author | Nicolas Saenz Julienne <nsaenzjulienne@suse.de> | 2021-01-12 13:55:25 +0100 |
|---|---|---|
| committer | Matthias Brugger <mbrugger@suse.com> | 2021-02-18 11:56:25 +0100 |
| commit | e88018769cd3ed69d2f1623fe03a02dcb0be073a (patch) | |
| tree | dfb388767db06776ec49a596e5aec02ba237935f /arch/sandbox/dts | |
| parent | 4abf68d57d495674e521b693191be1dcada46ecd (diff) | |
| download | u-boot-e88018769cd3ed69d2f1623fe03a02dcb0be073a.tar.gz u-boot-e88018769cd3ed69d2f1623fe03a02dcb0be073a.tar.xz u-boot-e88018769cd3ed69d2f1623fe03a02dcb0be073a.zip | |
dm: test: Add test case for dev->dma_offset
Add test to validate dev->dma_offset is properly set on devices.
Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Peter Robinson <pbrobinson@gmail.com>
Signed-off-by: Matthias Brugger <mbrugger@suse.com>
Diffstat (limited to 'arch/sandbox/dts')
| -rw-r--r-- | arch/sandbox/dts/test.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts index c135881ac3..d4195b45bb 100644 --- a/arch/sandbox/dts/test.dts +++ b/arch/sandbox/dts/test.dts @@ -365,6 +365,10 @@ #address-cells = <1>; #size-cells = <1>; compatible = "denx,u-boot-test-bus"; + + subnode@0 { + compatible = "denx,u-boot-fdt-test"; + }; }; acpi_test1: acpi-test { |
