From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752757AbbB0KcH (ORCPT ); Fri, 27 Feb 2015 05:32:07 -0500 Received: from comal.ext.ti.com ([198.47.26.152]:53822 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752076AbbB0KcE (ORCPT ); Fri, 27 Feb 2015 05:32:04 -0500 Message-ID: <54F04767.5070001@ti.com> Date: Fri, 27 Feb 2015 16:01:03 +0530 From: Vignesh R User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Arnd Bergmann CC: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Evgeniy Polyakov , Jonathan Corbet , Paul Walmsley , Tony Lindgren , Russell King , NeilBrown , , , , , Subject: Re: [PATCH 2/2] w1: masters: omap_hdq: Add support for 1-wire mode References: <1425029057-5075-1-git-send-email-vigneshr@ti.com> <1425029057-5075-2-git-send-email-vigneshr@ti.com> <10805905.OnX7kRTk9d@wuerfel> In-Reply-To: <10805905.OnX7kRTk9d@wuerfel> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Friday 27 February 2015 03:25 PM, Arnd Bergmann wrote: > 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. The DT node for hdq on AM437x is already present in mainline (commit: 741cac5f00beb) and it declares compatibility as "ti,am43xx-hdq". Hence, I cannot change into anything different. Regards Vignesh