Dear Hans de Goede, On Tue, 24 Dec 2013 23:24:04 +0100, Hans de Goede wrote: > + of_property_read_u32(np, "ts-attached", &ts_attached); ts-attached should be a boolean property, and therefore you should use of_property_read_bool() here. And in your Device Tree, you should use: ts-attached; when a touchscreen is attached. And nothing when no touchscreen is attached. Note that this patch is also changing the DT binding, so it should update the DT binding documentation created in the first patch. Thanks! Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com _______________________________________________ lm-sensors mailing list lm-sensors@xxxxxxxxxxxxxx http://lists.lm-sensors.org/mailman/listinfo/lm-sensors