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.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no 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 700A8C43603 for ; Wed, 11 Dec 2019 16:53:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4D515214AF for ; Wed, 11 Dec 2019 16:53:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730058AbfLKQxe (ORCPT ); Wed, 11 Dec 2019 11:53:34 -0500 Received: from muru.com ([72.249.23.125]:45622 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730612AbfLKQxe (ORCPT ); Wed, 11 Dec 2019 11:53:34 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 4B58380FA; Wed, 11 Dec 2019 16:54:13 +0000 (UTC) Date: Wed, 11 Dec 2019 08:53:31 -0800 From: Tony Lindgren To: Laurent Pinchart Cc: Tomi Valkeinen , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, Thierry Reding , Jyri Sarha , Peter Ujfalusi Subject: Re: [PATCH 2/3] ARM: dts: am437x-gp/epos-evm: drop unused panel timings Message-ID: <20191211165331.GC43123@atomide.com> References: <20191114093950.4101-1-tomi.valkeinen@ti.com> <20191114093950.4101-3-tomi.valkeinen@ti.com> <20191202130459.GH4929@pendragon.ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191202130459.GH4929@pendragon.ideasonboard.com> User-Agent: Mutt/1.12.2 (2019-09-21) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org * Laurent Pinchart [191202 13:05]: > Hi Tomi, > > Thank you for the patch. > > On Thu, Nov 14, 2019 at 11:39:49AM +0200, Tomi Valkeinen wrote: > > panel-simple now handled panel osd070t1718-19ts, and we no longer need > > the panel timings in the DT file. So remove them. > > Should you in that case drop the panel-dpi compatible string too, as the > panel-dpi bindings require panel timings in DT ? Yeah sounds like if panel-dpi is no longer usable for this device it should be dropped from the compatible list. Regards, Tony