]> git.baikalelectronics.ru Git - kernel.git/commit
w1: omap-hdq: support device probing with device-tree
authorNeilBrown <neilb@suse.de>
Fri, 7 Nov 2014 23:30:32 +0000 (10:30 +1100)
committerTony Lindgren <tony@atomide.com>
Mon, 10 Nov 2014 23:58:47 +0000 (15:58 -0800)
commitc0e931054a4d7cbe3c7b11a96a509cfda2884e64
tree71e335bd684c2aab62824dd34194ef8ee644faa1
parent762e338c222828819464e5c2404c73e974ed3257
w1: omap-hdq: support device probing with device-tree

This driver has no 'compatible' string and so is not found when
using device-tree.

Add one with value to match
hdqw1w: 1w@480b2000 {
device in omap3.dtsi.

Signed-off-by: NeilBrown <neilb@suse.de>
Acked-by: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Documentation/devicetree/bindings/w1/omap-hdq.txt [new file with mode: 0644]
drivers/w1/masters/omap_hdq.c