From nobody Fri Sep 20 17:36:58 2024 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 B6379EB64D7 for ; Tue, 13 Jun 2023 20:11:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240443AbjFMUL1 (ORCPT ); Tue, 13 Jun 2023 16:11:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54190 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230035AbjFMULN (ORCPT ); Tue, 13 Jun 2023 16:11:13 -0400 Received: from mail-io1-f49.google.com (mail-io1-f49.google.com [209.85.166.49]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CD8EB1FC9; Tue, 13 Jun 2023 13:10:49 -0700 (PDT) Received: by mail-io1-f49.google.com with SMTP id ca18e2360f4ac-77acb944bdfso346751339f.0; Tue, 13 Jun 2023 13:10:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686687049; x=1689279049; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=m/0Ld9Rv7cpsr9VbIPD46nT8UE2Lan47fsXtsoJnXmY=; b=HFiNiVpKKWUM/bWNozAIFsQaP9oFWg9u+0F3nAIXaswaMpe5ft+Ix+7D8xuJUy4s6C BVnyZD6zkqZd2vMvGtpatHj8xwibXsAYQemhfql7Y+OZWjiQvDsjgkomoColl59xszag +WkKT1OC4gjTCuknGz7l0OZW5RAgDEQ170RWuCfcW3BWhsxB21PGgjrtL1f25PgFm1/x ByjCzU/VBk0hqv8grFC66gYG2MRIdbX36AOSrApkT2+cAwvbZloP0j7eXhoxkDcAgjay 6cYw+RwE5VHarK3BaoBp5DC3w+JhIQtO9GxO9D2LhHjPvo/ch3OKw0wQhnJuaV2xrUj5 XaUA== X-Gm-Message-State: AC+VfDyHzy76cfJKCOBhzMOanhT7b5zUr9UdmeTA+MxjD7xiGOkL2I4W PgOE+RebMgFyc3CMJ+0a7g== X-Google-Smtp-Source: ACHHUZ5uW/zGOo0tQgIhPAfnV1Zc8GBjuvZGKJYam6fCcqz5xYi7Ghl5jBM6tpUZne+7Uvhv3mb8Fw== X-Received: by 2002:a5e:9509:0:b0:77a:1307:1e4e with SMTP id r9-20020a5e9509000000b0077a13071e4emr13227179ioj.18.1686687048997; Tue, 13 Jun 2023 13:10:48 -0700 (PDT) Received: from robh_at_kernel.org ([64.188.179.250]) by smtp.gmail.com with ESMTPSA id w12-20020a02cf8c000000b0041653d00c1fsm3633263jar.72.2023.06.13.13.10.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 13 Jun 2023 13:10:48 -0700 (PDT) Received: (nullmailer pid 2823983 invoked by uid 1000); Tue, 13 Jun 2023 20:10:46 -0000 From: Rob Herring To: Dmitry Torokhov , Krzysztof Kozlowski , Conor Dooley , Matthias Brugger , AngeloGioacchino Del Regno , Chen Zhong Cc: linux-input@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Subject: [PATCH] dt-bindings: input: mediatek,pmic-keys: Fix typo in "linux,keycodes" property name Date: Tue, 13 Jun 2023 14:10:40 -0600 Message-Id: <20230613201040.2823802-1-robh@kernel.org> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" "linux-keycodes" is the wrong property name and is unused. It should be "linux,keycodes" instead. Signed-off-by: Rob Herring Reviewed-by: Conor Dooley --- Documentation/devicetree/bindings/input/mediatek,pmic-keys.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/input/mediatek,pmic-keys.yam= l b/Documentation/devicetree/bindings/input/mediatek,pmic-keys.yaml index 037c3ae9f1c3..e34c9e78d38d 100644 --- a/Documentation/devicetree/bindings/input/mediatek,pmic-keys.yaml +++ b/Documentation/devicetree/bindings/input/mediatek,pmic-keys.yaml @@ -55,7 +55,7 @@ patternProperties: =20 interrupt-names: true =20 - linux-keycodes: + linux,keycodes: maxItems: 1 =20 wakeup-source: true --=20 2.39.2