Skip to content

Commit

Permalink
ARM: dts: versatile: Fix up VGA connector
Browse files Browse the repository at this point in the history
The bridge does not have any cells on the node level, just on the
ports.

The VGA connector is actually named "J1" on the board so give it that
name in the device tree.

Signed-off-by: Linus Walleij <[email protected]>
  • Loading branch information
linusw committed Feb 21, 2024
1 parent 3baa4c5 commit ff16f94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/arm/boot/dts/arm/versatile-ab.dts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@

bridge {
compatible = "ti,ths8134b", "ti,ths8134";
#address-cells = <1>;
#size-cells = <0>;

ports {
#address-cells = <1>;
Expand All @@ -59,6 +57,7 @@

vga {
compatible = "vga-connector";
label = "J1";

port {
vga_con_in: endpoint {
Expand Down

0 comments on commit ff16f94

Please sign in to comment.