From patchwork Sat Mar 18 13:42:55 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lars-Peter Clausen X-Patchwork-Id: 664807 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 23C51C74A5B for ; Sat, 18 Mar 2023 14:10:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229502AbjCROKT (ORCPT ); Sat, 18 Mar 2023 10:10:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41544 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229671AbjCROKS (ORCPT ); Sat, 18 Mar 2023 10:10:18 -0400 Received: from www381.your-server.de (www381.your-server.de [78.46.137.84]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AA72022DD8 for ; Sat, 18 Mar 2023 07:10:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=metafoo.de; s=default2002; h=Content-Transfer-Encoding:MIME-Version:References: In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID; bh=zjnMz/Zx3HSbJFWDjX/IO24r7yJtsjKRvPoZLwfl5OU=; b=DwLmj6WHfkuiQ957NZMg/S556h gGqnBh7z3FJxwRUI9bMwna6TM9Six/HK4P44Wb8EFX9yxrS6DMm6DTW+BlcQLr8OPrvIIk3ojb2zs 5T51x4F6UwQeVVHE50o9VHqb8tXoYaQohlNTnSlSekDQEFLGSMPcHx/DfI+GBrGwt2FovNxnI6J5s jE5ObsV0Ywk4ayCWVGVAqWZn6Og/282xeIiSGTyQSPBdPrR7nvewM/Xm0qYa1tdhduuiOFoyPV0Sh wvUwpFbFBKOVEnJDR9DYVxPzxRcs082X6qPWvaBYws7m0cp9w7kfR+07PVszdMOhu1sPWUiWrSE9U eTIwTi6Q==; Received: from sslproxy06.your-server.de ([78.46.172.3]) by www381.your-server.de with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pdWqn-0004vB-UY; Sat, 18 Mar 2023 14:44:01 +0100 Received: from [2604:5500:c0e5:eb00:da5e:d3ff:feff:933b] (helo=lars-desktop.lan) by sslproxy06.your-server.de with esmtpsa (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pdWqn-0001MM-Ea; Sat, 18 Mar 2023 14:44:01 +0100 From: Lars-Peter Clausen To: Rob Herring , Krzysztof Kozlowski Cc: Michal Simek , devicetree@vger.kernel.org, Lars-Peter Clausen Subject: [PATCH 2/2] dt-bindings: i2c: cadence: Fix `clock-names` property name Date: Sat, 18 Mar 2023 06:42:55 -0700 Message-Id: <20230318134255.282359-2-lars@metafoo.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20230318134255.282359-1-lars@metafoo.de> References: <20230318134255.282359-1-lars@metafoo.de> MIME-Version: 1.0 X-Authenticated-Sender: lars@metafoo.de X-Virus-Scanned: Clear (ClamAV 0.103.8/26847/Sat Mar 18 08:21:32 2023) Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The Cadence I2C controller device tree bindings documentation documents a `clock-name` property. There is no such property, the correct property name is `clock-names` with a `s`. The `s` was accidentally dropped during conversion from txt to yaml. Fixes: aea37006e183 ("dt-bindings: i2c: cadence: Migrate i2c-cadence documentation to YAML") Signed-off-by: Lars-Peter Clausen --- Documentation/devicetree/bindings/i2c/cdns,i2c-r1p10.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/i2c/cdns,i2c-r1p10.yaml b/Documentation/devicetree/bindings/i2c/cdns,i2c-r1p10.yaml index 2e95cda7262a..4f06ef07cdad 100644 --- a/Documentation/devicetree/bindings/i2c/cdns,i2c-r1p10.yaml +++ b/Documentation/devicetree/bindings/i2c/cdns,i2c-r1p10.yaml @@ -33,7 +33,7 @@ properties: description: | Desired operating frequency, in Hz, of the bus. - clock-name: + clock-names: const: pclk description: | Input clock name.