From owner-svn-soc-all@FreeBSD.ORG Wed Aug 6 01:40:06 2014 Return-Path: Delivered-To: svn-soc-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F0905C99 for ; Wed, 6 Aug 2014 01:40:06 +0000 (UTC) Received: from socsvn.freebsd.org (socsvn.freebsd.org [IPv6:2001:1900:2254:206a::50:2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DDC842655 for ; Wed, 6 Aug 2014 01:40:06 +0000 (UTC) Received: from socsvn.freebsd.org ([127.0.1.124]) by socsvn.freebsd.org (8.14.9/8.14.9) with ESMTP id s761e6xf016886 for ; Wed, 6 Aug 2014 01:40:06 GMT (envelope-from astarasikov@FreeBSD.org) Received: (from www@localhost) by socsvn.freebsd.org (8.14.9/8.14.9/Submit) id s761e66W016884 for svn-soc-all@FreeBSD.org; Wed, 6 Aug 2014 01:40:06 GMT (envelope-from astarasikov@FreeBSD.org) Date: Wed, 6 Aug 2014 01:40:06 GMT Message-Id: <201408060140.s761e66W016884@socsvn.freebsd.org> X-Authentication-Warning: socsvn.freebsd.org: www set sender to astarasikov@FreeBSD.org using -f From: astarasikov@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r271980 - soc2014/astarasikov/head/sys/boot/fdt/dts/arm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-soc-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the entire Summer of Code repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2014 01:40:07 -0000 Author: astarasikov Date: Wed Aug 6 01:40:06 2014 New Revision: 271980 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=271980 Log: [goldfish]: update DTS Modified: soc2014/astarasikov/head/sys/boot/fdt/dts/arm/goldfish.dts Modified: soc2014/astarasikov/head/sys/boot/fdt/dts/arm/goldfish.dts ============================================================================== --- soc2014/astarasikov/head/sys/boot/fdt/dts/arm/goldfish.dts Wed Aug 6 01:39:24 2014 (r271979) +++ soc2014/astarasikov/head/sys/boot/fdt/dts/arm/goldfish.dts Wed Aug 6 01:40:06 2014 (r271980) @@ -26,7 +26,7 @@ }; pdev { - compatible = "arm,goldfish-pdev"; + compatible = "arm,goldfish-xpdev"; reg = <0xff001000 0x1000>; interrupts = <1>; interrupt-parent = <&pic>; @@ -38,6 +38,7 @@ interrupts = <4>; interrupt-parent = <&pic>; clock-frequency = <3000000>; + current-speed = <115200>; reg-shift = <0>; }; @@ -49,14 +50,14 @@ }; audio { - compatible = "arm,goldfish-audio"; + compatible = "arm,goldfish-xaudio"; reg = <0xff004000 0x1000>; interrupts = <15>; interrupt-parent = <&pic>; }; mmc { - compatible = "arm,goldfish-mmc"; + compatible = "arm,goldfish-xmmc"; reg = <0xff005000 0x1000>; interrupts = <16>; interrupt-parent = <&pic>; @@ -81,7 +82,7 @@ memory { device_type = "memory"; - reg = <0 0x08000000>; /* 128MB */ + reg = <0 0x8000000>; /* 128MB */ }; aliases { @@ -90,9 +91,7 @@ chosen { bootargs = "-v bootverbose"; - /* - stdin = "uart_goldfish"; - stdout = "uart_goldfish"; - */ + stdin = "uart0"; + stdout = "uart0"; }; };