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=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,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 0C451C43142 for ; Thu, 2 Aug 2018 12:54:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C0B5821501 for ; Thu, 2 Aug 2018 12:54:13 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C0B5821501 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=sntech.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387455AbeHBOpP (ORCPT ); Thu, 2 Aug 2018 10:45:15 -0400 Received: from gloria.sntech.de ([185.11.138.130]:42476 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387413AbeHBOpP (ORCPT ); Thu, 2 Aug 2018 10:45:15 -0400 Received: from wd0970.dip.tu-dresden.de ([141.76.111.202] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1flD7I-0001vd-Mx; Thu, 02 Aug 2018 14:54:08 +0200 From: Heiko Stuebner To: djw@t-chip.com.cn Cc: linux-rockchip@lists.infradead.org, Wayne Chou , devicetree@vger.kernel.org, David Wu , Liang Chen , linux-kernel@vger.kernel.org, Rob Herring , Rocky Hao , Will Deacon , Joseph Chen , Mark Rutland , Catalin Marinas , linux-arm-kernel@lists.infradead.org, "David S. Miller" Subject: Re: [PATCH v4 3/4] arm64: dts: rockchip: add io-domain to roc-rk3328-cc Date: Thu, 02 Aug 2018 14:54:06 +0200 Message-ID: <3471113.4LqEKgWTCV@phil> In-Reply-To: <1533016762-5268-4-git-send-email-djw@t-chip.com.cn> References: <1533016762-5268-1-git-send-email-djw@t-chip.com.cn> <1533016762-5268-4-git-send-email-djw@t-chip.com.cn> 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 Dienstag, 31. Juli 2018, 07:59:21 CEST schrieb djw@t-chip.com.cn: > From: Levin Du > > It is necessary for the io domain setting of the SoC to match the voltage > supplied by the regulators. > > Signed-off-by: Levin Du applied to my dts64 branch, possibly still for 4.19. Other dts patches need to wait for the syscon-gpio change to land. Thanks Heiko