Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp3956019yba; Tue, 9 Apr 2019 08:11:07 -0700 (PDT) X-Google-Smtp-Source: APXvYqydw9LHs2UOqUKtli2i7re+zkZ4B0PUHhoLWdlGrP33HB3vGDE5EODGOiIWkt9iFrcjx7/u X-Received: by 2002:a17:902:b484:: with SMTP id y4mr37517162plr.88.1554822667333; Tue, 09 Apr 2019 08:11:07 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1554822667; cv=none; d=google.com; s=arc-20160816; b=FB1m6azFVhk5VmPqODzw0m9ddL1GJJhx1nn/3kISaXqoW1pTdI10cqw8WtJX0jIkrW Qp2Kxh4Pdvqbw9FUqoNaPsKnweRm8KvUp/tlu+w7hyXe8Zp5cCK1kAFe5voBSYKElG5N KSYjeCdQjKqsjD+nFjyPWrz5E6AbW3EQcMmLbOxPggH6tFu30uH49tM3sUCkjEf+OgrX rJsXJQdOP6CjDs+SoE3rSATIJWhFsxitdVFE666sIeVO3lb/o1BXtRcyZiYJoZIohTiM PlSGLC8uNrpstaxu+53UvaoXC4/w8JaPaYA+3tk5EIsc0py4XWEblpfqVN520CRo3g7Z WOAw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=G7WAUVIf2j5Vk7kcHKArJtJpb1JjivSqC3lj3Yc+y4M=; b=oj778s2Uj7EjGrRxNdd49x1UOJaSGQwoJgMcYZ8+A98fp5fA6IzQo/Jw4lWYruv2G4 XmdHPAh/P23NwN1ts97H0MiIvpa/jC9KKFIIcWyEj6kyhBJhj+yBR/rJIvqMX4p5dUWf l/QaPn9pLl293OuMcMT0ysbuFk/XuuKL6MOkq6TrxqMI4Xf/RbVz74oBXFUgIgo28iAx SUZ72tj17QLVEn7mRv7asSN4Rc0K6B6MtF2UqTrD3qT7gpTDNLA2MDqMoco21S6NqM1X JKUZH+M6LaW5Aej6w7dDAiVr0IHvb79rOn8kyActJIfASd2E54/1X/umJw9EPRS0yENq 0AtA== 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 i195si29602527pgd.521.2019.04.09.08.10.51; Tue, 09 Apr 2019 08:11:07 -0700 (PDT) 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 S1726637AbfDIPKH (ORCPT + 99 others); Tue, 9 Apr 2019 11:10:07 -0400 Received: from muru.com ([72.249.23.125]:45116 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726456AbfDIPKH (ORCPT ); Tue, 9 Apr 2019 11:10:07 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 5BB7F8027; Tue, 9 Apr 2019 15:10:22 +0000 (UTC) Date: Tue, 9 Apr 2019 08:10:04 -0700 From: Tony Lindgren To: "Andrew F. Davis" Cc: Shawn Guo , Sascha Hauer , =?utf-8?Q?Beno=C3=AEt?= Cousson , devicetree@vger.kernel.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 4/4] ARM: dts: omap2420-n810: Use new CODEC reset pin name Message-ID: <20190409151004.GI2839@atomide.com> References: <20190329181313.21009-1-afd@ti.com> <20190329181313.21009-4-afd@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190329181313.21009-4-afd@ti.com> User-Agent: Mutt/1.11.4 (2019-03-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Andrew F. Davis [190329 11:13]: > The correct DT property for specifying a GPIO used for reset > is "reset-gpios", the driver now accepts this name, use it here. I'll apply this patch into omap-for-v5.2/dt thanks. Tony