[RFC][PATCH] of: add a dummy implementation of of_get_property() in of.h

Tobias Klauser tklauser at distanz.ch
Fri Aug 5 19:05:14 EST 2011


On 2011-08-05 at 10:56:14 +0200, Axel Lin <axel.lin at gmail.com> wrote:
> Then we can avoid having #ifdef CONFIG_OF splattered around the place
> calling of_get_property(), it leads to errors.

You shouldn't redefine of_get_property in the driver. Rather add a
wrapper function to the driver which will extract the device tree
information in CONFIG_OF is enabled and which will just return -ENODEV
if CONFIG_OF is not set.

Cheers
Tobias


More information about the devicetree-discuss mailing list