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=-8.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 F1CAEC71155 for ; Tue, 1 Dec 2020 10:48:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A26F420674 for ; Tue, 1 Dec 2020 10:48:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726986AbgLAKsf (ORCPT ); Tue, 1 Dec 2020 05:48:35 -0500 Received: from muru.com ([72.249.23.125]:49694 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725899AbgLAKsf (ORCPT ); Tue, 1 Dec 2020 05:48:35 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 56A5D80A9; Tue, 1 Dec 2020 10:48:01 +0000 (UTC) Date: Tue, 1 Dec 2020 12:47:50 +0200 From: Tony Lindgren To: Tomi Valkeinen Cc: Laurent Pinchart , Sebastian Reichel , Nikhil Devshatwar , linux-omap@vger.kernel.org, dri-devel@lists.freedesktop.org, Sekhar Nori , hns@goldelico.com Subject: Re: [PATCH v4 57/80] ARM: dts: omap5: add address-cells & size-cells to dsi Message-ID: <20201201104750.GY26857@atomide.com> References: <20201124124538.660710-1-tomi.valkeinen@ti.com> <20201124124538.660710-58-tomi.valkeinen@ti.com> <20201130095358.GI4141@pendragon.ideasonboard.com> <90a6fc14-78c5-f2c8-edb7-65fccde5fae8@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <90a6fc14-78c5-f2c8-edb7-65fccde5fae8@ti.com> Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org * Tomi Valkeinen [201201 10:39]: > On 30/11/2020 11:53, Laurent Pinchart wrote: > > Hi Tomi, > > > > Thank you for the patch. > > > > On Tue, Nov 24, 2020 at 02:45:15PM +0200, Tomi Valkeinen wrote: > >> Add address-cells & size-cells to DSI nodes so that board files do not > >> need to define them. > > > > How about adding ports too, while at it ? > > We don't have ports for other encoders either. I'm not sure if adding ports helps or not, but I > think it makes sense to add them consistently to all encoders on all boards if we want to go that way. > > > It would also be nice to convert the DT bindings to YAML :-) > > I agree, but not as part of this already 81 patch series. =) Please feel free to merge this via the dss tree: Acked-by: Tony Lindgren 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=-8.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 B691BC64E7C for ; Wed, 2 Dec 2020 08:20:23 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 29B1B22245 for ; Wed, 2 Dec 2020 08:20:23 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 29B1B22245 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 05C246EA13; Wed, 2 Dec 2020 08:19:53 +0000 (UTC) Received: from muru.com (muru.com [72.249.23.125]) by gabe.freedesktop.org (Postfix) with ESMTP id 3810989D56 for ; Tue, 1 Dec 2020 10:47:55 +0000 (UTC) Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 56A5D80A9; Tue, 1 Dec 2020 10:48:01 +0000 (UTC) Date: Tue, 1 Dec 2020 12:47:50 +0200 From: Tony Lindgren To: Tomi Valkeinen Subject: Re: [PATCH v4 57/80] ARM: dts: omap5: add address-cells & size-cells to dsi Message-ID: <20201201104750.GY26857@atomide.com> References: <20201124124538.660710-1-tomi.valkeinen@ti.com> <20201124124538.660710-58-tomi.valkeinen@ti.com> <20201130095358.GI4141@pendragon.ideasonboard.com> <90a6fc14-78c5-f2c8-edb7-65fccde5fae8@ti.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <90a6fc14-78c5-f2c8-edb7-65fccde5fae8@ti.com> X-Mailman-Approved-At: Wed, 02 Dec 2020 08:19:47 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: hns@goldelico.com, Sekhar Nori , Sebastian Reichel , dri-devel@lists.freedesktop.org, Laurent Pinchart , linux-omap@vger.kernel.org, Nikhil Devshatwar Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" * Tomi Valkeinen [201201 10:39]: > On 30/11/2020 11:53, Laurent Pinchart wrote: > > Hi Tomi, > > > > Thank you for the patch. > > > > On Tue, Nov 24, 2020 at 02:45:15PM +0200, Tomi Valkeinen wrote: > >> Add address-cells & size-cells to DSI nodes so that board files do not > >> need to define them. > > > > How about adding ports too, while at it ? > > We don't have ports for other encoders either. I'm not sure if adding ports helps or not, but I > think it makes sense to add them consistently to all encoders on all boards if we want to go that way. > > > It would also be nice to convert the DT bindings to YAML :-) > > I agree, but not as part of this already 81 patch series. =) Please feel free to merge this via the dss tree: Acked-by: Tony Lindgren _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel