Re: [PATCH 1/3] serial/imx: add device tree support
From: Grant Likely <hidden>
Date: 2011-06-21 22:34:20
Also in:
linux-arm-kernel, lkml, netdev
From: Grant Likely <hidden>
Date: 2011-06-21 22:34:20
Also in:
linux-arm-kernel, lkml, netdev
On Tue, Jun 21, 2011 at 4:08 PM, Mitch Bradley [off-list ref] wrote:
On 6/21/2011 9:38 AM, Grant Likely wrote:quoted
On Tue, Jun 21, 2011 at 1:35 PM, Mitch Bradley[off-list ref] wrote:quoted
What is the problem with aliases{ serial0 = "/uart@7000c000"; } Properties in the alias node are supposed to have string values.? Not sure I follow. Indeed, properties in the aliases node are string values. Are you referring to how I was proposing some dtc syntax for generating the alias strings?The point is that if you refer to the node explicitly by its string name, the need for a label disappears and the problem of overriding a default alias disappears (assuming that a later redefinition of a property takes precedence over an earlier one, as is the OFW convention).
Ah, we're having an impedance mismatch. I'm thinking specifically about the device tree compiler and some syntactic sugar for using the label definition to generate /also/ create alias properties. The hairiness is related to that and the way that dtc is implemented, not with the final aliases themselves. g.