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 BE7C5C61DA7 for ; Fri, 27 Jan 2023 19:58:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233294AbjA0T6z (ORCPT ); Fri, 27 Jan 2023 14:58:55 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37704 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233212AbjA0T6a (ORCPT ); Fri, 27 Jan 2023 14:58:30 -0500 Received: from mail-wm1-x332.google.com (mail-wm1-x332.google.com [IPv6:2a00:1450:4864:20::332]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 13E5C241F3 for ; Fri, 27 Jan 2023 11:56:35 -0800 (PST) Received: by mail-wm1-x332.google.com with SMTP id e19-20020a05600c439300b003db1cac0c1fso6090681wmn.5 for ; Fri, 27 Jan 2023 11:56:34 -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=HdcHf4vxQ/rMjsTEFJ0DgEuQ3SMQ+z07fek3463si+E=; b=pz8/k9kdx4HJG9otnXwQxkiFWs3s7B3HHZZ1ebgK20eD9KotQE02nESF3bq8LurB0e 2WTQ6R6L60fXxMRyNdvYsKwpe/sBF13EOehF5+aoqui1JwEsYNWov+V1g/g+lSWSAQD0 o6/AZ9Ez+JUqSvAtF4+jyaqncWPBuR4fR/myP+9WGSQDM4qgZMfGsmlTmlyPozoFpedj lDf972svIqKfS0ce+T916GjkrMolGv7Ot25KqnJrvdQazHotyqZ1SfgsVCxh67u5PnSc h95uAVkJilEDZmBV3/3enw5S7+1YjnQSONTrDiOCs6FM0IBB79T8kvItKOREM6e6Go4K 90Uw== 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=HdcHf4vxQ/rMjsTEFJ0DgEuQ3SMQ+z07fek3463si+E=; b=0qsyahIp23OcePFQqn0ka+oe4ZVjotFXcPEWdMsPfGMAvqOB6ySXiO2YHjL4ZjIXdN V/pbQwlyuzTYBOtXVOLBwQgA+0dd4U90x/3uDir3L5ehuAsj9jAwDGpMEbDoRuAREjfB dW+YiS26jErwxaWUlLvYVcrfYxCLHc9R+GqioK8Gc8kv1cTsCpFcRNt4oiTRlCkZNDl1 jkQhTNE3qskAIKUo+5Er5p+V/+tm8+FuQu413AfNhLef98Y0u6hHIcGkKT5QAzeo0t/E 2OVrJ8ZHNIzliDkYhYkvRM/IfJeYyjB8SHAXEqlOKLjgaXVIs8MwalURcbigi1HzDiRT NpQg== X-Gm-Message-State: AFqh2koThtnhrAoXvdNztriZ1ifljYNl2X7wFqHXGw2y/kBYVEom4zfE 24Sme0rPASCQbWMdQYyVDK5glw== X-Google-Smtp-Source: AMrXdXuUI4WWaf2bPFMUfTdSPFeCesGihwg4tC5rD9BWoMfsGxLqO5WdVlEEA1rJgIlK6lXDOSgUjA== X-Received: by 2002:a05:600c:4f82:b0:3db:25a0:ca5b with SMTP id n2-20020a05600c4f8200b003db25a0ca5bmr32834843wmq.37.1674849390878; Fri, 27 Jan 2023 11:56:30 -0800 (PST) Received: from [192.168.1.109] ([178.197.216.144]) by smtp.gmail.com with ESMTPSA id o3-20020a05600c4fc300b003db1d9553e7sm10081542wmq.32.2023.01.27.11.56.29 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 27 Jan 2023 11:56:30 -0800 (PST) Message-ID: <52508584-47c5-2497-68c8-2c0044911aca@linaro.org> Date: Fri, 27 Jan 2023 20:56:28 +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] dt-bindings: firmware: qcom,scm: add qcom,scm-sa8775p compatible Content-Language: en-US To: Bartosz Golaszewski , Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Bartosz Golaszewski References: <20230127192139.299228-1-brgl@bgdev.pl> From: Krzysztof Kozlowski In-Reply-To: <20230127192139.299228-1-brgl@bgdev.pl> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 27/01/2023 20:21, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Add a compatible for the sa8775p platform's Secure Channel Manager > firmware interface. > > Signed-off-by: Bartosz Golaszewski > --- > Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 1 + > 1 file changed, 1 insertion(+) If you send bindings separately from DTS (which is fine), please provide the link to the user - either DTS or driver for this compatible. Driver does not use it, thus to the DTS. Acked-by: Krzysztof Kozlowski Best regards, Krzysztof