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

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

Remove the bogus unit addresses from the endpoints in the example.
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/c58b9cdcd09cf669bb63cd9465d0f75dd66e742c.1634822358.git.geert+renesas@glider.beSigned-off-by: default avatarRob Herring <robh@kernel.org>
parent a8bc0707
...@@ -60,7 +60,7 @@ Example: ...@@ -60,7 +60,7 @@ Example:
blue-and-red-wiring = "crossed"; blue-and-red-wiring = "crossed";
port { port {
lcdc_0: endpoint@0 { lcdc_0: endpoint {
remote-endpoint = <&hdmi_0>; remote-endpoint = <&hdmi_0>;
}; };
}; };
...@@ -75,7 +75,7 @@ Example: ...@@ -75,7 +75,7 @@ Example:
pinctrl-1 = <&nxp_hdmi_bonelt_off_pins>; pinctrl-1 = <&nxp_hdmi_bonelt_off_pins>;
port { port {
hdmi_0: endpoint@0 { hdmi_0: endpoint {
remote-endpoint = <&lcdc_0>; remote-endpoint = <&lcdc_0>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment