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=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 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 500B2C43603 for ; Wed, 11 Dec 2019 02:30:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2047E2077B for ; Wed, 11 Dec 2019 02:30:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576031414; bh=frtUdnj+D71Mu+MJl3zzbeOBwOwnAhUFwCH2A9LwaKk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=ueShnvZPC3fKjA1PmUaBXu8Qvnfvs2Qrb7l6BI20Hf8odxYlUZ2AlkJvvx5ZDROeE 2MoVJvd9sGxcpjGMK03tfp5vz/bBb+88R22yPAjtlL3YVjPVhL0kU2KDmuwdkipACh uen2bvs6G2A7XhpSCe0g2g2VTBE0U+bndG1w8sUI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727286AbfLKCaN (ORCPT ); Tue, 10 Dec 2019 21:30:13 -0500 Received: from mail.kernel.org ([198.145.29.99]:57486 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727230AbfLKCaN (ORCPT ); Tue, 10 Dec 2019 21:30:13 -0500 Received: from dragon (98.142.130.235.16clouds.com [98.142.130.235]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C48872073B; Wed, 11 Dec 2019 02:30:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576031413; bh=frtUdnj+D71Mu+MJl3zzbeOBwOwnAhUFwCH2A9LwaKk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=zjoeliSg6WT/5GREXL53EzEawKMEDzTPi3swgm9Dw5nyKrwNNWyxjAAMA/WVFHBTp BDakvErYX83z11XQH7u7tl0PWtusYnQd+o0/A5DXysOvmG15ooVjSts8aeyRXae5FC ZJI3104vBTVi4U600rcHSwo3Ai/MzRUOaOAkj2pM= Date: Wed, 11 Dec 2019 10:30:04 +0800 From: Shawn Guo To: Lucas Stach Cc: Fabio Estevam , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de, patchwork-lst@pengutronix.de Subject: Re: [PATCH] ARM: dts: imx6: RDU2: link eDP bridge to panel Message-ID: <20191211023003.GC15858@dragon> References: <20191202141705.31880-1-l.stach@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191202141705.31880-1-l.stach@pengutronix.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, Dec 02, 2019 at 03:17:05PM +0100, Lucas Stach wrote: > This makes the eDP bridge chip aware of the panel, so it properly > advertises eDP instead of DP to userspace and allows for proper > backlight control through the panel abstraction. This patch is just > to add all the required nodes, actual linking of the display chain > will be done by the bootloader depending on panel detection. > > Signed-off-by: Lucas Stach Applied, thanks.