* [PATCH 0/2] (no cover subject)
@ 2023-09-12 7:16 Linus Walleij
2023-09-12 7:16 ` [PATCH 1/2] ARM: dts: versatile: Fix up VGA connector Linus Walleij
2023-09-12 7:16 ` [PATCH 2/2] ARM: dts: integrator: " Linus Walleij
0 siblings, 2 replies; 3+ messages in thread
From: Linus Walleij @ 2023-09-12 7:16 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley
Cc: linux-arm-kernel, devicetree, linux-kernel, Linus Walleij
Some Versatile family DTS updates for the v6.7 kernel
cycle.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
Linus Walleij (2):
ARM: dts: versatile: Fix up VGA connector
ARM: dts: integrator: Fix up VGA connector
arch/arm/boot/dts/arm/integratorap-im-pd1.dts | 3 +--
arch/arm/boot/dts/arm/versatile-ab.dts | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
---
base-commit: 0bb80ecc33a8fb5a682236443c1e740d5c917d1d
change-id: 20230912-versatile-dts-v6-7-28497ea9b7e7
Best regards,
--
Linus Walleij <linus.walleij@linaro.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/2] ARM: dts: versatile: Fix up VGA connector
2023-09-12 7:16 [PATCH 0/2] (no cover subject) Linus Walleij
@ 2023-09-12 7:16 ` Linus Walleij
2023-09-12 7:16 ` [PATCH 2/2] ARM: dts: integrator: " Linus Walleij
1 sibling, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2023-09-12 7:16 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley
Cc: linux-arm-kernel, devicetree, linux-kernel, Linus Walleij
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 | 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 2/2] ARM: dts: integrator: Fix up VGA connector
2023-09-12 7:16 [PATCH 0/2] (no cover subject) Linus Walleij
2023-09-12 7:16 ` [PATCH 1/2] ARM: dts: versatile: Fix up VGA connector Linus Walleij
@ 2023-09-12 7:16 ` Linus Walleij
1 sibling, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2023-09-12 7:16 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley
Cc: linux-arm-kernel, devicetree, linux-kernel, Linus Walleij
The bridge does not have any cells on the node level, just on the
ports.
The VGA connector is actually named "J30" 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/integratorap-im-pd1.dts | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/arm/integratorap-im-pd1.dts b/arch/arm/boot/dts/arm/integratorap-im-pd1.dts
index 7072a70da00d..367850ea0912 100644
--- a/arch/arm/boot/dts/arm/integratorap-im-pd1.dts
+++ b/arch/arm/boot/dts/arm/integratorap-im-pd1.dts
@@ -129,8 +129,6 @@ button@5 {
bridge {
compatible = "ti,ths8134b", "ti,ths8134";
- #address-cells = <1>;
- #size-cells = <0>;
ports {
#address-cells = <1>;
@@ -154,6 +152,7 @@ vga_bridge_out: endpoint {
vga {
compatible = "vga-connector";
+ label = "J30";
port {
vga_con_in: endpoint {
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-09-12 7:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-12 7:16 [PATCH 0/2] (no cover subject) Linus Walleij
2023-09-12 7:16 ` [PATCH 1/2] ARM: dts: versatile: Fix up VGA connector Linus Walleij
2023-09-12 7:16 ` [PATCH 2/2] ARM: dts: integrator: " Linus Walleij
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).