Re: [OpenWrt-Devel] DTS Style: Referring to "Upstream" Nodes

2019-04-10 Thread Petr Štetiar
Jeff Kletsky [2019-04-09 07:31:46]: Hi, > In general, within an OpenWrt DTS that `#include "some_linux_supplied.dtsi"` > is it preferred to refer to a node defined in upstream code by label, or by > path? well, it has nothing to do with OpenWrt, this looks more like a general DTS question and

[OpenWrt-Devel] DTS Style: Referring to "Upstream" Nodes

2019-04-09 Thread Jeff Kletsky
In general, within an OpenWrt DTS that `#include "some_linux_supplied.dtsi"` is it preferred to refer to a node defined in upstream code by label, or by path? For example, with `blsp1_spi2: spi@78b6000` in the upstream-controlled DTS, prefer     _spi2 or (taking into account scope or path,