diff options
| author | Robert Mazur <robert.mazur@imgtec.com> | 2026-03-25 11:18:59 +0300 |
|---|---|---|
| committer | Drew Fustini <fustini@kernel.org> | 2026-03-25 19:20:38 +0300 |
| commit | 74ec3d52c0035b662ec295bef2bbffad68446391 (patch) | |
| tree | 54d8ec6b3f574be835a74209c9f3b44f847e1b70 | |
| parent | a7aa874b69460896349985833059a764e688f1d0 (diff) | |
| download | linux-74ec3d52c0035b662ec295bef2bbffad68446391.tar.xz | |
riscv: dts: thead: beaglev-ahead: enable HDMI output
The BeagleV Ahead board includes a micro HDMI connector (Type-D)
wired to the TH1520 SoC's HDMI transmitter.
Enable the display pipeline by adding the HDMI connector node,
connecting it to the HDMI controller, and activating the DPU
and HDMI nodes.
Signed-off-by: Robert Mazur <robert.mazur@imgtec.com>
Signed-off-by: Drew Fustini <fustini@kernel.org>
| -rw-r--r-- | arch/riscv/boot/dts/thead/th1520-beaglev-ahead.dts | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/arch/riscv/boot/dts/thead/th1520-beaglev-ahead.dts b/arch/riscv/boot/dts/thead/th1520-beaglev-ahead.dts index 21c33f165ba9..91f3f9b987bc 100644 --- a/arch/riscv/boot/dts/thead/th1520-beaglev-ahead.dts +++ b/arch/riscv/boot/dts/thead/th1520-beaglev-ahead.dts @@ -75,6 +75,17 @@ label = "led5"; }; }; + + hdmi-connector { + compatible = "hdmi-connector"; + type = "d"; + + port { + hdmi_con_in: endpoint { + remote-endpoint = <&hdmi_out_con>; + }; + }; + }; }; &osc { @@ -236,6 +247,20 @@ status = "okay"; }; +&dpu { + status = "okay"; +}; + +&hdmi { + status = "okay"; +}; + +&hdmi_out_port { + hdmi_out_con: endpoint { + remote-endpoint = <&hdmi_con_in>; + }; +}; + &uart0 { pinctrl-names = "default"; pinctrl-0 = <&uart0_pins>; |
