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 C1DB6C7EE32 for ; Fri, 2 Jun 2023 13:15:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235849AbjFBNPG (ORCPT ); Fri, 2 Jun 2023 09:15:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60072 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236145AbjFBNO7 (ORCPT ); Fri, 2 Jun 2023 09:14:59 -0400 Received: from mail-ej1-x634.google.com (mail-ej1-x634.google.com [IPv6:2a00:1450:4864:20::634]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BE2B8E46 for ; Fri, 2 Jun 2023 06:14:38 -0700 (PDT) Received: by mail-ej1-x634.google.com with SMTP id a640c23a62f3a-97448470403so279259266b.1 for ; Fri, 02 Jun 2023 06:14:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1685711650; x=1688303650; h=content-transfer-encoding:in-reply-to:content-language:references :cc:to:subject:from:user-agent:mime-version:date:message-id:from:to :cc:subject:date:message-id:reply-to; bh=NM7E2bhPISEHbBlp1H32wp1Q4VWvkt2UL0EOlnHQmhw=; b=EMRhYGqE0xvmt/e3UTWvucXGuihMx3qxy93kVgcdl0JaBC6zfPxxlaYtyG7CwUnPK2 IsW2bmeGb79p0HFI+crVf0iOrCWPNAhG9UOuCkjRL6BvZMYjr/Hb6lCCCG4v61L2/ewA xb1is/o+4n4jOMiVzInw5czw6lMNOK3tQkbgv9IpldCx0bcp5AtRNXpC2l00j5Fu/1/e EGbvr+JPC2XX+1gjobhAKXk1sIQW8c9CWk7dFN5jEWVCLQrDTF5BZOw5TUmxEYP9FbFv 7FN1w7pWbEwKqAebcSuJPJMmRFC5mN6YtIm0uKG95FNaYi5DuTPFC57WclQSrrJ2bh8H fgJw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1685711650; x=1688303650; h=content-transfer-encoding:in-reply-to:content-language:references :cc:to:subject:from:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=NM7E2bhPISEHbBlp1H32wp1Q4VWvkt2UL0EOlnHQmhw=; b=XB2yxtNQIAVnR3i1jTAIa7CNiwQfCamVW45NA15KDjWy/bnua2t7eOd+uKUT0TMaul tRmCfZVfGF5mEEiybM2DFOy6Z5sqAwHlAtlFFTO5wTOAQ+QMRmS+ENXrdtRlPNDWpVJn vLhakfqLbFUlndErVisZLxEmFFGiTdzkoyStC4KHbXy7wUdarAmIIiOgenawcvCG/tH9 yheodYpUbUbRUbZ06m+4PTzOwvidlNiHxZznhnFXUeUqrh4iMu1VBLrJ06lo/7GDuX6K lDdKGQSE0IN0OdUM/Zbw2WrkV8g0C8PV/je7hYphrFKtRG1sivylBnr5VXCNC2oTNWBn H4qg== X-Gm-Message-State: AC+VfDxyjQFoL9djuMkMN0Wj1CmScUU1Ls0jfjKnLR8CsBeMMkwKfvtW m+HaH13PUGu0iH6GkOw7ikeHoA== X-Google-Smtp-Source: ACHHUZ4uIIsfu5hfYvBBUXo02QYm4Gt9O+H37x3tBrXc8NtwSrPZ6PnJax9nm8arEBESNAAtPajQbQ== X-Received: by 2002:a17:906:fe43:b0:973:e69d:c720 with SMTP id wz3-20020a170906fe4300b00973e69dc720mr10021680ejb.51.1685711650410; Fri, 02 Jun 2023 06:14:10 -0700 (PDT) Received: from [192.168.1.20] ([178.197.199.204]) by smtp.gmail.com with ESMTPSA id bi1-20020a170906a24100b009664cdb3fc5sm737006ejb.138.2023.06.02.06.14.08 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 02 Jun 2023 06:14:09 -0700 (PDT) Message-ID: Date: Fri, 2 Jun 2023 15:14:07 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.2 From: Krzysztof Kozlowski Subject: Re: [PATCH 03/11] dt-bindings: stm32: add st,stm32mp25-syscfg compatible for syscon To: Alexandre Torgue , robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, Conor Dooley , Linus Walleij , Catalin Marinas , Will Deacon , Arnd Bergmann , Olof Johansson , soc@kernel.org Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org References: <20230529162034.20481-1-alexandre.torgue@foss.st.com> <20230529162034.20481-4-alexandre.torgue@foss.st.com> Content-Language: en-US In-Reply-To: <20230529162034.20481-4-alexandre.torgue@foss.st.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Resending as my previous email probably got lost. If you got it twice, apologies. On 29/05/2023 18:20, Alexandre Torgue wrote: > From: Patrick Delaunay > > Add the new syscon compatible for STM32MP25 syscfg = "st,stm32mp25-syscfg". > > Signed-off-by: Patrick Delaunay > Signed-off-by: Alexandre Torgue > > diff --git a/Documentation/devicetree/bindings/arm/stm32/st,stm32-syscon.yaml b/Documentation/devicetree/bindings/arm/stm32/st,stm32-syscon.yaml > index ad8e51aa01b0..9ed5b121cea9 100644 > --- a/Documentation/devicetree/bindings/arm/stm32/st,stm32-syscon.yaml > +++ b/Documentation/devicetree/bindings/arm/stm32/st,stm32-syscon.yaml > @@ -16,6 +16,7 @@ properties: > - items: > - enum: > - st,stm32mp157-syscfg > + - st,stm32mp25-syscfg You should rather keep some (alphabetical?) order. Acked-by: Krzysztof Kozlowski Best regards, Krzysztof