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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C7701EB64D8 for ; Tue, 13 Jun 2023 21:05:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239641AbjFMVFG (ORCPT ); Tue, 13 Jun 2023 17:05:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55970 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239438AbjFMVE4 (ORCPT ); Tue, 13 Jun 2023 17:04:56 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C8151199C; Tue, 13 Jun 2023 14:04:55 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 5D2026170D; Tue, 13 Jun 2023 21:04:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6D2E4C433C0; Tue, 13 Jun 2023 21:04:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1686690294; bh=VBPiqTRrsIFfKk/fO/C3p90Jg4hrTEWW72mMyNqP8Bw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=o4S9KTQPHV5/MUgpI5lJaIPPqruvLjgsqcJkFh6ESTRrsJ5vmpgqutzv5WbtVeDak FNTlVB0SU5ls6XfiWGKQg7AR6cKCS/TcGZODeMv013IguCIYYGa1s5UOG5Ac6VVIde HbeJiMNFw7P+NLaGpjkt2trxu3qama0hoob7NvuJnye8F6wODJUDtuVRMWmvNvXA1B zwranu9PVWVCfAhuGhLY1YGlMtgeEx6ta0hY4PPSN9RRkp7sgbkk35gLH8/YRpKd30 33LsU2gv6rRKrMldaReoRx2YaSChFufpYBbrGm6Ls9eqdVWWRmFeTBojh9QLxBWQz2 m2xzyDwrzRHLw== Date: Tue, 13 Jun 2023 22:04:50 +0100 From: Conor Dooley To: Rob Herring Cc: Dmitry Torokhov , Krzysztof Kozlowski , Conor Dooley , Matthias Brugger , AngeloGioacchino Del Regno , Chen Zhong , 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: Re: [PATCH] dt-bindings: input: mediatek,pmic-keys: Fix typo in "linux,keycodes" property name Message-ID: <20230613-gyration-cruelness-76f4bbaff421@spud> References: <20230613201040.2823802-1-robh@kernel.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="bCcdyfHFgv1454zA" Content-Disposition: inline In-Reply-To: <20230613201040.2823802-1-robh@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org --bCcdyfHFgv1454zA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Jun 13, 2023 at 02:10:40PM -0600, Rob Herring wrote: > "linux-keycodes" is the wrong property name and is unused. It should be > "linux,keycodes" instead. Nothing in-tree at least, looks like they use the correct property already. Reviewed-by: Conor Dooley Cheers, Conor. --bCcdyfHFgv1454zA Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZIjZ8gAKCRB4tDGHoIJi 0otUAP0eUymc3D3skmsQWKQ/oO7+LbtvdtektOzxuO0m2uAF2wEAzYvSHucAROnW HzZ5CWNeAPTLYXKs05aIkCxdFDfv2wo= =OBNz -----END PGP SIGNATURE----- --bCcdyfHFgv1454zA--