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 D74C4C636D7 for ; Wed, 15 Feb 2023 20:12:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229648AbjBOUMZ (ORCPT ); Wed, 15 Feb 2023 15:12:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37156 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229521AbjBOUMX (ORCPT ); Wed, 15 Feb 2023 15:12:23 -0500 Received: from mail-ed1-x534.google.com (mail-ed1-x534.google.com [IPv6:2a00:1450:4864:20::534]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 543AA1E29D for ; Wed, 15 Feb 2023 12:12:22 -0800 (PST) Received: by mail-ed1-x534.google.com with SMTP id fj20so25472498edb.1 for ; Wed, 15 Feb 2023 12:12:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:references:cc:to:from :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=ZWoZA8qGgq7/x6EJNe+HmaR5fU3v8UqOPtojqnq1sKg=; b=MsGryKrtxHBLaqw/J3F42LFYUz5sSQzBldJ0cMFEzla/sx+xMPqtLJEDuKS1QNi98k iWAUSYZxKkhY5NCUw04aRg9xrjCr12i3b1r4pQLuNUZILpblRbtFk6pg1Wo7qhpzGF7q naNqeo4EW7i2JDAQeW/Q/XLtRk2JXPaDQ9AZIJTlJOJNL7dMCGelqkY7TNUiCbeJKPtB 3JIuJxAmdsyA07dsHFlAqcrYdRvbVgsCsU3bm1jtUaVQkgcpSsSh979kSjKcXxtenKHh kgaU78naEAHo+Yb6LTN1O02s8gsrlo01HK7r4C0Obi1E3qs0LQAy6GJaPzLHwyMYJ9tg bA5w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:references:cc:to:from :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=ZWoZA8qGgq7/x6EJNe+HmaR5fU3v8UqOPtojqnq1sKg=; b=nQmgl4s7c3jkKFkSHpdhH+UxtEkVpenTUZiz25BTC4097RNfsOfj95poHL0MZX5fUn gV+0//rmjxnGoxSHdR83Ey8P4xu9h7mIOPyFTKzoAGShzoH/aSl8UQNWWykVcRZwxkgj kmOv3LyynRONhhPVqKhjsNPGTTxvRQSpkYZMb6/Tfs0+1VBI2byZxR8ld/bcKNvUISz5 2wU6YecJnoxzNZ4MlOXd66reRhIU8nxFmgeyKa9YxRt/UiyQIqXdqP6bYbEWlBu04o62 fArdb6foWfHAP+kubHZfgQ8qTvaVHrGE8wNtpnL7Y1OW4VNpuFKKRJaNSOkcuR6hTvYK SLfA== X-Gm-Message-State: AO0yUKWIxgjwtfXojvByla2IFf5N2nPB32Ygx4LZzAdeb7Ayjp0q0umT PiYBVWrPnDdihB3i51PRt/t/mg== X-Google-Smtp-Source: AK7set/jHl1Odp5mSZbVYnAK8AAz4shx+jKhUVZbGwC/0QQ2RDATXndC8SUR3jQp9W3UQU0pjK4lyA== X-Received: by 2002:aa7:dc18:0:b0:4ad:152a:9ded with SMTP id b24-20020aa7dc18000000b004ad152a9dedmr967831edu.32.1676491940846; Wed, 15 Feb 2023 12:12:20 -0800 (PST) Received: from [192.168.1.109] ([178.197.216.144]) by smtp.gmail.com with ESMTPSA id 29-20020a508e5d000000b004acdef7baaesm2709053edx.96.2023.02.15.12.12.18 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 15 Feb 2023 12:12:20 -0800 (PST) Message-ID: <730f6bf9-ce57-6834-12e0-b60abbfb2e1f@linaro.org> Date: Wed, 15 Feb 2023 21:12:18 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 Subject: Re: [PATCH V2 1/2] dt-bindings: interrupt-controller: Add Loongson EIOINTC Content-Language: en-US From: Krzysztof Kozlowski To: Binbin Zhou Cc: Binbin Zhou , Huacai Chen , Jiaxun Yang , Thomas Gleixner , Marc Zyngier , Rob Herring , Krzysztof Kozlowski , Jianmin Lv , Huacai Chen , linux-kernel@vger.kernel.org, linux-mips@vger.kernel.org, loongarch@lists.linux.dev, devicetree@vger.kernel.org, loongson-kernel@lists.loongnix.cn References: <23068d0c-d37c-0563-e1c1-e4d112059f5b@linaro.org> In-Reply-To: <23068d0c-d37c-0563-e1c1-e4d112059f5b@linaro.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 14/02/2023 13:43, Krzysztof Kozlowski wrote: >> >>> >>>> + >>>> + reg: >>>> + minItems: 1 >>>> + maxItems: 3 >>> >>> You need to describe the items.>>> >>>> + >>>> + interrupt-controller: true >>>> + >>>> + interrupts: >>>> + description: >>>> + Interrupt source of the CPU interrupts. >>> >>> You need to describe the items. >> >> Do you mean a more detailed description? > > I mean constraints on interrupts and/or description if they are not obvious. Actually I noticed that for interrupts you provided the name, so it is description and you just need maxItems:1. The reg however need list of items which clearly documents what is there. Best regards, Krzysztof