diff options
author | Stephane Viau <sviau@codeaurora.org> | 2015-01-07 22:27:26 +0100 |
---|---|---|
committer | Rob Clark <robdclark@gmail.com> | 2015-02-01 21:32:45 +0100 |
commit | efbd349aeb4492cb1b907d3d6ae1fcb1aad1c662 (patch) | |
tree | eec76609551ce34610fe63077edac34be7952a84 /Documentation | |
parent | drm/msm/hdmi: use dynamic allocation for hdmi resources (diff) | |
download | linux-efbd349aeb4492cb1b907d3d6ae1fcb1aad1c662.tar.xz linux-efbd349aeb4492cb1b907d3d6ae1fcb1aad1c662.zip |
drm/msm/hdmi: Add HDMI platform config for apq8084
This change add the regulator/clock configuration for MDP5 v1.3.
This config is close to the one already existing for 8x74, except
that one more regulator is needed (hpd-5v-en).
Signed-off-by: Stephane Viau <sviau@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/drm/msm/hdmi.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/drm/msm/hdmi.txt b/Documentation/devicetree/bindings/drm/msm/hdmi.txt index aca917fe2ba7..c25d5aa8a32b 100644 --- a/Documentation/devicetree/bindings/drm/msm/hdmi.txt +++ b/Documentation/devicetree/bindings/drm/msm/hdmi.txt @@ -2,6 +2,7 @@ Qualcomm adreno/snapdragon hdmi output Required properties: - compatible: one of the following + * "qcom,hdmi-tx-8084" * "qcom,hdmi-tx-8660" * "qcom,hdmi-tx-8960" - reg: Physical base address and length of the controller's registers |