[PATCH 2/2] w1: masters: omap_hdq: Add support for 1-wire mode
From: arnd@arndb.de (Arnd Bergmann)
Date: 2015-02-27 09:55:31
Also in:
linux-devicetree, linux-omap, lkml
From: arnd@arndb.de (Arnd Bergmann)
Date: 2015-02-27 09:55:31
Also in:
linux-devicetree, linux-omap, lkml
On Friday 27 February 2015 14:54:17 Vignesh R wrote:
+- compatible : should be "ti,omap3-1w" or "ti,am43xx-hdq"
Do not use wildcards in the compatible string, use real part numbers if you don't know the actual name of the device. Arnd