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 77A82C04A68 for ; Wed, 27 Jul 2022 10:27:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231348AbiG0K1x (ORCPT ); Wed, 27 Jul 2022 06:27:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33094 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230029AbiG0K1u (ORCPT ); Wed, 27 Jul 2022 06:27:50 -0400 Received: from mail-lj1-x234.google.com (mail-lj1-x234.google.com [IPv6:2a00:1450:4864:20::234]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1279941D1F for ; Wed, 27 Jul 2022 03:27:49 -0700 (PDT) Received: by mail-lj1-x234.google.com with SMTP id p22so9505596lji.10 for ; Wed, 27 Jul 2022 03:27:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=qkg42MPLnTpziWzCq064IDe7/RZNLE51B/HaNedC/M4=; b=SErH2wgVr7T9GDatPTcAGAZhz0mCCIDjYaeT1K3DquTqiBRQmu4lOqJeXjmlf4wSwc vo8/3Z4LTpRrDQi979vWtmSglgPlMkYTcQ26vu31iDQG7PE27l5fRJrEEZsqAAMtFUDe iXDVwP4J6bkphFAXvEkQYAp03ToC7AmphB50IXsMAEXwZ5XhiVmExasmoijWUEaZWIRV K1+ysD5xk3yksGQvtDClqFQS3R2BSc+xsvNPOehhWWB0r/iXZ+PL0IqTaxloC1HtsCJa uv+oNZi1SruljFirJgGXd6CaNkfFaYXPhFUr0Yw7w50Oy41ws5vMMP6IFClvrHTfpY9U Rqtw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=qkg42MPLnTpziWzCq064IDe7/RZNLE51B/HaNedC/M4=; b=AB/ej92XfcjB8sHaRI30WARqRBrthZXGG1QO/Y9oBZVRkMYp8UmmOTF23Lf4lFQXbW e0GuU/+YTVM+8cRS/quT2YB/sLh8Jyi2vZ/Nt4Zdfh/hPLmqfcr0Ob1CC7pQYbbRz9ZS pctTUodQbnrIYdFy7NOZ8K6RuDdc1d8JAAS5rCCtQz60nj0efVAhWQA7JHbBt0Y26aLc NQE0rO3DMSPeCiOsJD+dr374HD2eB+5GFm7Cfr10LXWwdMcVmWI3LZ+LgKx2BDhIsn/u Y76DfCnFi5q4QhfXFjuek9tM49/gjil0VkFRIR8EM5ddgsRjhlQ5l6EO3Yf8BzD7HqCe UsTA== X-Gm-Message-State: AJIora/5t6I9laoonkdfiAQhbknUrWOCIU9Y3XgMW4740vhfkMWWLFv6 L7l+sGOHWGT6EQDR+eoaVPAAa4nHflFAlOHC X-Google-Smtp-Source: AGRyM1smiFuUhec91Ofvzs2IHsiTsiuRW+1y4Zq7oAZXS2YflAQNU45FarTBw8uHHqUJXzX/uftelw== X-Received: by 2002:a2e:7c15:0:b0:25e:33c:6a4e with SMTP id x21-20020a2e7c15000000b0025e033c6a4emr5397182ljc.483.1658917667213; Wed, 27 Jul 2022 03:27:47 -0700 (PDT) Received: from [192.168.3.197] (78-26-46-173.network.trollfjord.no. [78.26.46.173]) by smtp.gmail.com with ESMTPSA id r4-20020ac25c04000000b0048aace12740sm688069lfp.270.2022.07.27.03.27.46 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 27 Jul 2022 03:27:46 -0700 (PDT) Message-ID: Date: Wed, 27 Jul 2022 12:27:45 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0 Subject: Re: [PATCH v2 2/7] dt-bindings: mediatek,mt6779-keypad: use unevaluatedProperties Content-Language: en-US To: Mattijs Korpershoek Cc: linux-arm-kernel@lists.infradead.org, AngeloGioacchino Del Regno , Fabien Parent , linux-mediatek@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-input@vger.kernel.org, Fabien Parent References: <20220720-mt8183-keypad-v2-0-6d42c357cb76@baylibre.com> <20220720-mt8183-keypad-v2-2-6d42c357cb76@baylibre.com> From: Krzysztof Kozlowski In-Reply-To: <20220720-mt8183-keypad-v2-2-6d42c357cb76@baylibre.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 26/07/2022 14:56, Mattijs Korpershoek wrote: > writing-bindings.rst states: >> - If schema includes other schema (e.g. /schemas/i2c/i2c-controller.yaml) use >> "unevaluatedProperties:false". In other cases, usually use >> "additionalProperties:false". > > All 3 properties from matrix-keymap.yaml are valid for the MediaTek keypad: > * keypad,num-rows and keypad,num-cols configure the KP_SEL register > * linux,keymap represents the (at most) 8x8 hardware matrix > > Signed-off-by: Mattijs Korpershoek Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof