diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2017-08-04 15:12:13 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-08-22 15:37:22 -0700 |
commit | b16c71c9f6ff50d4e4398cefd9113d82ee2fe8e6 (patch) | |
tree | 6d04fd6312c62f42a87f83f4fab52290da229255 /arch/arm64/boot/dts/amlogic/meson-gxm-nexbox-a1.dts | |
parent | 7fd2c355a2728153f07e5920e140049ba27d0daa (diff) |
ARM64: dts: meson-gx: Add AO CEC nodes
This patch adds the AO CEC node in all the HDMI enabled boards DTS.
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-gxm-nexbox-a1.dts')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxm-nexbox-a1.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxm-nexbox-a1.dts b/arch/arm64/boot/dts/amlogic/meson-gxm-nexbox-a1.dts index 5f626d683088..9b10c5f4f8c0 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxm-nexbox-a1.dts +++ b/arch/arm64/boot/dts/amlogic/meson-gxm-nexbox-a1.dts @@ -113,6 +113,13 @@ }; }; +&cec_AO { + status = "okay"; + pinctrl-0 = <&ao_cec_pins>; + pinctrl-names = "default"; + hdmi-phandle = <&hdmi_tx>; +}; + &cvbs_vdac_port { cvbs_vdac_out: endpoint { remote-endpoint = <&cvbs_connector_in>; |