Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

Remove the bogus unit addresses from the endpoints in the example.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/c58b9cdcd09cf669bb63cd9465d0f75dd66e742c.1634822358.git.geert+renesas@glider.be
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Geert Uytterhoeven and committed by
Rob Herring
e2266d37 a8bc0707

+2 -2
+2 -2
Documentation/devicetree/bindings/display/tilcdc/tilcdc.txt
··· 60 60 blue-and-red-wiring = "crossed"; 61 61 62 62 port { 63 - lcdc_0: endpoint@0 { 63 + lcdc_0: endpoint { 64 64 remote-endpoint = <&hdmi_0>; 65 65 }; 66 66 }; ··· 75 75 pinctrl-1 = <&nxp_hdmi_bonelt_off_pins>; 76 76 77 77 port { 78 - hdmi_0: endpoint@0 { 78 + hdmi_0: endpoint { 79 79 remote-endpoint = <&lcdc_0>; 80 80 }; 81 81 };