From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.4 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2AE6DC67839 for ; Thu, 13 Dec 2018 01:19:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D22C520873 for ; Thu, 13 Dec 2018 01:19:55 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D22C520873 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726495AbeLMBTy (ORCPT ); Wed, 12 Dec 2018 20:19:54 -0500 Received: from muru.com ([72.249.23.125]:57932 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726337AbeLMBTy (ORCPT ); Wed, 12 Dec 2018 20:19:54 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 92BE5809F; Thu, 13 Dec 2018 01:19:56 +0000 (UTC) Date: Wed, 12 Dec 2018 17:19:50 -0800 From: Tony Lindgren To: Peter Ujfalusi Cc: linux-omap@vger.kernel.org, Dave Gerlach , Faiz Abbas , Greg Kroah-Hartman , Keerthy , Nishanth Menon , Suman Anna , Tero Kristo , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org Subject: Re: [PATCH] ARM: dts: omap5: Add l4 interconnect hierarchy and ti-sysc data Message-ID: <20181213011950.GM6707@atomide.com> References: <20181115224546.61475-1-tony@atomide.com> <9b7e07ae-66f9-cedf-937d-b1c5c510e018@ti.com> <20181212171143.GG6707@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181212171143.GG6707@atomide.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Tony Lindgren [181212 17:12]: > * Peter Ujfalusi [181212 02:44]: > > On 12/12/2018 12.12, Peter Ujfalusi wrote: > > > Reverting this patch in linux-next-20181210 will make the ethernet > > > working again. > > > > > > bootlog w/ revert: https://pastebin.com/dpRk1xWv > > > bootlog w/o revert: https://pastebin.com/PWrBttxd > > > > on omap5-uevm. > > Thanks for testing. Looks like it works for me with > loadable modules. And looks like changing just the phy to > use CONFIG_NOP_USB_XCEIV=y in my .config is not enough to > make it fail, I see it fail too with EHCI built-in. > > It's probably some -EPROBE_DEFER type issues, but I need > to debug more. Yes there's an issue where nop_reset() for phy-generic is not called by ehci-omap. I'll post a fix for that separately. I also noticed that sata phy reg entries need fixing up for omap5, will also post a patch for that. Regards, Tony