linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: arm/fvp-base-revc: Remove 'panel-dpi' compatible
@ 2022-06-10 20:40 Rob Herring
  2022-06-14 10:14 ` Sudeep Holla
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Rob Herring @ 2022-06-10 20:40 UTC (permalink / raw)
  To: Liviu Dudau, Sudeep Holla, Lorenzo Pieralisi, Krzysztof Kozlowski
  Cc: Robin Murphy, Linus Walleij, linux-arm-kernel, devicetree, linux-kernel

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(-)

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm64: dts: arm/fvp-base-revc: Remove 'panel-dpi' compatible
  2022-06-10 20:40 [PATCH] arm64: dts: arm/fvp-base-revc: Remove 'panel-dpi' compatible Rob Herring
@ 2022-06-14 10:14 ` Sudeep Holla
  2022-06-28 20:09 ` Rob Herring
  2022-06-28 20:22 ` Linus Walleij
  2 siblings, 0 replies; 4+ messages in thread
From: Sudeep Holla @ 2022-06-14 10:14 UTC (permalink / raw)
  To: Lorenzo Pieralisi, Liviu Dudau, Krzysztof Kozlowski, Rob Herring
  Cc: Sudeep Holla, Linus Walleij, linux-arm-kernel, Robin Murphy,
	linux-kernel, devicetree

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm64: dts: arm/fvp-base-revc: Remove 'panel-dpi' compatible
  2022-06-10 20:40 [PATCH] arm64: dts: arm/fvp-base-revc: Remove 'panel-dpi' compatible Rob Herring
  2022-06-14 10:14 ` Sudeep Holla
@ 2022-06-28 20:09 ` Rob Herring
  2022-06-28 20:22 ` Linus Walleij
  2 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2022-06-28 20:09 UTC (permalink / raw)
  To: Liviu Dudau, Sudeep Holla, Lorenzo Pieralisi, Krzysztof Kozlowski
  Cc: Robin Murphy, Linus Walleij, linux-arm-kernel, devicetree, linux-kernel

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
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm64: dts: arm/fvp-base-revc: Remove 'panel-dpi' compatible
  2022-06-10 20:40 [PATCH] arm64: dts: arm/fvp-base-revc: Remove 'panel-dpi' compatible Rob Herring
  2022-06-14 10:14 ` Sudeep Holla
  2022-06-28 20:09 ` Rob Herring
@ 2022-06-28 20:22 ` Linus Walleij
  2 siblings, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2022-06-28 20:22 UTC (permalink / raw)
  To: Rob Herring
  Cc: Liviu Dudau, Sudeep Holla, Lorenzo Pieralisi,
	Krzysztof Kozlowski, Robin Murphy, linux-arm-kernel, devicetree,
	linux-kernel

On Fri, Jun 10, 2022 at 10:41 PM Rob Herring <robh@kernel.org> 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>

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-06-28 20:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-10 20:40 [PATCH] arm64: dts: arm/fvp-base-revc: Remove 'panel-dpi' compatible Rob Herring
2022-06-14 10:14 ` Sudeep Holla
2022-06-28 20:09 ` Rob Herring
2022-06-28 20:22 ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).