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. Acked-by: Alexey Brodkin <abrodkin@synopsys.com> Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
This commit is contained in:
parent
fb33c6510d
commit
f61f530c5a
|
@ -305,7 +305,6 @@
|
||||||
pgu@17000 {
|
pgu@17000 {
|
||||||
compatible = "snps,arcpgu";
|
compatible = "snps,arcpgu";
|
||||||
reg = <0x17000 0x400>;
|
reg = <0x17000 0x400>;
|
||||||
encoder-slave = <&adv7511>;
|
|
||||||
clocks = <&pguclk>;
|
clocks = <&pguclk>;
|
||||||
clock-names = "pxlclk";
|
clock-names = "pxlclk";
|
||||||
memory-region = <&frame_buffer>;
|
memory-region = <&frame_buffer>;
|
||||||
|
|
Loading…
Reference in New Issue