From patchwork Wed Jan 24 19:01:05 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rob Herring X-Patchwork-Id: 13529568 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 57FB9C47E49 for ; Wed, 24 Jan 2024 19:02:28 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 7405C1E7; Wed, 24 Jan 2024 20:02:16 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 7405C1E7 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1706122946; bh=dMObXyq0MBRE/uycOHgjqOdNUcF7nQX2Ho+KMxlPsXk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-Id: List-Archive:List-Help:List-Owner:List-Post:List-Subscribe: List-Unsubscribe:From; b=eaT6AwicrvSBO/YYY7CQPF79qLm+RmQJy7Ak4wLphMnRPDy+nxse2WrvBC7fr34p2 Y/7Wgyijwwb37JATQkb0AXdz73j21L06/8h53YDCzyEyANRFHY1oieaBRn0JWLmVMM YahU3PcuH6AHebOBoCB1dlfv8GsA8iNYPonWiV28= Received: by alsa1.perex.cz (Postfix, from userid 50401) id 16019F805B0; Wed, 24 Jan 2024 20:01:40 +0100 (CET) Received: from mailman-core.alsa-project.org (mailman-core.alsa-project.org [10.254.200.10]) by alsa1.perex.cz (Postfix) with ESMTP id 536ABF805C6; Wed, 24 Jan 2024 20:01:40 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id C80C5F8028D; Wed, 24 Jan 2024 20:01:33 +0100 (CET) Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 22FB4F80149 for ; Wed, 24 Jan 2024 20:01:24 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 22FB4F80149 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key, unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=gtrOHq/s Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 0F93F61E9C; Wed, 24 Jan 2024 19:01:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 86972C43390; Wed, 24 Jan 2024 19:01:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1706122882; bh=dMObXyq0MBRE/uycOHgjqOdNUcF7nQX2Ho+KMxlPsXk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=gtrOHq/se1guXLT7U4yisWLOI4M8hEOOfNKHh6jYGnWmGY8x/Fk+BwXOKJOtEwBwe 6jtsYOsQsCycofWpVO/AfO40OVu60FhKCU++W0/qT06ZKIDiGytIGa8+6p3/gWLiSO FSFd2ZRL4yfowDYlU91IF/s6U1kBpGhaQFKNtIYYHK4UavbDaYgw+mw+wWgbwdNqAs p1Kn3v2PnWPdd4ZwpJYoAPRClwSkgyYuo7XtIeCCVHqP2AI5og2fa7oJph4dVhZ9Sq PzC9zOeQ5tCx90r78j32XpujfuHx6LoXxY2UFccrEC+mdWZOqAgyFzYfm4IzYCCBJW j73dEwZG43dhQ== From: Rob Herring To: Charles Keepax , Richard Fitzgerald , Linus Walleij , Krzysztof Kozlowski , Conor Dooley , Avi Fishman , Tomer Maimon , Tali Perry , Patrick Venture , Nancy Yuen , Benjamin Fair , =?utf-8?q?Jonathan_Neusch=C3=A4fer?= , patches@opensource.cirrus.com Cc: alsa-devel@alsa-project.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, openbmc@lists.ozlabs.org Subject: [PATCH 2/2] dt-bindings: pinctrl: nuvoton,npcm845: Drop redundant type for "slew-rate" Date: Wed, 24 Jan 2024 13:01:05 -0600 Message-ID: <20240124190106.1540585-2-robh@kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240124190106.1540585-1-robh@kernel.org> References: <20240124190106.1540585-1-robh@kernel.org> MIME-Version: 1.0 Message-ID-Hash: B34GYYDVGNZCNJ65PFPIUNBQZBPDSU6Y X-Message-ID-Hash: B34GYYDVGNZCNJ65PFPIUNBQZBPDSU6Y X-MailFrom: robh@kernel.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-alsa-devel.alsa-project.org-0; header-match-alsa-devel.alsa-project.org-1; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.9 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: pincfg-node.yaml already defines the type for "slew-rate", so drop the type from the nuvoton,npcm845-pinctrl binding. Signed-off-by: Rob Herring Reviewed-by: Krzysztof Kozlowski --- .../devicetree/bindings/pinctrl/nuvoton,npcm845-pinctrl.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/Documentation/devicetree/bindings/pinctrl/nuvoton,npcm845-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/nuvoton,npcm845-pinctrl.yaml index 20cf0102aa63..b55d9c316659 100644 --- a/Documentation/devicetree/bindings/pinctrl/nuvoton,npcm845-pinctrl.yaml +++ b/Documentation/devicetree/bindings/pinctrl/nuvoton,npcm845-pinctrl.yaml @@ -159,7 +159,6 @@ patternProperties: description: | 0: Low rate 1: High rate - $ref: /schemas/types.yaml#/definitions/uint32 enum: [0, 1] drive-strength: