From owner-svn-src-stable-10@FreeBSD.ORG Sat Nov 8 04:18:34 2014 Return-Path: Delivered-To: svn-src-stable-10@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 83380D12; Sat, 8 Nov 2014 04:18:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 551A8A99; Sat, 8 Nov 2014 04:18:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sA84IYWn060196; Sat, 8 Nov 2014 04:18:34 GMT (envelope-from ian@FreeBSD.org) Received: (from ian@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sA84IXYx060193; Sat, 8 Nov 2014 04:18:33 GMT (envelope-from ian@FreeBSD.org) Message-Id: <201411080418.sA84IXYx060193@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ian set sender to ian@FreeBSD.org using -f From: Ian Lepore Date: Sat, 8 Nov 2014 04:18:33 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r274269 - stable/10/sys/boot/fdt/dts/arm X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable-10@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for only the 10-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Nov 2014 04:18:34 -0000 Author: ian Date: Sat Nov 8 04:18:33 2014 New Revision: 274269 URL: https://svnweb.freebsd.org/changeset/base/274269 Log: MFC r268836: Fix a typo in a gpio node name. Modified: stable/10/sys/boot/fdt/dts/arm/wandboard-dual.dts stable/10/sys/boot/fdt/dts/arm/wandboard-quad.dts stable/10/sys/boot/fdt/dts/arm/wandboard-solo.dts Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/boot/fdt/dts/arm/wandboard-dual.dts ============================================================================== --- stable/10/sys/boot/fdt/dts/arm/wandboard-dual.dts Sat Nov 8 03:42:19 2014 (r274268) +++ stable/10/sys/boot/fdt/dts/arm/wandboard-dual.dts Sat Nov 8 04:18:33 2014 (r274269) @@ -48,7 +48,7 @@ gpio@020a0000 { status = "okay"; }; gpio@020a4000 { status = "okay"; }; gpio@020a8000 { status = "okay"; }; - gpio@020aC000 { status = "okay"; }; + gpio@020ac000 { status = "okay"; }; gpio@020b0000 { status = "okay"; }; gpio@020b4000 { status = "okay"; }; console:serial@02020000 { status = "okay"; }; Modified: stable/10/sys/boot/fdt/dts/arm/wandboard-quad.dts ============================================================================== --- stable/10/sys/boot/fdt/dts/arm/wandboard-quad.dts Sat Nov 8 03:42:19 2014 (r274268) +++ stable/10/sys/boot/fdt/dts/arm/wandboard-quad.dts Sat Nov 8 04:18:33 2014 (r274269) @@ -48,7 +48,7 @@ gpio@020a0000 { status = "okay"; }; gpio@020a4000 { status = "okay"; }; gpio@020a8000 { status = "okay"; }; - gpio@020aC000 { status = "okay"; }; + gpio@020ac000 { status = "okay"; }; gpio@020b0000 { status = "okay"; }; gpio@020b4000 { status = "okay"; }; console:serial@02020000 { status = "okay"; }; Modified: stable/10/sys/boot/fdt/dts/arm/wandboard-solo.dts ============================================================================== --- stable/10/sys/boot/fdt/dts/arm/wandboard-solo.dts Sat Nov 8 03:42:19 2014 (r274268) +++ stable/10/sys/boot/fdt/dts/arm/wandboard-solo.dts Sat Nov 8 04:18:33 2014 (r274269) @@ -48,7 +48,7 @@ gpio@020a0000 { status = "okay"; }; gpio@020a4000 { status = "okay"; }; gpio@020a8000 { status = "okay"; }; - gpio@020aC000 { status = "okay"; }; + gpio@020ac000 { status = "okay"; }; gpio@020b0000 { status = "okay"; }; gpio@020b4000 { status = "okay"; }; console:serial@02020000 { status = "okay"; };