mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
ARM: dts: versatile: Fix up VGA connector
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>
This commit is contained in:
parent
3baa4c5143
commit
ff16f94121
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user