ARM: dts: versatile: Fix up VGA connector
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 12 Sep 2023 07:16:02 +0000 (09:16 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 21 Feb 2024 22:30:01 +0000 (23:30 +0100)
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 <linus.walleij@linaro.org>
arch/arm/boot/dts/arm/versatile-ab.dts

index f31dcf7e5862e9229716dbbcfe427b38a578a7e2..de45aa99e2608911a8fbd6347b950d0cebf9f802 100644 (file)
@@ -32,8 +32,6 @@
 
        bridge {
                compatible = "ti,ths8134b", "ti,ths8134";
-               #address-cells = <1>;
-               #size-cells = <0>;
 
                ports {
                        #address-cells = <1>;
@@ -59,6 +57,7 @@
 
        vga {
                compatible = "vga-connector";
+               label = "J1";
 
                port {
                        vga_con_in: endpoint {