From patchwork Wed Dec 30 12:19:19 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Cameron X-Patchwork-Id: 1421354 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=MdYSn7V0; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4D5Vlv1GhSz9sW9 for ; Wed, 30 Dec 2020 23:22:19 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726564AbgL3MWE (ORCPT ); Wed, 30 Dec 2020 07:22:04 -0500 Received: from mail.kernel.org ([198.145.29.99]:46322 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726203AbgL3MWE (ORCPT ); Wed, 30 Dec 2020 07:22:04 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 27FE72220B; Wed, 30 Dec 2020 12:21:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1609330884; bh=lxNPnzdDyjWsyS+E0orDPDGd4R0X6oWe5CXCiakGWUs=; h=From:To:Cc:Subject:Date:From; b=MdYSn7V0atcJ5SjuK+YnCZgiE5cGJBUpcGalIHnrn7Z58qPKeK2t0oGEdg58X7Z/H GdO7Edg9Y1sCM0a+0h8N+P31+KGpQwzuPxyaG8xisTnYeB9cHJdkOvA8qqxBvN+Iih 3lSobYSuawF71NYXbnBM0LQxdyfRBcOySIrKs/4j5T7So5W5Flm+nuhufMSoyxws3w DU7hUaXhBD7SebYUUkPJrS9c+WvHn0ngaEejVVYydzwWLCZYL1ApBZpPau+vyDbf1T hNhKYP06DGQH4PnBwGJAN2ecM1MQ1A5R7t9L/38tG17s8FnJg8BgaeWkyNcfIEjxg8 lJ+17jYO/uGow== From: Jonathan Cameron To: linux-iio@vger.kernel.org, devicetree@vger.kernel.org Cc: Jonathan Cameron , Rob Herring Subject: [PATCH] dt-bindings:iio:health:ti,afe4404: Fix wrong compatible value. Date: Wed, 30 Dec 2020 12:19:19 +0000 Message-Id: <20201230121919.238335-1-jic23@kernel.org> X-Mailer: git-send-email 2.30.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: Jonathan Cameron Cut and paste error. Documentation/devicetree/bindings/iio/health/ti,afe4403.example.dt.yaml: heart_mon@0: 'spi-max-frequency' does not match any of the regexes: 'pinctrl-[0-9]+' Reported-by: Rob Herring Signed-off-by: Jonathan Cameron Fixes: f494151b5eba ("dt-bindings:iio:health:ti,afe4404: txt to yaml conversion") --- Documentation/devicetree/bindings/iio/health/ti,afe4404.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/iio/health/ti,afe4404.yaml b/Documentation/devicetree/bindings/iio/health/ti,afe4404.yaml index 3b4d6c48b8bb..c0e815d9999e 100644 --- a/Documentation/devicetree/bindings/iio/health/ti,afe4404.yaml +++ b/Documentation/devicetree/bindings/iio/health/ti,afe4404.yaml @@ -11,7 +11,7 @@ maintainers: properties: compatible: - const: ti,afe4403 + const: ti,afe4404 reg: maxItems: 1