diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2017-06-08 11:31:22 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-06-09 14:38:22 -0400 |
commit | b43186dba1b5e2beadc5d38c40c9ef0bb5615d58 (patch) | |
tree | 8c40b0a10a86b70dd0ad4fcddf3498a295edd08c | |
parent | 5838a4d0a273e13054e2aa334bbfefe4fae2923d (diff) |
ARM64: dts: meson-gxl-s905x-khadas-vim: Add HDMI nodes
Add HDMI nodes for the Khadas Vim board.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxl-s905x-khadas-vim.dts | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-khadas-vim.dts b/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-khadas-vim.dts index 6a81f0168da5..72c5a9f64ca8 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-khadas-vim.dts +++ b/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-khadas-vim.dts | |||
@@ -54,6 +54,29 @@ | |||
54 | linux,default-trigger = "default-on"; | 54 | linux,default-trigger = "default-on"; |
55 | }; | 55 | }; |
56 | }; | 56 | }; |
57 | |||
58 | hdmi-connector { | ||
59 | compatible = "hdmi-connector"; | ||
60 | type = "a"; | ||
61 | |||
62 | port { | ||
63 | hdmi_connector_in: endpoint { | ||
64 | remote-endpoint = <&hdmi_tx_tmds_out>; | ||
65 | }; | ||
66 | }; | ||
67 | }; | ||
68 | }; | ||
69 | |||
70 | &hdmi_tx { | ||
71 | status = "okay"; | ||
72 | pinctrl-0 = <&hdmi_hpd_pins>, <&hdmi_i2c_pins>; | ||
73 | pinctrl-names = "default"; | ||
74 | }; | ||
75 | |||
76 | &hdmi_tx_tmds_port { | ||
77 | hdmi_tx_tmds_out: endpoint { | ||
78 | remote-endpoint = <&hdmi_connector_in>; | ||
79 | }; | ||
57 | }; | 80 | }; |
58 | 81 | ||
59 | &i2c_A { | 82 | &i2c_A { |