From: Rob Herring <robh@kernel.org>
To: Liviu Dudau <liviu.dudau@arm.com>,
Sudeep Holla <sudeep.holla@arm.com>,
Lorenzo Pieralisi <lpieralisi@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: Robin Murphy <robin.murphy@arm.com>,
Linus Walleij <linus.walleij@linaro.org>,
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
Date: Tue, 28 Jun 2022 14:09:38 -0600 [thread overview]
Message-ID: <20220628200938.GB694214-robh@kernel.org> (raw)
In-Reply-To: <20220610204057.2203419-1-robh@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 <robin.murphy@arm.com>
> Cc: Linus Walleij <linus.walleij@linaro.org>
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
> 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
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Liviu Dudau <liviu.dudau@arm.com>,
Sudeep Holla <sudeep.holla@arm.com>,
Lorenzo Pieralisi <lpieralisi@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: Robin Murphy <robin.murphy@arm.com>,
Linus Walleij <linus.walleij@linaro.org>,
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
Date: Tue, 28 Jun 2022 14:09:38 -0600 [thread overview]
Message-ID: <20220628200938.GB694214-robh@kernel.org> (raw)
In-Reply-To: <20220610204057.2203419-1-robh@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 <robin.murphy@arm.com>
> Cc: Linus Walleij <linus.walleij@linaro.org>
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
> 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
>
next prev parent reply other threads:[~2022-06-28 20:10 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-10 20:40 [PATCH] arm64: dts: arm/fvp-base-revc: Remove 'panel-dpi' compatible Rob Herring
2022-06-10 20:40 ` Rob Herring
2022-06-14 10:14 ` Sudeep Holla
2022-06-14 10:14 ` Sudeep Holla
2022-06-28 20:09 ` Rob Herring [this message]
2022-06-28 20:09 ` Rob Herring
2022-06-28 20:22 ` Linus Walleij
2022-06-28 20:22 ` Linus Walleij
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220628200938.GB694214-robh@kernel.org \
--to=robh@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=liviu.dudau@arm.com \
--cc=lpieralisi@kernel.org \
--cc=robin.murphy@arm.com \
--cc=sudeep.holla@arm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.