From patchwork Mon Nov 24 16:14:15 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans de Goede X-Patchwork-Id: 414032 X-Patchwork-Delegate: ijc@hellion.org.uk Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 8660B140161 for ; Tue, 25 Nov 2014 03:14:55 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 12D814B662; Mon, 24 Nov 2014 17:14:52 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QQPtONQXs+tA; Mon, 24 Nov 2014 17:14:51 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id DA5AF4B61F; Mon, 24 Nov 2014 17:14:44 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 83A304B606 for ; Mon, 24 Nov 2014 17:14:41 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TfBt2f5UbYwG for ; Mon, 24 Nov 2014 17:14:41 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by theia.denx.de (Postfix) with ESMTPS id 18D3E4B605 for ; Mon, 24 Nov 2014 17:14:39 +0100 (CET) Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sAOGEOU7018692 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 24 Nov 2014 11:14:25 -0500 Received: from shalem.localdomain.com (vpn1-6-228.ams2.redhat.com [10.36.6.228]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id sAOGELBp016819; Mon, 24 Nov 2014 11:14:23 -0500 From: Hans de Goede To: Anatolij Gustschin , Ian Campbell Date: Mon, 24 Nov 2014 17:14:15 +0100 Message-Id: <1416845659-11781-2-git-send-email-hdegoede@redhat.com> In-Reply-To: <1416845659-11781-1-git-send-email-hdegoede@redhat.com> References: <1416845659-11781-1-git-send-email-hdegoede@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 Cc: u-boot@lists.denx.de Subject: [U-Boot] [PATCH 1/5] sunxi: display: Remove unused HDMI register addr defines X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.13 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de All hdmi code uses struct sunxi_hdmi_reg, so these are not needed. Signed-off-by: Hans de Goede Acked-by: Ian Campbell Acked-by: Anatolij Gustschin --- arch/arm/include/asm/arch-sunxi/display.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/arch/arm/include/asm/arch-sunxi/display.h b/arch/arm/include/asm/arch-sunxi/display.h index c17c3c3..ddb71c1 100644 --- a/arch/arm/include/asm/arch-sunxi/display.h +++ b/arch/arm/include/asm/arch-sunxi/display.h @@ -91,19 +91,6 @@ struct sunxi_lcdc_reg { u32 tcon1_io_tristate; /* 0xf4 */ }; -#define SUNXI_HDMI_CTRL 0x004 -#define SUNXI_HDMI_INT_CTRL 0x008 -#define SUNXI_HDMI_HPD 0x00c -#define SUNXI_HDMI_VIDEO_CTRL 0x010 -#define SUNXI_HDMI_VIDEO_SIZE 0x014 -#define SUNXI_HDMI_VIDEO_BP 0x018 -#define SUNXI_HDMI_VIDEO_FP 0x01c -#define SUNXI_HDMI_VIDEO_SPW 0x020 -#define SUNXI_HDMI_VIDEO_POLARITY 0x024 -#define SUNXI_HDMI_TX_DRIVER0 0x200 -#define SUNXI_HDMI_TX_DRIVER1 0x204 -#define SUNXI_HDMI_TX_DRIVER2 0x208 -#define SUNXI_HDMI_TX_DRIVER3 0x20C struct sunxi_hdmi_reg { u32 version_id; /* 0x000 */ u32 ctrl; /* 0x004 */