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 D458FC32772 for ; Thu, 18 Aug 2022 09:59:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242831AbiHRJ7I (ORCPT ); Thu, 18 Aug 2022 05:59:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60616 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241050AbiHRJ7H (ORCPT ); Thu, 18 Aug 2022 05:59:07 -0400 Received: from mail-lj1-x22f.google.com (mail-lj1-x22f.google.com [IPv6:2a00:1450:4864:20::22f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8B36026ADA for ; Thu, 18 Aug 2022 02:59:05 -0700 (PDT) Received: by mail-lj1-x22f.google.com with SMTP id l21so1236572ljj.2 for ; Thu, 18 Aug 2022 02:59:05 -0700 (PDT) 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; bh=C3ba4yHheW5zprHK4xaSfKb4nNr+PJySvSlyPUInypY=; b=kKZwm2Y1bNsACwoLDGfj3xeWLK7EuwFNINfyozQ1DrHMRpH1GeM4VlbaxXJhHHzNlm 99SvZmwdmkcRa/abxR9xs3bTumXoffxjWPAWwWxWt5ucgJEdvSLguQjTvcQELn7JjSSz lOyHuHZuW2RZAvURc5d/ZLxJJ5ug3xxGhwetoyOO6RTf/LID5OpyJUHufp2bMiC+pK7J AKBZaYpbI4Fi1+o2IUUFKk26wiK8n2l4EHt1OWX6f+20xOrjEr0g9tGd+RQvFOL2GSXK mHNzTtgCBy7u8bRUw5eloF4Xw6488NrwdAC6J1/xOP4Pl4gnNAze5V1DdhteA0cnj2Lz kwsA== 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; bh=C3ba4yHheW5zprHK4xaSfKb4nNr+PJySvSlyPUInypY=; b=umIluMPypnxiuYsvgvnjv2JgSqcQlgzgxPTQZ7selCHcwJQnH5SvEaD3SIe+MHc2KB bKl7j46CV1m7R3PrevVNwRZdRrfB3IZZmHGEe2Xaf3KzaeCLM0OBrxHRyRNeCZ5KUsfi RjQfBGq6mHhLimOT66f7vyuIv4nslFFT/oqALLngwednBS6JSFuv29cleOT+LPBO5dzg ZMk16WE9imSFko2kQvyr02jG3ixqiZhHDEbE3hDfhdqV6EQ6jwcyLGj+ETgZ5aN6IhKN CUKXXIDzmopnyfqnY0gnZ8+C5/ntKcXMtR7V2ntt9uHh21ZKNS9puEBQnh06/rZjf5qq I1Og== X-Gm-Message-State: ACgBeo2InijzcwYsuqo6MatNJtkrpDKTxjb6iv7fmp7AZVicYoDLz4cB FsuWCOhg9sqqIMdzJsmGjjg+8w== X-Google-Smtp-Source: AA6agR54B8Wq5kprhSzFLvDsiJX1bUEd1bBo1eYAKq+/zJE3QVnHWvcS0sgkw3289Rm0f8B/Wfr2Ig== X-Received: by 2002:a2e:be9e:0:b0:261:b228:ed8b with SMTP id a30-20020a2ebe9e000000b00261b228ed8bmr601633ljr.226.1660816743805; Thu, 18 Aug 2022 02:59:03 -0700 (PDT) Received: from ?IPV6:2001:14bb:ae:539c:53ab:2635:d4f2:d6d5? (d15l54z9nf469l8226z-4.rev.dnainternet.fi. [2001:14bb:ae:539c:53ab:2635:d4f2:d6d5]) by smtp.gmail.com with ESMTPSA id be32-20020a056512252000b0048a83ab2d32sm168965lfb.0.2022.08.18.02.59.01 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 18 Aug 2022 02:59:03 -0700 (PDT) Message-ID: <74156faf-492d-2e87-f32f-61d99131f17c@linaro.org> Date: Thu, 18 Aug 2022 12:59:00 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0 Subject: Re: [RFC PATCH v2 1/6] Documentation: DT: Add entry for CDX controller Content-Language: en-US From: Krzysztof Kozlowski To: Nipun Gupta , robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, gregkh@linuxfoundation.org, rafael@kernel.org, eric.auger@redhat.com, alex.williamson@redhat.com, cohuck@redhat.com, puneet.gupta@amd.com, song.bao.hua@hisilicon.com, mchehab+huawei@kernel.org, maz@kernel.org, f.fainelli@gmail.com, jeffrey.l.hugo@gmail.com, saravanak@google.com, Michael.Srba@seznam.cz, mani@kernel.org, yishaih@nvidia.com, jgg@ziepe.ca, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, kvm@vger.kernel.org Cc: okaya@kernel.org, harpreet.anand@amd.com, nikhil.agarwal@amd.com, michal.simek@amd.com, git@amd.com References: <20220803122655.100254-1-nipun.gupta@amd.com> <20220817150542.483291-1-nipun.gupta@amd.com> <20220817150542.483291-2-nipun.gupta@amd.com> <93f080cd-e586-112f-bac8-fa2a7f69efb3@linaro.org> In-Reply-To: <93f080cd-e586-112f-bac8-fa2a7f69efb3@linaro.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 18/08/2022 12:54, Krzysztof Kozlowski wrote: >> + gic@e2000000 { >> + compatible = "arm,gic-v3"; >> + interrupt-controller; >> + ... >> + its: gic-its@e2040000 { >> + compatible = "arm,gic-v3-its"; >> + msi-controller; >> + ... >> + } >> + }; >> + >> + cdxbus: cdxbus@@4000000 { > > Node names should be generic, so "cdx" Eh, too fast typing, obviously the other part of the name... node names should be generic, so just "bus". > > https://devicetree-specification.readthedocs.io/en/latest/chapter2-devicetree-basics.html#generic-names-recommendation > > Drop the label. Best regards, Krzysztof