[Removed bouncing addresses of Matthieu Moy and William Duclot from Cc]
Am 16.10.19 um 22:32 schrieb Stephen Boyd:
> diff --git a/t/t4018/dts-nodes-multiline-prop
> b/t/t4018/dts-nodes-multiline-prop
> new file mode 100644
> index 000000000000..db4b4bdda686
> --- /dev/null
> +++ b/t/t4018/dts-nodes-multiline-prop
> @@ -0,0 +1,14 @@
> +/ {
> + label_1: node1@ff00 {
> + RIGHT@deadf00,4000 {
> + multilineprop = <3>,
> +
> +
> + <4>;
I was actually thinking about something like
multilineprop = <3>,
<0xabcd>,
"text",
name,
<4>;
or something like that -- whatever occurs in the real world.
> +
> +
> +
> + ChangeMe = <0xffeedd00>;
> + };
> + };
> +};
Apart from that, the patch looks good.
-- Hannes