diff options
author | Rahul Sharma <Rahul.Sharma@samsung.com> | 2014-05-09 15:34:18 +0900 |
---|---|---|
committer | Inki Dae <daeinki@gmail.com> | 2014-06-02 02:07:08 +0900 |
commit | d5e9ca4ca9c78fe1d1812356b31b4a65a9ed8290 (patch) | |
tree | 1a439f2dfd7de35b026fe5037c0c138f81f3cae8 /drivers/gpu/drm/exynos/regs-hdmi.h | |
parent | 8e9c3f386db522454aaf2d6408446b0c663c6a86 (diff) | |
download | talos-op-linux-d5e9ca4ca9c78fe1d1812356b31b4a65a9ed8290.tar.gz talos-op-linux-d5e9ca4ca9c78fe1d1812356b31b4a65a9ed8290.zip |
drm/exynos: add support for apb mapped phys in hdmi driver
Previous SoCs have hdmi phys which are accessible through
dedicated i2c lines. Newer SoCs have Apb mapped hdmi phys.
Hdmi driver is modified to support apb mapped phys.
Signed-off-by: Rahul Sharma <Rahul.Sharma@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/exynos/regs-hdmi.h')
-rw-r--r-- | drivers/gpu/drm/exynos/regs-hdmi.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpu/drm/exynos/regs-hdmi.h b/drivers/gpu/drm/exynos/regs-hdmi.h index ef1b3eb3ba6e..84a69cdd8e8d 100644 --- a/drivers/gpu/drm/exynos/regs-hdmi.h +++ b/drivers/gpu/drm/exynos/regs-hdmi.h @@ -578,4 +578,11 @@ #define HDMI_TG_VACT_ST4_H HDMI_TG_BASE(0x0074) #define HDMI_TG_3D HDMI_TG_BASE(0x00F0) +/* HDMI PHY Registers Offsets*/ +#define HDMIPHY_MODE_SET_DONE (0x7C >> 2) + +/* HDMI PHY Values */ +#define HDMI_PHY_DISABLE_MODE_SET 0x80 +#define HDMI_PHY_ENABLE_MODE_SET 0x00 + #endif /* SAMSUNG_REGS_HDMI_H */ |