2020-03-11 15:38:30

by Eugeniy Paltsev

[permalink] [raw]
Subject: [PATCH] ARC: [plat-axs10x]: PGU: remove unused encoder-slave property

ARC PGU is looking for encoder via endpoint mechanism and doesn't
use "encoder-slave" property for a long time. Let's drop unused
"encoder-slave" property from ARC PGU node in axs10x.

Signed-off-by: Eugeniy Paltsev <[email protected]>
---
arch/arc/boot/dts/axs10x_mb.dtsi | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/arc/boot/dts/axs10x_mb.dtsi b/arch/arc/boot/dts/axs10x_mb.dtsi
index 1d109b06e7d8..99d3e7175bf7 100644
--- a/arch/arc/boot/dts/axs10x_mb.dtsi
+++ b/arch/arc/boot/dts/axs10x_mb.dtsi
@@ -305,7 +305,6 @@
pgu@17000 {
compatible = "snps,arcpgu";
reg = <0x17000 0x400>;
- encoder-slave = <&adv7511>;
clocks = <&pguclk>;
clock-names = "pxlclk";
memory-region = <&frame_buffer>;
--
2.21.1


2020-03-12 05:20:35

by Alexey Brodkin

[permalink] [raw]
Subject: RE: [PATCH] ARC: [plat-axs10x]: PGU: remove unused encoder-slave property

Hi Eugeniy,

> -----Original Message-----
> From: Eugeniy Paltsev <[email protected]>
> Sent: Wednesday, March 11, 2020 10:37 PM
> To: [email protected]; Vineet Gupta <[email protected]>
> Cc: [email protected]; Alexey Brodkin <[email protected]>; Eugeniy Paltsev
> <[email protected]>
> Subject: [PATCH] ARC: [plat-axs10x]: PGU: remove unused encoder-slave property
>
> ARC PGU is looking for encoder via endpoint mechanism and doesn't
> use "encoder-slave" property for a long time. Let's drop unused
> "encoder-slave" property from ARC PGU node in axs10x.
>
> Signed-off-by: Eugeniy Paltsev <[email protected]>

Acked-by: Alexey Brodkin <[email protected]>