2022-06-10 21:51:40

by Rob Herring (Arm)

[permalink] [raw]
Subject: [PATCH] arm64: dts: arm/fvp-base-revc: Remove 'panel-dpi' compatible

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 <[email protected]>
Cc: Linus Walleij <[email protected]>
Signed-off-by: Rob Herring <[email protected]>
---
arch/arm64/boot/dts/arm/fvp-base-revc.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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


2022-06-14 10:17:50

by Sudeep Holla

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: arm/fvp-base-revc: Remove 'panel-dpi' compatible

On Fri, 10 Jun 2022 14:40:57 -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.
>

Applied to sudeep.holla/linux (for-next/juno), thanks!

[1/1] arm64: dts: arm/fvp-base-revc: Remove 'panel-dpi' compatible
https://git.kernel.org/sudeep.holla/c/7fc96d7162

--
Regards,
Sudeep

2022-06-28 20:55:46

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: arm/fvp-base-revc: Remove 'panel-dpi' compatible

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 <[email protected]>
> Cc: Linus Walleij <[email protected]>
> Signed-off-by: Rob Herring <[email protected]>
> ---
> 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
>

2022-06-28 21:31:06

by Linus Walleij

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: arm/fvp-base-revc: Remove 'panel-dpi' compatible

On Fri, Jun 10, 2022 at 10:41 PM Rob Herring <[email protected]> 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 <[email protected]>
> Cc: Linus Walleij <[email protected]>
> Signed-off-by: Rob Herring <[email protected]>

Reviewed-by: Linus Walleij <[email protected]>

Yours,
Linus Walleij