diff options
author | Vladimir Barinov <[email protected]> | 2017-07-11 05:47:17 +0300 |
---|---|---|
committer | Simon Horman <[email protected]> | 2017-07-27 16:00:04 +0200 |
commit | 9f9b22e8c0b704c83fe4a1099ffd6f5d3971f9ac (patch) | |
tree | 899afe16c47f7292d27dc2a7c9aae8d82b14ba38 | |
parent | d6e381673d8762223816f81632cd1d0b6597f4c0 (diff) |
arm64: dts: ulcb: Add HDMI output connector
The ULCB board has one HDMI output connector.
This connector is available on both the H3 and M3-W ULCB boards.
Add this to the ulcb.dtsi file.
Signed-off-by: Vladimir Barinov <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Reviewed-by: Laurent Pinchart <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/renesas/ulcb.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/renesas/ulcb.dtsi b/arch/arm64/boot/dts/renesas/ulcb.dtsi index 17a1f00ba36f..9f93d6087df2 100644 --- a/arch/arm64/boot/dts/renesas/ulcb.dtsi +++ b/arch/arm64/boot/dts/renesas/ulcb.dtsi @@ -34,6 +34,16 @@ clock-frequency = <11289600>; }; + hdmi0-out { + compatible = "hdmi-connector"; + type = "a"; + + port { + hdmi0_con: endpoint { + }; + }; + }; + keyboard { compatible = "gpio-keys"; |