Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp405715ybi; Thu, 30 May 2019 00:04:28 -0700 (PDT) X-Google-Smtp-Source: APXvYqycv9EgIBKTM0lE91wIsjn2koWMaTY2S6QoBNDqxpb/8FSgW0BxaOT43ShqA5Biz9eLlDIS X-Received: by 2002:a62:5a47:: with SMTP id o68mr2184760pfb.149.1559199868074; Thu, 30 May 2019 00:04:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1559199868; cv=none; d=google.com; s=arc-20160816; b=uR7vbgTebSZJkECz2Ib4CT+EDCffmJhYF5e69Oh/9UD3Cb3RyziThKH3nxo/rMfkTK lXN8W0UrUG+cjKskTo/hvoMkz+1meKFy8d7BLKLAVKStb7NJn43HLBTKSfNxJvvQl4Td p+biu1YmmGo4RwkhY5wx7FZju0fBbXK/N4hmZtsi7n7czNiO/hANrp1LlVGSr2wmcMJD ihDpF0fQzNwoJBWIYQc+3NLjDdscYyi1Sh3lDYD82V0Z2QZcUZB3IelSCN4zvloGz8BB oofEeaa+cKPP4aQzzSF5jt86mDkz5lAsbHLtU0+kOSs+oYqMIWdImZg2spn0E4qUi2ez o7eg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=RgeZVt5IIC1cAQb7RN8uhCy9TJsj9Z8pza06FQ1qBEI=; b=pXxt+6dqJXAYPV7+8RBzHmfiMBlQj8i5hvuqcX1d/3WDhc3ZFJ+3bOkPz8sLMyWvGh QEMjAukbVM7Md9DWHhNpLYOhPZ7JDRqc7O6Q3nwbQj1Y0xfCOH0RxduDxRv5527kqCSc Uzk9uSzd6TFcr8K+jy2/5MOLujVLl8DJPI//fMG2xpr92+pYfSaIoTqXOsvcEsqICpMr LWbGRwjQvz7YWRnATlrZcoih96+VqLKgDwOnpyyuON8iu8KK+qWhzkvDha2KaqCBJemU +WG/jX5CKYIi/umZUHZs4ZTzcWh70RZbdaM8ae8DnyTy8vHyb+O6ucLiPzAUPhRhdgxE f1Gw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 1si977752plz.337.2019.05.30.00.04.09; Thu, 30 May 2019 00:04:28 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727716AbfE3HCf (ORCPT + 99 others); Thu, 30 May 2019 03:02:35 -0400 Received: from muru.com ([72.249.23.125]:51880 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725862AbfE3HCe (ORCPT ); Thu, 30 May 2019 03:02:34 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 7128D803A; Thu, 30 May 2019 07:02:53 +0000 (UTC) Date: Thu, 30 May 2019 00:02:30 -0700 From: Tony Lindgren To: Tomi Valkeinen Cc: Sebastian Reichel , Sebastian Reichel , Pavel Machek , Laurent Pinchart , "H. Nikolaus Schaller" , dri-devel@lists.freedesktop.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@collabora.com, Keerthy , Peter Ujfalusi Subject: Re: [PATCHv6 0/4] omapdrm: DSI command mode panel support Message-ID: <20190530070230.GR5447@atomide.com> References: <20190523200756.25314-1-sebastian.reichel@collabora.com> <60c45d23-de2f-d94a-c3d7-146a2bee538f@ti.com> <20190527112122.GJ5447@atomide.com> <20190528093952.GM5447@atomide.com> <14c6c702-844b-756d-2d97-44e8f5a169df@ti.com> <20190528101847.GN5447@atomide.com> <20190529081038.GP5447@atomide.com> <20190530054640.GQ5447@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190530054640.GQ5447@atomide.com> User-Agent: Mutt/1.11.4 (2019-03-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Tony Lindgren [190530 05:47]: > * Tony Lindgren [190529 08:11]: > > * Tomi Valkeinen [190529 07:06]: > > > On 28/05/2019 13:18, Tony Lindgren wrote: > > > > > > > > My board is x15 rev A3, attached to AM5 EVM. I've also attached my kernel > > > > > config. > > > > > > > > Strange that this is not affecting other x15? I think timer12 would > > > > be blocked on HS devices though? > > > > > > Seems that the kernel config affects. omap2plus_defconfig boots ok. > > > > OK, this line in your oops: > > > > Unable to handle kernel paging request at virtual address 5a5a5a5a > > > > Probably means we hit some slab poison with DEBUG_SLAB set. > > Looks like your config boots fine with DEBUG_SLAB disabled > > for me. > > > > As this only happens for timer12, I wonder if we're again > > hitting some uncompress issue with corrupted dtb. Changing > > u-boot ftdaddr higher up might possibly make it go away. > > Or else there's a bug elsewhere :) > > Oh but CM_WKUPAON_TIMER12_CLKCTRL has no CLKSEL option unlike > CM_WKUPAON_TIMER1_CLKCTRL. Below is one part of the fix, but > it seems like we're missing handling somewhere as trying to > get a non-existing clock should just produce -ENODEV type error. > > And the clksel should be just handled with assigned-clocks > in general, but I think we still need it there until we > have drivers/clocksource/ timer drivers updated to boot > using early_platform_device. OK found it, we have the clkctrl clock potentially return uninitialized data. I posted two fixes for the issue: [PATCH] clk: ti: clkctrl: Fix returning uninitialized data [PATCH] ARM: dts: Drop bogus CLKSEL for timer12 on dra7 Regards, Tony