Commit e2266d37 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Rob Herring
Browse files

dt-bindings: display: tilcd: Fix endpoint addressing in example

parent a8bc0707
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ Example:
		blue-and-red-wiring = "crossed";

		port {
			lcdc_0: endpoint@0 {
			lcdc_0: endpoint {
				remote-endpoint = <&hdmi_0>;
			};
		};
@@ -75,7 +75,7 @@ Example:
		pinctrl-1 = <&nxp_hdmi_bonelt_off_pins>;

		port {
			hdmi_0: endpoint@0 {
			hdmi_0: endpoint {
				remote-endpoint = <&lcdc_0>;
			};
		};