From patchwork Wed Nov 16 12:40:38 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Abel Vesa X-Patchwork-Id: 13045164 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 DE245C43217 for ; Wed, 16 Nov 2022 12:41:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232531AbiKPMlP (ORCPT ); Wed, 16 Nov 2022 07:41:15 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33716 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231310AbiKPMlM (ORCPT ); Wed, 16 Nov 2022 07:41:12 -0500 Received: from mail-wr1-x434.google.com (mail-wr1-x434.google.com [IPv6:2a00:1450:4864:20::434]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C3C361AE for ; Wed, 16 Nov 2022 04:41:10 -0800 (PST) Received: by mail-wr1-x434.google.com with SMTP id bs21so29717224wrb.4 for ; Wed, 16 Nov 2022 04:41:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=kj6hNhybTnNcaQ6fHwD5wQp+bSb1uN49o9Qhpb0mU/M=; b=JXj4UKYDsUshc3XLgQ7MmVkB/P2oryJsLHPKCUIjCMT0YsKuK9+02NWyGvDlo52zW4 1Xy3pinI0Gnu4lyWrQ95s3ka6veCMJ26Nfmbj5mciBNEWEfObs1uU7bEqIsdFdeJ5NKA VWP0tgHtYMOEvGq3dq7yqWS79BB7P4toRljT496asOfYMxhG4Jtn1d0vcdvPajWbag6b preKi5InoXeEyd5O2+RM8EYkg14zVlgqHBbPVloIJHMwzbguZ4cWC+n+j8kgeSQpCUMa 0xJxwVLfa5efEx0qnxC+VW5ZUTwhIjPjV+2+hlgdpWncRGoCtJFo/6ZjD9H+blEa7LBi 3TSA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=kj6hNhybTnNcaQ6fHwD5wQp+bSb1uN49o9Qhpb0mU/M=; b=bTwAusKeSlC8nM4CKnj1TM+MQdVhL5G7CLjY5bzvfs3MMO8xArQ9Z9AaruJx0G7AHo mjcnQHfLmKKvXkaeUsOkVzLzB5ohXjLJG+sfczCqWSD11Ecb/Z7ev271Y4aNGEWEgIXy 7KVCU5PJ7pq5i3xS9SPf6wBAQiHXFUny/iIO3MZi9AXOsyU5+1xTqjdl18/WipRzsftQ l/iaBDkEzpVxwrKL5IDtYUYzEi7xOxwnSpEt2z4QvmBAkcsdwmI2O4e0RDQxhezc76OD 9kakZMBqZTxXS9wzCnnJnCTBeYm4fEbdedFZDk8WPp3dr+Q57H9PjoVe5g24UyM5tB7b JGKw== X-Gm-Message-State: ANoB5pmuW5KXUXNgMd+SGvUGSguZOMMXRLWE9McXOTpJexTR7IsISGjA +G4gr8yCn+52O+6M1FPwvD5QNA== X-Google-Smtp-Source: AA0mqf6wAPtBCIWUO7xTE+Ndf6MWifSBF9p4upBE+m3tekmqE8ZTbTipAhhpV91Uze9eu28Qj3VbQQ== X-Received: by 2002:adf:edc2:0:b0:236:774e:5b78 with SMTP id v2-20020adfedc2000000b00236774e5b78mr13970233wro.351.1668602469398; Wed, 16 Nov 2022 04:41:09 -0800 (PST) Received: from localhost.localdomain ([94.52.112.99]) by smtp.gmail.com with ESMTPSA id j6-20020a05600c1c0600b003a3170a7af9sm2231764wms.4.2022.11.16.04.41.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 16 Nov 2022 04:41:09 -0800 (PST) From: Abel Vesa To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski Cc: Linux Kernel Mailing List , devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org Subject: [PATCH] dt-bindings: firmware: document Qualcomm SM8550 SCM Date: Wed, 16 Nov 2022 14:40:38 +0200 Message-Id: <20221116124038.2769028-1-abel.vesa@linaro.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Document the compatible for Qualcomm SM8550 SCM. Signed-off-by: Abel Vesa --- Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml index 25688571ee7c..7b753acb85d5 100644 --- a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml +++ b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml @@ -53,6 +53,7 @@ properties: - qcom,scm-sm8250 - qcom,scm-sm8350 - qcom,scm-sm8450 + - qcom,scm-sm8550 - qcom,scm-qcs404 - const: qcom,scm