[PATCH 1/2] dt: Add empty of_property_match_string() function
Grant Likely
grant.likely at secretlab.ca
Sat Apr 28 02:45:54 EST 2012
On Thu, 26 Apr 2012 21:01:12 +0200, Thierry Reding <thierry.reding at avionic-design.de> wrote:
> * Thierry Reding wrote:
> > This commit adds an empty of_property_match_string() function for
> > !CONFIG_OF builds.
>
> Grant, Rob,
>
> can these two patches be queued for 3.5? I need them to build the PWM
> subsystem for !OF builds.
I could merge them, but can you point me at the code that needs them?
I get a little nervous when OF-specific stretches of code get compiled
when !CONFIG_OF. In a lot of cases the OF data decoding should be in
a separate function that gets completely selected out. That isn't
always the case of course, but I do like to put a bit of back-pressure
on this issue.
g.
More information about the devicetree-discuss
mailing list