On Mon, Nov 19, 2012 at 20:59:16, Daniel Mack wrote: > This patch adds basic DT bindings for OMAP GPMC. > ... > + > + if (of_get_property(child, "ti,nand-ecc-use-elm", NULL)) > + gpmc_nand_data->is_elm_used = 1; Can you set to bool value (true) here. Thanks Avinash