From: Tony Lindgren Date: Wed, 4 Feb 2015 14:28:49 +0000 (-0800) Subject: usb: musb: Fix use for of_property_read_bool for disabled multipoint X-Git-Tag: omap-for-v4.1/wl12xx-dt~45^2~10^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=606bf4d5d630781c0e626b6811ac3aabb57fdf1b;p=pandora-kernel.git usb: musb: Fix use for of_property_read_bool for disabled multipoint The value for the multipoint dts property is ignored when parsing with of_property_read_bool, so we currently have multipoint always set as 1 even if value 0 is specified in the dts file. Let's fix this to read the value too instead of just the property like the binding documentation says as otherwise MUSB will fail to work on devices with Mentor configuration that does not support multipoint. Cc: Brian Hutchinson Signed-off-by: Tony Lindgren Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed