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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no 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 4891DC76190 for ; Thu, 25 Jul 2019 20:46:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 27D9B216C8 for ; Thu, 25 Jul 2019 20:46:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726691AbfGYUqY (ORCPT ); Thu, 25 Jul 2019 16:46:24 -0400 Received: from gloria.sntech.de ([185.11.138.130]:39584 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726195AbfGYUqY (ORCPT ); Thu, 25 Jul 2019 16:46:24 -0400 Received: from d57e23da.static.ziggozakelijk.nl ([213.126.35.218] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hqkd2-00020C-9t; Thu, 25 Jul 2019 22:46:20 +0200 From: Heiko Stuebner To: Matthias Kaehlcke Cc: Rob Herring , Mark Rutland , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, Douglas Anderson Subject: Re: [PATCH v3 2/5] ARM: dts: rockchip: consolidate veyron panel and backlight settings Date: Thu, 25 Jul 2019 22:46:18 +0200 Message-ID: <3741084.UeuVJec2DR@phil> In-Reply-To: <20190725162642.250709-3-mka@chromium.org> References: <20190725162642.250709-1-mka@chromium.org> <20190725162642.250709-3-mka@chromium.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Donnerstag, 25. Juli 2019, 18:26:39 CEST schrieb Matthias Kaehlcke: > veyron jaq, jerry, minnie and speedy have mostly redundant regulator > and pinctrl configurations for the panel/backlight. Consolidate these > pieces in the eDP .dtsi. > > Also change the default power supply for the panel to > 'panel_regulator', instead of overriding it in all the board files. > pinky is the only device that uses 'vcc33_lcd' (the prior default), > so overwrite it in this case. pinky doesn't have a complete display > configuration, to keep things as they were delete the common nodes > that didn't exist previously in pinky's board file. > > Reviewed-by: Douglas Anderson > Signed-off-by: Matthias Kaehlcke applied for 5.4 Thanks Heiko