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 867B1C636D4 for ; Sun, 12 Feb 2023 16:01:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229853AbjBLQBK (ORCPT ); Sun, 12 Feb 2023 11:01:10 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58046 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229501AbjBLQBI (ORCPT ); Sun, 12 Feb 2023 11:01:08 -0500 Received: from mail-wr1-x436.google.com (mail-wr1-x436.google.com [IPv6:2a00:1450:4864:20::436]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D5F38113F5 for ; Sun, 12 Feb 2023 08:01:05 -0800 (PST) Received: by mail-wr1-x436.google.com with SMTP id y1so9927807wru.2 for ; Sun, 12 Feb 2023 08:01:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=OhUXOYi9ShyAQPw13SBrxOiuJvRVRWO6R7DY4hgP0gY=; b=R7ql4yxixgu96wPpVado4XoqQJ+NfgdVXNFBTSRqkV6i84rIM71TxpYwXnA7hdWIig 7+BL5uTlbIglviOPWnw59N6ZYqesvWKpy7hr9Q8qLobYHBM+yGD4Z3J4AufJh6aeXvkA NBqXFW82NMHq7nQflcNOSS2pPsOPQeHj830gYS5dX8qYNXAHPC8c+R289L31k8Yla57H 8hkepg1O8WvI+A7hYdZN2tzc5ME+YKoGplu+Asex24izZS6Ee3/+jbqbHSp5mMykr4zm KjopPHJ35sVoUdHp3/IrgRk6ym8pTLjEyjbJuZ6bxIv+aTBHzArI8rVntK1jsi8b+IH9 sgpw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=OhUXOYi9ShyAQPw13SBrxOiuJvRVRWO6R7DY4hgP0gY=; b=5sxF6564Jw9ivYOe9JBjva7K7nM7dVHuxDLH5GGEDlLo6c4UrAxnaB7TLm9nBH03F1 nGberZbDyiNwrY9+bBcOQJ/IdLm5wIQzMgaqIyDsgiaS1XgSPP+3jPzFdqyzKWgPaxYu 1rU5g5t+wCp36jpcRxFZw5yRmBxMjfogN2VdOYLXvnrKceTS3dlnmES/ok/ZFvjRE2N4 QTSAtOkH16o+uSZi6Qj20BSZDjRKBMJl9JZeYNcmGqqX8e9YtjKaZrDQ2NyjsH9ELhEX 9KSF/GaqaG3cE08IxAd6ujFLBMKHLvR5RyxPqpP90irQn29pTCbexIbUyUOV52j8teJP jkzA== X-Gm-Message-State: AO0yUKUDDHwQk1wCa2D3P7tGn2vjFI3o1XvmlHDx0bcT1NpziezhKG/P dzsry+uvVMMNApyhcP3Vd/tmhg== X-Google-Smtp-Source: AK7set8zM9ijL+couJfmgBhAHGfIeGAXwLNscrbUDu//vqfcHtKuHx10HLyWRcK0XMLgHai8lnAZ4A== X-Received: by 2002:adf:f44b:0:b0:2bf:e4b2:64a8 with SMTP id f11-20020adff44b000000b002bfe4b264a8mr18635060wrp.42.1676217664354; Sun, 12 Feb 2023 08:01:04 -0800 (PST) Received: from [192.168.1.109] ([178.197.216.144]) by smtp.gmail.com with ESMTPSA id h5-20020a5d5045000000b002c54d9fbea5sm4305329wrt.73.2023.02.12.08.01.03 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 12 Feb 2023 08:01:04 -0800 (PST) Message-ID: <88789f2a-854c-963b-7f03-3078530b3689@linaro.org> Date: Sun, 12 Feb 2023 17:01:02 +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 1/2] dt-bindings: arm: sti: addition of STi platform syscon Content-Language: en-US To: Alain Volmat , Rob Herring , Krzysztof Kozlowski , Patrice Chotard Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20230211210500.9919-1-avolmat@me.com> From: Krzysztof Kozlowski In-Reply-To: <20230211210500.9919-1-avolmat@me.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 11/02/2023 22:04, Alain Volmat wrote: > Addition of the various STi platform syscon node description. > > Signed-off-by: Alain Volmat > --- > .../bindings/arm/sti/st,sti-syscon.yaml | 46 +++++++++++++++++++ > 1 file changed, 46 insertions(+) > create mode 100644 Documentation/devicetree/bindings/arm/sti/st,sti-syscon.yaml Ah, and one more - incorrect directory. This should be in soc, not arm. Best regards, Krzysztof