Received: by 2002:ac0:946b:0:0:0:0:0 with SMTP id j40csp265812imj; Fri, 15 Feb 2019 23:26:31 -0800 (PST) X-Google-Smtp-Source: AHgI3Iawl3UfdvtkleUgGCTVbMPAlFP1Rmmw1TwGaAaq+dEF2hzyvoCEGY7MUfdYpiObX34LQqLs X-Received: by 2002:a17:902:2ae8:: with SMTP id j95mr14168295plb.292.1550301991034; Fri, 15 Feb 2019 23:26:31 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1550301991; cv=none; d=google.com; s=arc-20160816; b=Utd8V4R6b0/3wJXZVUeeTH7MPDSWHjWkILaOQ2+UNqzPM/DaQe7Oa5HDgNaFV09atJ aejXUJGvQcS8WAGMXnXz83escJs3KbJZETXsf25V0Jc+SpIaBEARplyuhNxv663TAUQF Ie6Lh8UUoNJhoSdGy3MfryRCJyK2YXMAKohFrVwvkgDVGJlZMng6OjOt8gajzX/eEHLo flXMb7DON4Ew2p37ZmZ2Rug6UoXKAKMkES4v384GzShA61VKASqeB8KvT03wEaxUs/75 Rlr2RHqXx2G5ISJAWAyDHGcltVMvZ03LgZDgyrO4/48ichokx2Klvgpd4JH59rpPQwk6 0l8A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=6NF/Se1211gwZlJ44HGtWMlbq5zBgLkjyeaFDufsGxM=; b=Qwcja3Zsjay+h02f3a8XaUGTlRw1kGn76fCPd2uZng5W9IaXoNaeB2pZviR4fEXb8P ZkE5nGwwnKEfzXLcvXqz4lfcGLoYb2uZO5TCoSALyCAcneThe3BZVXG2V50ts+hB8rTF M9I1iFIASv9l9KkXY7g1bbioaegl14rnwjTI1qJ6Bi6o0/MTHhWhadgTvT4o+R5WJht9 3/SC4M5lxXONNZDakUicGWeZzYr32tEoYYUD4fqigcV9/dZ1W72/ehLomAvTcUYCfMYs iFOdHQLIhm0aZqWBcFUCNsiARepY8dHZQfXilDeJJXH/7VXEiWlndgEsNVlJeFtxVH8X cjaA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z8si1102199pfi.232.2019.02.15.23.26.15; Fri, 15 Feb 2019 23:26:31 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389754AbfBOUqQ convert rfc822-to-8bit (ORCPT + 99 others); Fri, 15 Feb 2019 15:46:16 -0500 Received: from gloria.sntech.de ([185.11.138.130]:36722 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727198AbfBOUqQ (ORCPT ); Fri, 15 Feb 2019 15:46:16 -0500 Received: from ip5f5a6320.dynamic.kabel-deutschland.de ([95.90.99.32] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1gukN2-00032O-N0; Fri, 15 Feb 2019 21:46:04 +0100 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: agajjar Cc: Rob Herring , Mark Rutland , Oskari Lemmela , Shohei Maruyama , Levin Du , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/4] arm64: dts: rockchip: rockpro64 dts remove unused node Date: Fri, 15 Feb 2019 21:46:03 +0100 Message-ID: <7155828.jr86DZMtXN@diego> In-Reply-To: References: <20190213170651.3210-1-Akash_Gajjar@mentor.com> <4653141.o6ZdamfZ6d@diego> 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, 15. Februar 2019, 13:08:16 CET schrieb agajjar: > On 2/15/2019 2:48 PM, Heiko St?bner wrote: > > Am Mittwoch, 13. Februar 2019, 18:06:38 CET schrieb Akash Gajjar: > >> lcd panel pinmux and vcc1v8_s3 regulator is redundant and has a no > >> impact, > >> so removing it. > >> > >> Signed-off-by: Akash Gajjar > > Hi Heiko, > > > vcc1v8_s3 is actually also a emmc supply, so I'd like to keep it around > > for completenes sake. > > Emmc module is supplied by PMIC vcc3v3_s3 (SWITCH_REG1) and vcc_1v8 > (DCD_REG4). > > So I believe removing vcc1v8_s3 has no impact on emmc supply line. looking at the rockpro64 schematics page 10, I see vcca1v8_s3 linked to the emmc_vdd_1v8 input and obviously also as reference for the saradc. So I think we really could keep it around, so that the power-tree resembles the schematics more.