13 Dec
2018
13 Dec
'18
1:40 a.m.
* Kuninori Morimoto kuninori.morimoto.gx@renesas.com [181213 00:24]:
(snip)
foo = <&ep 0>; bar = <&ep 1>;
Ahh, it looks nice idea ! but hmm..., it seems dtc doesn't allow us to use #address-cells = <2> for "remote-endpoint".
OK. Yeah let's scrap that then, it does not suit for endpoints it seems. Thanks for checking.
According to OF graph maintainer, he said that counting port / endpoint are not guaranteed, and we need to use "reg". (It is the reason of b6f3fc005a2c8b425d7a0973b43bef05890bf479)
If you could double checked, and we could agreed that "reg" is the solution for us. I will post patches.
OK yes your "reg" proposal works for me.
Regards,
Tony