| From 02097e4d4ad3e21394ceab53a72546bddfb6fa87 Mon Sep 17 00:00:00 2001 |
| From: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> |
| Date: Thu, 18 Apr 2013 01:06:57 +0200 |
| Subject: ARM: shmobile: r8a7740: Remove HDMI function GPIOs |
| |
| Those GPIOs have been deprecated by the pinctrl API. They are unused and |
| unneeded, remove them. |
| |
| Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> |
| Signed-off-by: Simon Horman <horms+renesas@verge.net.au> |
| (cherry picked from commit 7e454d1f26c704413f52050ba67d3144b853faed) |
| Signed-off-by: Simon Horman <horms+renesas@verge.net.au> |
| --- |
| arch/arm/mach-shmobile/include/mach/r8a7740.h | 4 ---- |
| 1 file changed, 4 deletions(-) |
| |
| diff --git a/arch/arm/mach-shmobile/include/mach/r8a7740.h b/arch/arm/mach-shmobile/include/mach/r8a7740.h |
| index cb8e3fb5..ed30a1df 100644 |
| --- a/arch/arm/mach-shmobile/include/mach/r8a7740.h |
| +++ b/arch/arm/mach-shmobile/include/mach/r8a7740.h |
| @@ -300,10 +300,6 @@ enum { |
| GPIO_FN_RESETP_PULLUP, |
| GPIO_FN_RESETP_PLAIN, |
| |
| - /* HDMI */ |
| - GPIO_FN_HDMI_HPD, |
| - GPIO_FN_HDMI_CEC, |
| - |
| /* SDENC */ |
| GPIO_FN_SDENC_CPG, |
| GPIO_FN_SDENC_DV_CLKI, |
| -- |
| 1.8.4.3.gca3854a |
| |