[PATCH 1/2] ARM: dts: versatile: Fix up VGA connector

From: Linus Walleij
Date: Tue Sep 12 2023 - 03:16:08 EST


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@xxxxxxxxxx>
---
arch/arm/boot/dts/arm/versatile-ab.dts | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/arm/versatile-ab.dts b/arch/arm/boot/dts/arm/versatile-ab.dts
index f31dcf7e5862..de45aa99e260 100644
--- a/arch/arm/boot/dts/arm/versatile-ab.dts
+++ b/arch/arm/boot/dts/arm/versatile-ab.dts
@@ -32,8 +32,6 @@ xtal24mhz: xtal24mhz@24M {

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

ports {
#address-cells = <1>;
@@ -59,6 +57,7 @@ vga_bridge_out: endpoint {

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

port {
vga_con_in: endpoint {

--
2.34.1