From owner-svn-src-head@freebsd.org Wed Apr 20 14:31:02 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D656AB16AF3; Wed, 20 Apr 2016 14:31:02 +0000 (UTC) (envelope-from sgalabov@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A78011FFF; Wed, 20 Apr 2016 14:31:02 +0000 (UTC) (envelope-from sgalabov@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3KEV1Ho064945; Wed, 20 Apr 2016 14:31:01 GMT (envelope-from sgalabov@FreeBSD.org) Received: (from sgalabov@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3KEV1vp064944; Wed, 20 Apr 2016 14:31:01 GMT (envelope-from sgalabov@FreeBSD.org) Message-Id: <201604201431.u3KEV1vp064944@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sgalabov set sender to sgalabov@FreeBSD.org using -f From: Stanislav Galabov Date: Wed, 20 Apr 2016 14:31:01 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r298346 - head/sys/boot/fdt/dts/mips X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Apr 2016 14:31:02 -0000 Author: sgalabov Date: Wed Apr 20 14:31:01 2016 New Revision: 298346 URL: https://svnweb.freebsd.org/changeset/base/298346 Log: Include resets and clocks properties for PCI in FreeBSD RT3883 dtsi file This change is required so that RT3662/RT3883 PCI can function correctly Approved by: adrian (mentor) Sponsored by: Smartcom - Bulgaria AD Differential Revision: https://reviews.freebsd.org/D6028 Modified: head/sys/boot/fdt/dts/mips/fbsd-rt3883.dtsi Modified: head/sys/boot/fdt/dts/mips/fbsd-rt3883.dtsi ============================================================================== --- head/sys/boot/fdt/dts/mips/fbsd-rt3883.dtsi Wed Apr 20 14:29:03 2016 (r298345) +++ head/sys/boot/fdt/dts/mips/fbsd-rt3883.dtsi Wed Apr 20 14:31:01 2016 (r298346) @@ -46,5 +46,8 @@ interrupt-parent = <&cpuintc>; interrupts = <4>; + + resets = <&rstctrl 23>; + clocks = <&clkctrl 21>; }; };