diff options
author | Stephane Viau <sviau@codeaurora.org> | 2015-01-07 16:27:27 -0500 |
---|---|---|
committer | Rob Clark <robdclark@gmail.com> | 2015-02-01 15:32:46 -0500 |
commit | 5eba5d870f7234ecd25ec704dcfeb743c402dbe1 (patch) | |
tree | c72630f7ff61fcea90b76f42d63ee09f149f0b13 /Documentation | |
parent | efbd349aeb4492cb1b907d3d6ae1fcb1aad1c662 (diff) | |
download | linux-stable-5eba5d870f7234ecd25ec704dcfeb743c402dbe1.tar.gz linux-stable-5eba5d870f7234ecd25ec704dcfeb743c402dbe1.tar.bz2 linux-stable-5eba5d870f7234ecd25ec704dcfeb743c402dbe1.zip |
drm/msm/hdmi: rework hdmi configurations, using dt_match[]
In the same idea mdp5_cfg was added, this change allows us to quickly
add new instances, such as apq8084's HDMI in this case.
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 c25d5aa8a32b..a29a55f3d937 100644 --- a/Documentation/devicetree/bindings/drm/msm/hdmi.txt +++ b/Documentation/devicetree/bindings/drm/msm/hdmi.txt @@ -3,6 +3,7 @@ Qualcomm adreno/snapdragon hdmi output Required properties: - compatible: one of the following * "qcom,hdmi-tx-8084" + * "qcom,hdmi-tx-8074" * "qcom,hdmi-tx-8660" * "qcom,hdmi-tx-8960" - reg: Physical base address and length of the controller's registers |