Commit 928faf5e authored by Robin Murphy's avatar Robin Murphy Committed by Sudeep Holla
Browse files

arm64: dts: fvp: Remove panel timings

The simple-panel driver already has hard-coded timings for
"arm,rtsm-display", and as such screams at us for trying to override a
fixed mode from DT. Since the exact values probably don't matter all
that much anyway, just remove the DT node to keep boot quiet.

Link: https://lore.kernel.org/r/2701c187cf8e0762df38f68cc069ec2c29a3b5a9.1626283322.git.robin.murphy@arm.com


Reviewed-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarRobin Murphy <robin.murphy@arm.com>
Signed-off-by: default avatarSudeep Holla <sudeep.holla@arm.com>
parent 6880fa6c
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -192,18 +192,6 @@ panel_in: endpoint {
				remote-endpoint = <&clcd_pads>;
			};
		};

	       panel-timing {
		       clock-frequency = <63500127>;
		       hactive = <1024>;
		       hback-porch = <152>;
		       hfront-porch = <48>;
		       hsync-len = <104>;
		       vactive = <768>;
		       vback-porch = <23>;
		       vfront-porch = <3>;
		       vsync-len = <4>;
	       };
	};

	bus@8000000 {