From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johan Hovold Subject: Re: [PATCH v5 4/9] rtc: at91sam9: add DT support Date: Mon, 22 Sep 2014 17:17:54 +0200 Message-ID: <20140922151754.GH5237@localhost> References: <1411377058-26155-1-git-send-email-boris.brezillon@free-electrons.com> <1411377058-26155-5-git-send-email-boris.brezillon@free-electrons.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1411377058-26155-5-git-send-email-boris.brezillon@free-electrons.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Boris BREZILLON Cc: Mark Rutland , Alessandro Zummo , Pawel Moll , Samuel Ortiz , rtc-linux@googlegroups.com, Ian Campbell , Lee Jones , Nicolas Ferre , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Rob Herring , Alexandre Belloni , Kumar Gala , Jean-Christophe Plagniol-Villard , Andrew Victor , linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org [ Please don't drop people from CC. ] On Mon, Sep 22, 2014 at 11:10:53AM +0200, Boris BREZILLON wrote: > Add of_match_table to the existing driver so that rtc nodes defined in at91 > DTs can be attached to this driver. That should be rtt nodes. Johan