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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,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 E55ABC4360C for ; Fri, 4 Oct 2019 20:18:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C07BA21D81 for ; Fri, 4 Oct 2019 20:18:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731410AbfJDUSX convert rfc822-to-8bit (ORCPT ); Fri, 4 Oct 2019 16:18:23 -0400 Received: from gloria.sntech.de ([185.11.138.130]:37538 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727978AbfJDUSW (ORCPT ); Fri, 4 Oct 2019 16:18:22 -0400 Received: from 94.112.246.102.static.b2b.upcbusiness.cz ([94.112.246.102] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iGU1o-0006Z3-VO; Fri, 04 Oct 2019 22:18:17 +0200 From: Heiko Stuebner To: Soeren Moch Cc: Shawn Lin , Robin Murphy , linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 3/3] arm64: dts: rockchip: fix RockPro64 sdmmc =?UTF-8?B?c2V0dGluZ3PjgJDor7fms6jmhI/vvIzpgq7ku7bnlLFsaW51eC1yb2NrY2hpcC1ib3VuY2VzK3NoYXduLmxpbj1yb2NrLWNoaXBzLmNvbUBsaXN0cy5pbmZyYWRlYWQub3Jn5Luj5Y+R44CR?= Date: Fri, 04 Oct 2019 22:18:16 +0200 Message-ID: <2162187.GalWoky0CO@phil> In-Reply-To: References: <20191003215036.15023-1-smoch@web.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="iso-8859-1" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Sören, Am Freitag, 4. Oktober 2019, 22:15:45 CEST schrieb Soeren Moch: > Heiko, > > since you started to apply the first 2 Patches of this series (thanks > for that!), now after all the discussions here (and the heads-up for the > implemented mode detection) I think we should leave the vcc_sdio > regulator settings unmodified. I was composing a mail about me holding off on this patch due to the ongoing discussion when your mail came ;-) > It still could make sense to remove the cap-mmc-highspeed property. Are > you OK with a V2 patch for that? Sure, go ahead. Heiko