diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2017-03-21 18:25:46 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-04-04 21:04:17 +0300 |
commit | 6939db7e0dbfb94a4fea47a67f1fcf6234c407a0 (patch) | |
tree | 7cbe5b9cf04a202c5e5ac04d9a908a7a619b75ab /arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | |
parent | e9da72821f4d3bcb90dcda6aed5a1bf2ca39e753 (diff) | |
download | linux-6939db7e0dbfb94a4fea47a67f1fcf6234c407a0.tar.xz |
ARM64: dts: meson-gx: Add support for HDMI output
Add HDMI output and connector nodes.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi index b56732f4defb..4afe1c46ec11 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi @@ -620,3 +620,15 @@ &vpu { compatible = "amlogic,meson-gxbb-vpu", "amlogic,meson-gx-vpu"; }; + +&hdmi_tx { + compatible = "amlogic,meson-gxbb-dw-hdmi", "amlogic,meson-gx-dw-hdmi"; + resets = <&reset RESET_HDMITX_CAPB3>, + <&reset RESET_HDMI_SYSTEM_RESET>, + <&reset RESET_HDMI_TX>; + reset-names = "hdmitx_apb", "hdmitx", "hdmitx_phy"; + clocks = <&clkc CLKID_HDMI_PCLK>, + <&clkc CLKID_CLK81>, + <&clkc CLKID_GCLK_VENCI_INT0>; + clock-names = "isfr", "iahb", "venci"; +}; |