On 05/26/2016 12:07 PM, Mark Brown wrote: > I think Rob's referring to the fact that there are no in tree DTs > that use this feature - all the aliases for SPI controllers in > mainline are string based. One of the main drivers behind devicetree was that Linus got fed up with the churn for all platform device changes in arch/arm. I faintly recall him writing that he would be rather unhappy if that just got replaced with churn for devicetree dts files. It makes sense to include dts files for reference boards in the mainline kernel. To include dts files for every vendors variant of a design would add just as much churn and be rather pointless. My guess is that the dts file for most platforms are kept private. For platforms based on a FPGA such as the Xilinx Zync it's even more pointless to submit dts files to mainline. When you have "hardware" that can be reconfigured the device tree files can't be set in stone. If I use Xilinx tools [1] to add one more UART I have just added new hardware this needs to be reflected in the devicetree for the devices to be usable in Linux. And something like aliases which provides a stable device name can be very useful here. /Christer [1] http://www.wiki.xilinx.com/Build+Device+Tree+Blob -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html