diff mbox series

[v2,5/6] fake.dts: Add properties for attribute api testing

Message ID 20200401225526.1105288-6-amitay@ozlabs.org
State Accepted
Headers show
Series Add api for attribute get/set | expand

Checks

Context Check Description
snowpatch_ozlabs/apply_patch warning Failed to apply on branch master (8b4611b5d8e7e2279fe4aa80c892fcfe10aa398d)
snowpatch_ozlabs/apply_patch fail Failed to apply to any branch

Commit Message

Amitay Isaacs April 1, 2020, 10:55 p.m. UTC
Signed-off-by: Amitay Isaacs <amitay@ozlabs.org>
---
 fake.dts.m4 | 6 ++++++
 1 file changed, 6 insertions(+)
diff mbox series

Patch

diff --git a/fake.dts.m4 b/fake.dts.m4
index 8d51482..3824738 100644
--- a/fake.dts.m4
+++ b/fake.dts.m4
@@ -119,5 +119,11 @@  divert`'dnl
 / {
     #address-cells = <0x1>;
     #size-cells = <0x1>;
+    ATTR1 = [ 00 ];
+    ATTR2 = [ 00 00 ];
+    ATTR4 = <0x0>;
+    ATTR8 = <0x0 0x0>;
+    ATTR16 = <0x0 0x0 0x0 0x0>;
+
 dump_system(8, 4, 2)
 };