summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorNicolas Saenz Julienne <[email protected]>2021-01-12 13:55:25 +0100
committerMatthias Brugger <[email protected]>2021-02-18 11:56:25 +0100
commite88018769cd3ed69d2f1623fe03a02dcb0be073a (patch)
treedfb388767db06776ec49a596e5aec02ba237935f /arch
parent4abf68d57d495674e521b693191be1dcada46ecd (diff)
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 <[email protected]> Reviewed-by: Simon Glass <[email protected]> Tested-by: Peter Robinson <[email protected]> Signed-off-by: Matthias Brugger <[email protected]>
Diffstat (limited to 'arch')
-rw-r--r--arch/sandbox/dts/test.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts
index c135881ac33..d4195b45bbd 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 {