diff mbox series

[v3,3/4] tests: Assign attributes to virtual nodes to test property api

Message ID 20200304031913.150094-4-amitay@ozlabs.org
State Accepted
Headers show
Series Fix handling of attributes for virtual targets | 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 March 4, 2020, 3:19 a.m. UTC
Signed-off-by: Amitay Isaacs <amitay@ozlabs.org>
---
 fake.dts.m4 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Alistair Popple March 4, 2020, 3:35 a.m. UTC | #1
Reviewed-by: Alistair Popple <alistair@popple.id.au>

On Wednesday, 4 March 2020 2:19:12 PM AEDT Amitay Isaacs wrote:
> Signed-off-by: Amitay Isaacs <amitay@ozlabs.org>
> ---
>  fake.dts.m4 | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/fake.dts.m4 b/fake.dts.m4
> index 3d49bef..8d51482 100644
> --- a/fake.dts.m4
> +++ b/fake.dts.m4
> @@ -54,7 +54,8 @@ dnl
>  define(`dump_processor_pre',`dnl
>       pib {
>          #address-cells = <0x1>;
> -        #size-cells = <0x1>;')
> +        #size-cells = <0x1>;
> +	ATTR2 = "processor$1";')
> 
>  dnl
>  dnl dump_processor_post()
> @@ -92,7 +93,6 @@ define(`dump_backend',dnl
>          reg = <CONCAT(0x,pib_addr) 0x0>;
>          index = <0x$1>;
>  	ATTR1 = <0xc0ffee>;
> -	ATTR2 = "processor$1";
>        };
>      };
diff mbox series

Patch

diff --git a/fake.dts.m4 b/fake.dts.m4
index 3d49bef..8d51482 100644
--- a/fake.dts.m4
+++ b/fake.dts.m4
@@ -54,7 +54,8 @@  dnl
 define(`dump_processor_pre',`dnl
      pib {
         #address-cells = <0x1>;
-        #size-cells = <0x1>;')
+        #size-cells = <0x1>;
+	ATTR2 = "processor$1";')
 
 dnl
 dnl dump_processor_post()
@@ -92,7 +93,6 @@  define(`dump_backend',dnl
         reg = <CONCAT(0x,pib_addr) 0x0>;
         index = <0x$1>;
 	ATTR1 = <0xc0ffee>;
-	ATTR2 = "processor$1";
       };
     };