Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp2980057ybv; Mon, 24 Feb 2020 15:43:59 -0800 (PST) X-Google-Smtp-Source: APXvYqzuGjMBSz5Evrkt8B8DSW+MggYjeszY35zZ52lVzwy4tp+uwSuaskvyZYYtheAeJQEeoNmo X-Received: by 2002:a9d:3b6:: with SMTP id f51mr199720otf.255.1582587839643; Mon, 24 Feb 2020 15:43:59 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582587839; cv=none; d=google.com; s=arc-20160816; b=1LXPTOUHHmYbSWT7+l/ssr7/3CQuSh8JmeGrx1hmZ3CL6KIb+JEdEVJWdRvvZJMSpN 6MBPYgxE7hJUwkQjLHPssuh8MC8z46e+NRCCW9wUmXWxotiIT9Ha6XPPle++RPkzhcYt eHDBBBg5U3IrwBviYDf1KZW+VAMbIk+QpTj4W4aIws2v6jD3BS1LPAKGAI+J5iBhHw7g anOlJVl9nI6cifosa2SEOMvpwVL0IkGg8SwYO6/pnYNoyIMiJT8qzAXj1s3NrJ805URg F3b+RYoLeeSH6NggVneb/9iUTudnw7fHezecKgXeVnCay8s+AhYFiI/+W9Abjj49UCnB ojdg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=T+CxGaGiO8EeemIMm6T1SOX4eVkGrs9VtlWeEOp/a3E=; b=0WYcRNJKgZL9TAl4nsK178PAdOV8GfP3ahtJ+dIoc427YWjlokZ/5WGPRnzjybPTg6 VOh6eM4HVaVXOeCoxdokGWu4cufnM70TNkuz8ISrOPddxHCbQU9AT0EXkLGlULppxpB3 Aq4ZcvGwQPa921JvTsjq9YK+l1eMpNqAG3/hIw/qNv+gEcdDvkUqBKU6UMOhesR2yRDs gncKc3aXjCLn8T7SnAyq7Z0vsxSug7pLvnnCTEeAYMDrLr7xRFgWbqeSENnYlAeiXnki y3IPM6GqcrcjjbseRr2ApWSsJULOvHaogVb31cOUBnEXa9ZmRWZPzs1N1WLmylG8tfw+ hDOw== 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 b3si7097747otf.141.2020.02.24.15.43.47; Mon, 24 Feb 2020 15:43:59 -0800 (PST) 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 S1728359AbgBXXni (ORCPT + 99 others); Mon, 24 Feb 2020 18:43:38 -0500 Received: from muru.com ([72.249.23.125]:57364 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727081AbgBXXni (ORCPT ); Mon, 24 Feb 2020 18:43:38 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 1D4DF8030; Mon, 24 Feb 2020 23:44:21 +0000 (UTC) Date: Mon, 24 Feb 2020 15:43:33 -0800 From: Tony Lindgren To: Sebastian Reichel Cc: linux-omap@vger.kernel.org, "Andrew F . Davis" , Dave Gerlach , Faiz Abbas , Greg Kroah-Hartman , Keerthy , Nishanth Menon , Peter Ujfalusi , Roger Quadros , Suman Anna , Tero Kristo , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, dri-devel@lists.freedesktop.org, Jyri Sarha , Laurent Pinchart , Tomi Valkeinen Subject: Re: [PATCH 1/3] drm/omap: Prepare DSS for probing without legacy platform data Message-ID: <20200224234333.GD37466@atomide.com> References: <20200224191230.30972-1-tony@atomide.com> <20200224191230.30972-2-tony@atomide.com> <20200224233111.gkctx27usfxj2wgz@earth.universe> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200224233111.gkctx27usfxj2wgz@earth.universe> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Sebastian Reichel [200224 23:32]: > Hi, > > On Mon, Feb 24, 2020 at 11:12:28AM -0800, Tony Lindgren wrote: > > In order to probe display subsystem (DSS) components with ti-sysc > > interconnect target module without legacy platform data and using > > devicetree, we need to update dss probing a bit. > > > > In the device tree, we will be defining the data also for the interconnect > > target modules as DSS really is a private interconnect. There is some > > information about that in 4460 TRM in "Figure 10-3. DSS Integration" for > > example where it mentions "32-bit interconnect (SLX)". > > > > The changes we need to make are: > > > > 1. Parse also device tree subnodes for the compatible property fixup > > > > 2. Update the component code to consider device tree subnodes > > > > Cc: dri-devel@lists.freedesktop.org > > Cc: Jyri Sarha > > Cc: Laurent Pinchart > > Cc: Tomi Valkeinen > > Signed-off-by: Tony Lindgren > > --- > > > > This is needed for dropping DSS platform data that I'll be posting > > seprately. If this looks OK, can you guys please test and ack? > > > > --- > > Reviewed-by: Sebastian Reichel > > FWIW, I dropped omapdss-boot-init.c in my patch series updating DSI > code to use common panel infrastructure, so this will conflict. Hey that's great :) Sounds like we can set up an immutable branch for just this $subject patch against v5.6-rc1 to resolve the conflict. I can set it up for Tomi or Tomi can set it up for me, whichever Tomi prefers. Regards, Tony