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.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,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 3AD00C433E3 for ; Fri, 29 May 2020 02:58:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0D3B9207D3 for ; Fri, 29 May 2020 02:58:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590721137; bh=vHl7MtUtMB049QR3RJzoF4LPTtbcjRmk+Xv5R0hoO7g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=cxxcsVq5rJksSpycvnJKRQfnMPAel7kWyL9Iij+jwtXwW1NFBJqBsnkPtBw+tJHf8 SpgX2kCAWV5bRnmmkQA6d6gMPCSvImY3W6KtULX9rw569rh74E9DGA5OrMClXIU0G4 mMSmICYvruVw07ZoPTli1m2510niUmByvAfsV5Lo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2407575AbgE2C6u (ORCPT ); Thu, 28 May 2020 22:58:50 -0400 Received: from mail-il1-f193.google.com ([209.85.166.193]:43900 "EHLO mail-il1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2407560AbgE2C6u (ORCPT ); Thu, 28 May 2020 22:58:50 -0400 Received: by mail-il1-f193.google.com with SMTP id l20so1027444ilj.10; Thu, 28 May 2020 19:58:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=m6kcwlIC7SKtx9thDsfIOgDZfkogbuD8SNG7gHAFV2g=; b=s4aBb0TzRVNe4K4CCs7+pXaeD3TSO/nKwYdZEBOfCxcoFziIt4BIumIb6at8uYdYfl dPgxXy0B59b2s0iXzcpIZgueiagK9VHXJY443wAs2Xx0BUfcwmrInnZ75E6E3EpIbWgm Y+UgA/Q9q6ohu6mhImnsmukzkKrjyBgoK+AjiWeS6BU7joyGodbylH9ZSmhMm5/f2FVD JC5ZmiNDbZ1iGY8TNVAE81VPBLdinmHahZ/+aoFseUMUVkhDYtOdhY8SMSb2VXJnEs55 YVIG5HmeqAE00DuynVHTD4qkN/SjAQ6x39tJ1kFjGm9p7Ih2FaKiabYltgiaIWAGmzXG HK6A== X-Gm-Message-State: AOAM530iCUN34/HSFeexXqoOki8wfTQZ5AW7g4K1Kg0YI1ZTl5rmSDYK 13ySgXlwlxiXxAIMffAaSg== X-Google-Smtp-Source: ABdhPJzvfcF83aDlvSVv+tXYOmvv+ugf8LjGNXP4oxa2f48ct9MiDm/qpBCJ2AWztc8Ety30ZSqprg== X-Received: by 2002:a92:9c04:: with SMTP id h4mr5267706ili.190.1590721128061; Thu, 28 May 2020 19:58:48 -0700 (PDT) Received: from xps15 ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id p75sm4101531ilb.23.2020.05.28.19.58.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 May 2020 19:58:47 -0700 (PDT) Received: (nullmailer pid 1186722 invoked by uid 1000); Fri, 29 May 2020 02:58:46 -0000 Date: Thu, 28 May 2020 20:58:46 -0600 From: Rob Herring To: Dan Murphy Cc: lgirdwood@gmail.com, broonie@kernel.org, perex@perex.cz, tiwai@suse.com, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH] dt-bindings: sound: tlv320adcx140: Fix dt-binding-check issue Message-ID: <20200529025846.GA1185629@bogus> References: <20200528144711.18065-1-dmurphy@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200528144711.18065-1-dmurphy@ti.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, May 28, 2020 at 09:47:11AM -0500, Dan Murphy wrote: > Fix dt-binding-check issue > > ti,gpi-config:0:0: 4 is greater than the maximum of 1 > ti,gpi-config:0:1: 5 is greater than the maximum of 1 > ti,gpi-config:0:2: 6 is greater than the maximum of 1 > ti,gpi-config:0:3: 7 is greater than the maximum of 1 > > Reported-by: Rob Herring > Signed-off-by: Dan Murphy > --- > Documentation/devicetree/bindings/sound/tlv320adcx140.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Thanks for the quick fix. Reviewed-by: Rob Herring