diff options
author | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> | 2017-01-04 16:34:12 +0300 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2017-01-13 21:38:20 +0300 |
commit | efd63c13a2b1357e74910b90d22444570ddc554f (patch) | |
tree | dade45f2d11c8b0216451c299ad1df97f60bb10d /arch/arm/boot/dts/qcom-apq8064-arrow-sd-600eval.dts | |
parent | ec65428fdd0c6d3cd88b5219fdccfc1f71b96e6a (diff) | |
download | linux-efd63c13a2b1357e74910b90d22444570ddc554f.tar.xz |
ARM: dts: sd-600eval: add hdmi support
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Reviewed-by: Archit Taneja <architt@codeaurora.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/qcom-apq8064-arrow-sd-600eval.dts')
-rw-r--r-- | arch/arm/boot/dts/qcom-apq8064-arrow-sd-600eval.dts | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-apq8064-arrow-sd-600eval.dts b/arch/arm/boot/dts/qcom-apq8064-arrow-sd-600eval.dts index 8fee42901a3d..231af99a372c 100644 --- a/arch/arm/boot/dts/qcom-apq8064-arrow-sd-600eval.dts +++ b/arch/arm/boot/dts/qcom-apq8064-arrow-sd-600eval.dts @@ -39,6 +39,17 @@ }; + hdmi-out { + compatible = "hdmi-connector"; + type = "a"; + + port { + hdmi_con: endpoint { + remote-endpoint = <&hdmi_out>; + }; + }; + }; + soc { rpm@108000 { regulators { @@ -362,5 +373,38 @@ pinctrl-names = "default"; pinctrl-0 = <&riva_wlan_pin_a>, <&riva_bt_pin_a>, <&riva_fm_pin_a>; }; + + hdmi-tx@4a00000 { + status = "okay"; + core-vdda-supply = <&pm8921_hdmi_switch>; + hdmi-mux-supply = <&vcc3v3>; + + hpd-gpio = <&tlmm_pinmux 72 GPIO_ACTIVE_HIGH>; + + ports { + port@1 { + endpoint { + remote-endpoint = <&hdmi_con>; + }; + }; + }; + }; + + hdmi-phy@4a00400 { + status = "okay"; + core-vdda-supply = <&pm8921_hdmi_switch>; + }; + + mdp@5100000 { + status = "okay"; + + ports { + port@3 { + endpoint { + remote-endpoint = <&hdmi_in>; + }; + }; + }; + }; }; }; |