]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit126e31faa12c0d40c3b603adb9ac6d72dd424860
tree71e335bd684c2aab62824dd34194ef8ee644faa1
parentcac7f2429872d3733dc3f9915857b1691da2eb2f
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