From owner-svn-src-head@freebsd.org Sun Sep 17 19:29:07 2017 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 D1920E26534; Sun, 17 Sep 2017 19:29:07 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.blih.net", Issuer "mail.blih.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 189C26A8B3; Sun, 17 Sep 2017 19:29:06 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) by mail.blih.net (OpenSMTPD) with ESMTP id 4de6ae09; Sun, 17 Sep 2017 21:29:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s=mail; bh=yflQhIe3mjzc9q+emDNJVW3cZH8=; b=VbkePRBTYKK6X1IMYf4fTHl/2VOl HNwAMyxOc1muZcPtBd2N+C4eiob+5eq1jXKaGBw2sBCJLPLS/Wle1MW7flJsZvfp JBEkurL7nZgmeTkJpnzWFJsRKP0X2kkRwp8RZRoA791WSmIIfMJ2GyH+qa2oU+3E om2IV5E6b46/mco= DomainKey-Signature: a=rsa-sha1; c=nofws; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; q=dns; s= mail; b=pk+NAiQZeqQEi/k2+B888JG+yg0Rs5KuvZNkjLYyc9bZZ2R6SHUBJwz1 vJVzHhDVchSJUp1aJ32D65RPKcWmse8C/kDVA7f4LxsGsJJocgPDkm+MkC6SS2Hz Z0qX+Sb5v6wKgkAbFFbMJ+XWlA2A+cNm3f+kzgPQugAkS2r+umI= Received: from knuckles.blih.net (ip-54.net-82-216-203.roubaix.rev.numericable.fr [82.216.203.54]) by mail.blih.net (OpenSMTPD) with ESMTPSA id 6ddc91d9 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Sun, 17 Sep 2017 21:29:03 +0200 (CEST) Date: Sun, 17 Sep 2017 21:28:58 +0200 From: Emmanuel Vadot To: Mark Millard Cc: Emmanuel Vadot , svn-src-head@freebsd.org, freebsd-arm Subject: Re: svn commit: r323641 - head/sys/arm/allwinner (BananapiM3 [an A83T] and USB: BPI-M3 historically had usb nodes listed in ofwdump -a) Message-Id: <20170917212858.58fda5174908940ff1ffcc49@bidouilliste.com> In-Reply-To: References: X-Mailer: Sylpheed 3.6.0 (GTK+ 2.24.31; amd64-portbld-freebsd12.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 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: Sun, 17 Sep 2017 19:29:07 -0000 On Sun, 17 Sep 2017 11:50:49 -0700 Mark Millard wrote: > > Author: manu > > Date: Sat Sep 16 15:58:20 2017 > > New Revision: 323641 > > URL: > > https://svnweb.freebsd.org/changeset/base/323641 > > > > > > Log: > > Allwinner usb phy: Rework resource allocation > > > > . . . > > > > While here remove A83T code as upstream and FreeBSD dts don't have > > nodes for USB. > > > > . . . > > > > EHCI is still buggy on Pine64 (hang the board) so do not enable it for now. > > > > Tested On: Bananapi (A20), BananapiM2 (A31S), OrangePi One (H3) Pine64 (A64) > > I have a BPI-M3 (A83T based) that has not been updated > since head -r317015M. It has the root file system on a > USB SSD for how I normally boot it. The ubldr and > ubldr.bin go back to 2016-Oct-24 or before (file > system date). > > sysutils/u-boot-sinovoip-bpi-m3/files/ has not > been updated since then. Nor has the distinfo > or pkg-descr files. The Makefile has had only > one change since then: > > Revision 430454 - (view) (download) (annotate) - [select for diffs] > Modified Tue Jan 3 11:01:05 2017 UTC (8 months, 1 week ago) by mat > File length: 1369 byte(s) > Diff to previous 419007 > Cleanup BROKEN/IGNORE for 10.3- > > Sponsored by: Absolight I don't have the board so if you want to update u-boot for it please provide a patch. > > The BPI-M3 has usb nodes show in ofwdump. . . > Yeah I miss-read the DTS because 4 of them are used for one board ... I don't want to update the dts in sys/boot/fdt/dts/arm and I will remove them soon. Upstream DTS don't have usb in it but it will be easy to add it. You could send a patch to linux-arm if you want but note that upstream DTS now uses clkng binding (i.e. not all clocks are under /clocks node) so it will require a driver on our side. And please no need to send a 1km long email. -- Emmanuel Vadot