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 6F5FDC10DCE for ; Fri, 6 Mar 2020 19:09:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4D0E420675 for ; Fri, 6 Mar 2020 19:09:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726171AbgCFTJZ convert rfc822-to-8bit (ORCPT ); Fri, 6 Mar 2020 14:09:25 -0500 Received: from gloria.sntech.de ([185.11.138.130]:35526 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725873AbgCFTJZ (ORCPT ); Fri, 6 Mar 2020 14:09:25 -0500 Received: from ip5f5a5d2f.dynamic.kabel-deutschland.de ([95.90.93.47] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1jAILK-0002nL-U7; Fri, 06 Mar 2020 20:09:06 +0100 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Tobias Schramm Cc: Mark Rutland , devicetree@vger.kernel.org, Emmanuel Vadot , Alexis Ballier , Katsuhiro Suzuki , linux-kernel@vger.kernel.org, Douglas Anderson , Kever Yang , Markus Reichl , linux-rockchip@lists.infradead.org, Rob Herring , Jagan Teki , Nick Xie , Andy Yan , Johan Jonker , Matthias Kaehlcke , Vivek Unune , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v4 2/2] arm64: dts: rockchip: Add initial support for Pinebook Pro Date: Fri, 06 Mar 2020 20:09:05 +0100 Message-ID: <1783248.GgDFSgCcj8@diego> In-Reply-To: References: <20200304213023.689983-2-t.schramm@manjaro.org> <6168222.Wuk326WHQK@phil> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="iso-8859-1" Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Tobias, Am Freitag, 6. März 2020, 19:58:45 CET schrieb Tobias Schramm: > Hi Heiko, > > >> This commit adds initial dt support for the rk3399 based Pinebook Pro. > >> > >> Signed-off-by: Tobias Schramm > > > > applied for 5.7 > > > > any chance you can squeeze in another small fix? Somewhere in the > process the vmcc and vqmmc supplies of the sdmmc controller were removed > in error. Those should be added to the sdmmc controller like this: > > &sdmmc { > pinctrl-names = "default"; > pinctrl-0 = <&sdmmc_clk &sdmmc_cmd &sdmmc_bus4>; > sd-uhs-sdr104; > + vmmc-supply = <&vcc3v0_sd>; > + vqmmc-supply = <&vcc_sdio>; > status = "okay"; > }; I've amended the commit with these two properties. Heiko