Message ID | 20200401225526.1105288-6-amitay@ozlabs.org |
---|---|
State | Accepted |
Headers | show |
Series | Add api for attribute get/set | expand |
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 |
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) };
Signed-off-by: Amitay Isaacs <amitay@ozlabs.org> --- fake.dts.m4 | 6 ++++++ 1 file changed, 6 insertions(+)