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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0F170C43334 for ; Tue, 28 Jun 2022 20:10:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=z/dHH+8+cdsLHX70Ny4GTxClq8We9hccOSfevMmg0is=; b=CpzxhZID1gbuug R3m/9vr3P4B7ZRGa2YtXg6mABeUB4xNQcsqghZz/POzwBEd0xRXgkfME4Zz4ThHlau+5weLRNKGv2 VSdZexpmOYZmI8qjVGS460mmSyFyBoNd4I6Do9mMxOYiBUsiRfsddLGV6Wmv+pMSLjGmqIM7yrA7g fFbtcy0d6hFntONDhhiXR1M722bP8+skYvYxq9AAPnUKSOFwFwGs0LRTwZ+fTgjlIwWyDOYW8e7Cc wmh42pzoj7gi3dEs1ReJ+q7ozst/3m/P/YWByZAmvi/w3eJx1PuSvqXSSKr088HhNqY0HS7UZt2K0 C5XMkwX70X6Qz2mwnrhw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o6HWt-007yvX-Ns; Tue, 28 Jun 2022 20:09:48 +0000 Received: from mail-io1-f52.google.com ([209.85.166.52]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o6HWo-007ytv-Kj for linux-arm-kernel@lists.infradead.org; Tue, 28 Jun 2022 20:09:43 +0000 Received: by mail-io1-f52.google.com with SMTP id p69so13971694iod.10 for ; Tue, 28 Jun 2022 13:09:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=SDJBY+ZeASoeM7vQn8Id3dYSLfSmtbet8rA42TclzBk=; b=l6fwV4RCvWmF8OQuosmnaTPkUmo4ALQfFTHrYCmBgOD6xs4YCupGQnhNH+q9VGSXn4 K7c7AgL2vsVINeo2SoowU/Y9tKIIvirFwDHTYyprxJdHnvBrmKh44y8NWD0nq2CBGdmN OTLIcAq49pqDZnpSgETmnLW8JHyDm2A+npANegIGRgEUCjGvmPIYUJNXqhRTzlBan6z4 oVPUmS+SGg6TuJ+msQNG5wC+JGEyyNnQ8+G2tgfmaYS/qwGotCfDnNew6B9Cypd1Edol jBIM2jh1sm4XYOE6Ca3whY0gry/JWfP6DFZHuH1kVzFiAU7FdrtIBrAAjKvIi3uzCeAR dN4A== X-Gm-Message-State: AJIora/1k2L5/G5ESSJqKao+/TmExQjVy6u6/pc7RfBBTXhMU7CUYw4y /fH0KGXpYrooTBmbvckK4w== X-Google-Smtp-Source: AGRyM1vzz7HPIhSWKykINsqWzk1rWD9FRHy+C0QD6JICeW3aqG8X2ql/+Wk1iaWAwJcjoC5BooTPcg== X-Received: by 2002:a05:6638:111:b0:33a:3a10:c0a5 with SMTP id x17-20020a056638011100b0033a3a10c0a5mr12223527jao.81.1656446980422; Tue, 28 Jun 2022 13:09:40 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id u10-20020a02b1ca000000b00339da678a7csm6387082jah.78.2022.06.28.13.09.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 28 Jun 2022 13:09:40 -0700 (PDT) Received: (nullmailer pid 898325 invoked by uid 1000); Tue, 28 Jun 2022 20:09:38 -0000 Date: Tue, 28 Jun 2022 14:09:38 -0600 From: Rob Herring To: Liviu Dudau , Sudeep Holla , Lorenzo Pieralisi , Krzysztof Kozlowski Cc: Robin Murphy , Linus Walleij , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm64: dts: arm/fvp-base-revc: Remove 'panel-dpi' compatible Message-ID: <20220628200938.GB694214-robh@kernel.org> References: <20220610204057.2203419-1-robh@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220610204057.2203419-1-robh@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220628_130942_712431_73CF2D43 X-CRM114-Status: GOOD ( 16.78 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Jun 10, 2022 at 02:40:57PM -0600, Rob Herring wrote: > The rtsm-display panel timing node was removed in commit 928faf5e3e8d > ("arm64: dts: fvp: Remove panel timings"). Without the node, 'panel-dpi' > is not needed either. > > Cc: Robin Murphy > Cc: Linus Walleij > Signed-off-by: Rob Herring > --- > arch/arm64/boot/dts/arm/fvp-base-revc.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Ping! > > diff --git a/arch/arm64/boot/dts/arm/fvp-base-revc.dts b/arch/arm64/boot/dts/arm/fvp-base-revc.dts > index a496e39e6204..5f6f30c801a7 100644 > --- a/arch/arm64/boot/dts/arm/fvp-base-revc.dts > +++ b/arch/arm64/boot/dts/arm/fvp-base-revc.dts > @@ -186,7 +186,7 @@ smmu: iommu@2b400000 { > }; > > panel { > - compatible = "arm,rtsm-display", "panel-dpi"; > + compatible = "arm,rtsm-display"; > port { > panel_in: endpoint { > remote-endpoint = <&clcd_pads>; > -- > 2.34.1 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E5983C433EF for ; Tue, 28 Jun 2022 20:15:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231805AbiF1UPq (ORCPT ); Tue, 28 Jun 2022 16:15:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57104 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229944AbiF1UPT (ORCPT ); Tue, 28 Jun 2022 16:15:19 -0400 Received: from mail-io1-f47.google.com (mail-io1-f47.google.com [209.85.166.47]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 35F933DA4A; Tue, 28 Jun 2022 13:09:41 -0700 (PDT) Received: by mail-io1-f47.google.com with SMTP id s17so13992394iob.7; Tue, 28 Jun 2022 13:09:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=SDJBY+ZeASoeM7vQn8Id3dYSLfSmtbet8rA42TclzBk=; b=MlFcdkDp0fhPf85zCJm5TCjoGAdpK8rePwJLDeR6bBj23GSzpgAYgJeDBgfNkb7ziv Ux9ro0DufJ97SWPTr/uXhuFe2oWHQLzkP+dyK07cxTGsrCAlF1F73M+p/d2aqmQgl1FL 1oUohFZpFg1mrk71gVJeCal0LCH7/6fsca/oZdMGvnvLFj7AuVwcqQQkr2a4lnFS0/48 KLIS5yjq/32aJhReupOx9oMbeqo7pK37K/q6VNNHUku61enBUFJCRKYUr1dqaBLgRjoP hZbwUsws760RgWkXGYAZ05fSibi/2QzwNvy8mkYHp848tkSuNWsGNRx6wobyOLqOCpna zneA== X-Gm-Message-State: AJIora/jTvvshX+r+qk7EwHypixGsQdRoMJhmw/Fjr69sGVfrrJ2tVKL W57G/jylXh2WcqR1Y8JcVzi9ze0XgA== X-Google-Smtp-Source: AGRyM1vzz7HPIhSWKykINsqWzk1rWD9FRHy+C0QD6JICeW3aqG8X2ql/+Wk1iaWAwJcjoC5BooTPcg== X-Received: by 2002:a05:6638:111:b0:33a:3a10:c0a5 with SMTP id x17-20020a056638011100b0033a3a10c0a5mr12223527jao.81.1656446980422; Tue, 28 Jun 2022 13:09:40 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id u10-20020a02b1ca000000b00339da678a7csm6387082jah.78.2022.06.28.13.09.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 28 Jun 2022 13:09:40 -0700 (PDT) Received: (nullmailer pid 898325 invoked by uid 1000); Tue, 28 Jun 2022 20:09:38 -0000 Date: Tue, 28 Jun 2022 14:09:38 -0600 From: Rob Herring To: Liviu Dudau , Sudeep Holla , Lorenzo Pieralisi , Krzysztof Kozlowski Cc: Robin Murphy , Linus Walleij , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm64: dts: arm/fvp-base-revc: Remove 'panel-dpi' compatible Message-ID: <20220628200938.GB694214-robh@kernel.org> References: <20220610204057.2203419-1-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220610204057.2203419-1-robh@kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, Jun 10, 2022 at 02:40:57PM -0600, Rob Herring wrote: > The rtsm-display panel timing node was removed in commit 928faf5e3e8d > ("arm64: dts: fvp: Remove panel timings"). Without the node, 'panel-dpi' > is not needed either. > > Cc: Robin Murphy > Cc: Linus Walleij > Signed-off-by: Rob Herring > --- > arch/arm64/boot/dts/arm/fvp-base-revc.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Ping! > > diff --git a/arch/arm64/boot/dts/arm/fvp-base-revc.dts b/arch/arm64/boot/dts/arm/fvp-base-revc.dts > index a496e39e6204..5f6f30c801a7 100644 > --- a/arch/arm64/boot/dts/arm/fvp-base-revc.dts > +++ b/arch/arm64/boot/dts/arm/fvp-base-revc.dts > @@ -186,7 +186,7 @@ smmu: iommu@2b400000 { > }; > > panel { > - compatible = "arm,rtsm-display", "panel-dpi"; > + compatible = "arm,rtsm-display"; > port { > panel_in: endpoint { > remote-endpoint = <&clcd_pads>; > -- > 2.34.1 >