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,URIBL_BLOCKED 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 62B10C433FF for ; Fri, 2 Aug 2019 22:36:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3E9A12087E for ; Fri, 2 Aug 2019 22:36:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2392390AbfHBWgP (ORCPT ); Fri, 2 Aug 2019 18:36:15 -0400 Received: from gloria.sntech.de ([185.11.138.130]:36326 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728242AbfHBWgP (ORCPT ); Fri, 2 Aug 2019 18:36:15 -0400 Received: from p508fd160.dip0.t-ipconnect.de ([80.143.209.96] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1htg9j-0005N8-FP; Sat, 03 Aug 2019 00:36:11 +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 v2] ARM: dts: rockchip: A few fixes for veyron-{fievel,tiger} Date: Sat, 03 Aug 2019 00:36:10 +0200 Message-ID: <3131503.0ZxQz3Vuye@phil> In-Reply-To: <20190731151527.122002-1-mka@chromium.org> References: <20190731151527.122002-1-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 Mittwoch, 31. Juli 2019, 17:15:27 CEST schrieb Matthias Kaehlcke: > Fix/improve a few things for veyron fievel/tiger: > > - move 'vccsys' regulator from tiger to fievel, both boards > have it (and tiger includes the fievel .dtsi) > - move 'ext_gmac' node below regulators > - fix GPIO ids of vcc5_host1 and vcc5_host2 regulators > - remove reset configuration from 'gmac' node, this is already done > in rk3288.dtsi > - fixed style issues of some multi-line comments > - switch 'vcc18_lcdt', 'vdd10_lcd' and 'vcc33_ccd' regulators off > during suspend > - no pull-up on the Bluetooth wake-up pin, there is an external > pull-up. The signal is active low, add the 'bt_host_wake_l' > pinctrl config > - move BC 1.2 pins up in the pinctrl config to keep 'wake only' pins > separate > - add BC 1.2 pins to sleep config > > Fixes: 0067692b662e ("ARM: dts: rockchip: add veyron-fievel board") > Reviewed-by: Douglas Anderson > Signed-off-by: Matthias Kaehlcke applied for 5.4 Thanks Heiko