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=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED 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 941CDC43381 for ; Wed, 27 Mar 2019 12:47:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6D4D32146F for ; Wed, 27 Mar 2019 12:47:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729385AbfC0Mre convert rfc822-to-8bit (ORCPT ); Wed, 27 Mar 2019 08:47:34 -0400 Received: from gloria.sntech.de ([185.11.138.130]:46822 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726241AbfC0Mre (ORCPT ); Wed, 27 Mar 2019 08:47:34 -0400 Received: from we0652.dip.tu-dresden.de ([141.76.178.140] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1h97xF-0003ds-2Y; Wed, 27 Mar 2019 13:46:53 +0100 From: Heiko Stuebner To: Christoph Muellner Cc: robh+dt@kernel.org, mark.rutland@arm.com, shawn.lin@rock-chips.com, Philipp Tomsich , Kishon Vijay Abraham I , Enric Balletbo i Serra , Matthias Brugger , Brian Norris , Klaus Goger , Douglas Anderson , Viresh Kumar , Ezequiel Garcia , Randy Li , Tony Xie , Vicente Bergas , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH v3 3/4] arm64: dts: rockchip: Define drive-impedance-ohm for RK3399's emmc-phy. Date: Wed, 27 Mar 2019 13:46:52 +0100 Message-ID: <3316794.yJZ3nBLoSG@phil> In-Reply-To: <20190322113456.16324-3-christoph.muellner@theobroma-systems.com> References: <20190322113456.16324-1-christoph.muellner@theobroma-systems.com> <20190322113456.16324-3-christoph.muellner@theobroma-systems.com> 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 Am Freitag, 22. März 2019, 12:34:52 CET schrieb Christoph Muellner: > A previous patch introduced the property 'drive-impedance-ohm' > for the RK3399's emmc phy node. This patch sets this value > explicitly to the default value of 50 Ohm. > > Signed-off-by: Christoph Muellner > Signed-off-by: Philipp Tomsich applied patches 3+4 for 5.2 Thanks Heiko