From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1F2E9C2B9F4 for ; Fri, 25 Jun 2021 13:38:53 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id BF0016197F for ; Fri, 25 Jun 2021 13:38:52 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BF0016197F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 4069682C18; Fri, 25 Jun 2021 15:38:51 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id 9506082C1C; Fri, 25 Jun 2021 15:38:47 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by phobos.denx.de (Postfix) with ESMTP id 265F382C19 for ; Fri, 25 Jun 2021 15:38:44 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=andre.przywara@arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 7086B31B; Fri, 25 Jun 2021 06:38:42 -0700 (PDT) Received: from slackpad.fritz.box (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 33DB63F694; Fri, 25 Jun 2021 06:38:41 -0700 (PDT) Date: Fri, 25 Jun 2021 14:38:17 +0100 From: Andre Przywara To: Maxime Ripard Cc: u-boot@lists.denx.de, Peng Fan , Li Jun , Marek Vasut , Tom Rini , Miquel Raynal , Jagan Teki Subject: Re: [PATCH 07/12] configs: chip pro: Disable video output Message-ID: <20210625143817.32ee6dfc@slackpad.fritz.box> In-Reply-To: <20210625130547.2177920-8-maxime@cerno.tech> References: <20210625130547.2177920-1-maxime@cerno.tech> <20210625130547.2177920-8-maxime@cerno.tech> Organization: Arm Ltd. X-Mailer: Claws Mail 3.17.1 (GTK+ 2.24.31; x86_64-slackware-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean On Fri, 25 Jun 2021 15:05:42 +0200 Maxime Ripard wrote: > The CHIP Pro doesn't have a video output, so it doesn't make sense to > have the video support enabled. > > A side effect is that it prevents the messages from the HDMI controller > about a missing DDC controller to retrieve the EDID, which doesn't make > much sense since the GR8 doesn't have an HDMI controller to begin with. > > Signed-off-by: Maxime Ripard Reviewed-by: Andre Przywara Cheers, Andre > --- > configs/CHIP_pro_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/configs/CHIP_pro_defconfig b/configs/CHIP_pro_defconfig > index 7f10fd2b886e..d2eddc7e9ff0 100644 > --- a/configs/CHIP_pro_defconfig > +++ b/configs/CHIP_pro_defconfig > @@ -4,6 +4,7 @@ CONFIG_SPL=y > CONFIG_MACH_SUN5I=y > CONFIG_DRAM_TIMINGS_DDR3_800E_1066G_1333J=y > CONFIG_USB0_VBUS_PIN="PB10" > +# CONFIG_VIDEO_SUNXI is not set > CONFIG_DEFAULT_DEVICE_TREE="sun5i-gr8-chip-pro" > CONFIG_SPL_I2C_SUPPORT=y > # CONFIG_CMD_FLASH is not set