From patchwork Wed Apr 8 19:54:41 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Harvey X-Patchwork-Id: 459455 X-Patchwork-Delegate: sbabic@denx.de 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 E135514021A for ; Thu, 9 Apr 2015 05:57:10 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 85A38A74ED; Wed, 8 Apr 2015 21:56:38 +0200 (CEST) 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 dgS62oWK_VwO; Wed, 8 Apr 2015 21:56:38 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 31DC0A74EF; Wed, 8 Apr 2015 21:55:47 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id CD388A74CB for ; Wed, 8 Apr 2015 21:55:41 +0200 (CEST) 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 69fEAyCcTJAU for ; Wed, 8 Apr 2015 21:55:41 +0200 (CEST) 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 mail-pa0-f44.google.com (mail-pa0-f44.google.com [209.85.220.44]) by theia.denx.de (Postfix) with ESMTPS id 28B1EA744F for ; Wed, 8 Apr 2015 21:55:23 +0200 (CEST) Received: by paboj16 with SMTP id oj16so124837906pab.0 for ; Wed, 08 Apr 2015 12:55:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=vLRXWgvdVr67YNqBh1W/2PFyqQVJ5g7kjSCmGE7PcLw=; b=EP7Xqgsxx+DVD5UMaCULwi+X6O/6NSboJcAyka9tzRavFPSiw5Jl4Z/GuEtwcRtw1/ aF4YGVDIWXLq33HPnqgcou5kKrMRgDoAlDLuQw4TVFlK7lFDTjCg+JRn3c9r2mb3p2Ur CoLijPB+y/29shrT9UAT0YXe/N02golI6OM8wDPLqO48MSO8WeRbImPXNdBN262ssYeV XoXzJFEWq4kD0kBEXqcb7oaAMYxZvDujXkxQzH/47k9C7B8Jn8g7AimrNRUdRNORpKWL npytpErYX2pQ1YwAb1uCXl/IxxgA0hqbCKhSeEdSaySrdyxmRE3LdhM+dNr1emCTeFeH tDMA== X-Gm-Message-State: ALoCoQkthsmyP3tjIpQJmIAJYHmZKhhP1Pn8JIxDTbiyTKasuc+26E+O8lBpBb+QeTS67YDOeBdb X-Received: by 10.66.55.74 with SMTP id q10mr49483258pap.94.1428522922333; Wed, 08 Apr 2015 12:55:22 -0700 (PDT) Received: from tharvey.gw (68-189-91-139.static.snlo.ca.charter.com. [68.189.91.139]) by mx.google.com with ESMTPSA id u5sm12130208pdu.57.2015.04.08.12.55.21 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 08 Apr 2015 12:55:21 -0700 (PDT) From: Tim Harvey To: Stefano Babic Date: Wed, 8 Apr 2015 12:54:41 -0700 Message-Id: <1428522904-8111-12-git-send-email-tharvey@gateworks.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1428522904-8111-1-git-send-email-tharvey@gateworks.com> References: <1428522904-8111-1-git-send-email-tharvey@gateworks.com> Cc: u-boot@lists.denx.de Subject: [U-Boot] [PATCH 11/34] imx: ventana: config: enable edid support X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Enable the 'i2c edid' command to query and display data from an attached HDMI monitor of LVDS display with an EDID device. Example: Ventana > i2c dev 2 && i2c edid 0x50 Signed-off-by: Tim Harvey --- include/configs/gw_ventana.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h index 658f574..797072e 100644 --- a/include/configs/gw_ventana.h +++ b/include/configs/gw_ventana.h @@ -98,6 +98,7 @@ #define CONFIG_SYS_I2C_SPEED 100000 #define CONFIG_I2C_GSC 0 #define CONFIG_I2C_PMIC 1 +#define CONFIG_I2C_EDID /* MMC Configs */ #define CONFIG_FSL_ESDHC