[v3 0/6] ARM: tegra: convert device tree files to use CLK defines
From: Stephen Warren <hidden>
Date: 2013-02-19 17:08:23
Also in:
linux-devicetree, linux-tegra, lkml
From: Stephen Warren <hidden>
Date: 2013-02-19 17:08:23
Also in:
linux-devicetree, linux-tegra, lkml
On 02/17/2013 03:20 PM, Simon Glass wrote:
Hi Hiroshi, On Fri, Feb 15, 2013 at 12:43 AM, Hiroshi Doyu [off-list ref] wrote:quoted
Hi, With new dtc+cpp feature, we could get rid of magic numbers in dts* files. This patch replaces CLK IDs.
...
I wonder what sort of error message do you get when you make a mistake in the .dts or one of the .dtsi includes? If cpp is handling the including, does dtc just see a single file,
It is.
in which case are the line numbers printed with each error not much use? Or does dtc handle the #line directives?
cpp does generate #line directives, which dtc does know how to interpret, so this should all work just fine. IIRC, I did test out this aspect when adding #line support to dtc.