From owner-svn-src-all@FreeBSD.ORG Sat Oct 18 10:32:01 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 844CBC9; Sat, 18 Oct 2014 10:32:01 +0000 (UTC) Received: from nibbler.fubar.geek.nz (nibbler.fubar.geek.nz [199.48.134.198]) by mx1.freebsd.org (Postfix) with ESMTP id 68B48E30; Sat, 18 Oct 2014 10:32:00 +0000 (UTC) Received: from bender.lan (97e07ab1.skybroadband.com [151.224.122.177]) by nibbler.fubar.geek.nz (Postfix) with ESMTPSA id 061505C692; Sat, 18 Oct 2014 10:31:58 +0000 (UTC) Date: Sat, 18 Oct 2014 11:31:51 +0100 From: Andrew Turner To: Rui Paulo Subject: Re: svn commit: r273248 - head/sys/boot/fdt/dts/arm Message-ID: <20141018113151.6d4451bb@bender.lan> In-Reply-To: <201410180740.s9I7ecvi076716@svn.freebsd.org> References: <201410180740.s9I7ecvi076716@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Oct 2014 10:32:01 -0000 On Sat, 18 Oct 2014 07:40:38 +0000 (UTC) Rui Paulo wrote: > Modified: head/sys/boot/fdt/dts/arm/am335x.dtsi > ============================================================================== > --- head/sys/boot/fdt/dts/arm/am335x.dtsi Sat Oct 18 07:38:46 > 2014 (r273247) +++ > head/sys/boot/fdt/dts/arm/am335x.dtsi Sat Oct 18 07:40:38 > 2014 (r273248) @@ -81,6 +81,13 @@ interrupts = < 16 >; > interrupt-parent = <&AINTC>; > }; > + > + wdt1@44E35000 { > + compatible = "ti,wdt"; Linux uses "ti,omap3-wdt" as the compatible string for this device. Andrew