Jeff Kletsky <[email protected]> [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 could be answered by either consulting the DTS specs or just by
grepping the Linux kernel/OpenWrt DTSes and look for acceptable examples.

> For example, with `blsp1_spi2: spi@78b6000` in the upstream-controlled DTS,
> prefer
> 
>     &blsp1_spi2
> 
> or (taking into account scope or path, as needed)
> 
>     spi@78b6000

I would say, that whatever works for you and makes the dtc compiler happy,
i.e.  doesn't spill out any warnings.

-- ynezz

_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to