diff options
| author | Heiko Stuebner <heiko@sntech.de> | 2025-05-03 22:10:42 +0200 |
|---|---|---|
| committer | Heiko Stuebner <heiko@sntech.de> | 2025-05-05 10:20:11 +0200 |
| commit | cb2a6738f33c3a9da7d1c0afa9ea5e9d78282eaa (patch) | |
| tree | d9291dbdddb99d218bc0e3407bb2f79ee0d0c710 | |
| parent | dd6c77864aa69ba1079998c590b552e35649d51b (diff) | |
| download | linux-cb2a6738f33c3a9da7d1c0afa9ea5e9d78282eaa.tar.gz linux-cb2a6738f33c3a9da7d1c0afa9ea5e9d78282eaa.zip | |
ARM: dts: rockchip: enable hdmi on rk3066 marsboard
The marsboard does have a regular hdmi-a connector and can simply
use the already existing infrastructure (rk3066-hdmi) for display
output.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20250503201043.990933-2-heiko@sntech.de
| -rw-r--r-- | arch/arm/boot/dts/rockchip/rk3066a-marsboard.dts | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rockchip/rk3066a-marsboard.dts b/arch/arm/boot/dts/rockchip/rk3066a-marsboard.dts index ada7dbfc06a5..d2924aca6f2d 100644 --- a/arch/arm/boot/dts/rockchip/rk3066a-marsboard.dts +++ b/arch/arm/boot/dts/rockchip/rk3066a-marsboard.dts @@ -19,6 +19,17 @@ reg = <0x60000000 0x40000000>; }; + hdmi_con { + compatible = "hdmi-connector"; + type = "a"; + + port { + hdmi_con_in: endpoint { + remote-endpoint = <&hdmi_out_con>; + }; + }; + }; + vdd_log: regulator-vdd-log { compatible = "pwm-regulator"; pwms = <&pwm3 0 1000>; @@ -58,6 +69,24 @@ cpu-supply = <&vdd_arm>; }; +&hdmi { + status = "okay"; +}; + +&hdmi_in_vop1 { + status = "disabled"; +}; + +&hdmi_out { + hdmi_out_con: endpoint { + remote-endpoint = <&hdmi_con_in>; + }; +}; + +&hdmi_sound { + status = "okay"; +}; + &i2c1 { status = "okay"; clock-frequency = <400000>; @@ -216,6 +245,10 @@ status = "okay"; }; +&vop0 { + status = "okay"; +}; + &wdt { status = "okay"; }; |
