From patchwork Tue Dec 6 23:00:53 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Abel Vesa X-Patchwork-Id: 631385 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 843E5C63706 for ; Tue, 6 Dec 2022 23:01:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229661AbiLFXBL (ORCPT ); Tue, 6 Dec 2022 18:01:11 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47510 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229653AbiLFXBK (ORCPT ); Tue, 6 Dec 2022 18:01:10 -0500 Received: from mail-ed1-x530.google.com (mail-ed1-x530.google.com [IPv6:2a00:1450:4864:20::530]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 557424A06B for ; Tue, 6 Dec 2022 15:01:08 -0800 (PST) Received: by mail-ed1-x530.google.com with SMTP id a16so22499624edb.9 for ; Tue, 06 Dec 2022 15:01:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=waK5wVs7Hxj63T++mcTd6rjgYYGu6Rza9RGnKsblQEs=; b=ufQh0/mWaHsYxBXJCDwfMBulsKQuXCMPLS3WDIl8W0Ildbwexuf9F4cZtN7yCAzT2z RKjcx2uPlNoncma1YGj9FQy4QZAZS1568bVX9DmcC+WGdCaivpFBL1Q5aSec82ihBRdM vmHEpg+P5H+MtL6butSvqzFVR8rVqQaaiywu5TpHsgJdlDokhCD4CLOd+q20oCrznr5R tJjRQKWqpzPPAkNAZPmVMC3YayY+IybKBAprjbpl40+DW5uaXTVF2TrK2sqmorLyDaeK Pc7n+QpsWQqp/7YK7yGp4D+UOOaDTEXhvn/AAblA00iPseFTAxE3eqdbdIlvDUMr1xkX 3smQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=waK5wVs7Hxj63T++mcTd6rjgYYGu6Rza9RGnKsblQEs=; b=wCgeTrtiVHPRpd4P+Cr5x0jDpsHhX9op5+uSkihDbeQv9fTtOuYRuYlNBRtdKL2GTT 5AySPuDD1n3Y7wNo/kCB2Yo4d5zY3iy8eTvSDIYpTIELc01jzFrznF16A6dJpG3aqd0c MPwDIzaoNeoFoj16HmvZYG2silvgfKn6gXGle3TKWrb6C1fxCadZIQT8GkQXxK62fg+C F0JZExPiv92N7HYMuZHRD5sPF9JvUmWWHFqiZwTdvPeWTSJUe/AB4sHsYdxdAcL8yPF0 ZZOZbI6bA9vNMaHEyJVEXHGRdImeEhPmhy1VcRcOfIPH6X04b1deh/itoJPANbTzyHzp b7Yg== X-Gm-Message-State: ANoB5pklysggsCPVj8eQFjtt2LbVYu2kRg3T21lSUB+3TN+v5aCNfyJe +B8DM1nigH0Q45hDF5oJnB6YMA== X-Google-Smtp-Source: AA0mqf5R9i6ENdFv1Ioh56/i62ePYfVdnBW+kU19DGH2ISKGhfdDErP+akV9DB6j8vUZr0GqDevk0A== X-Received: by 2002:aa7:c94a:0:b0:46b:74e1:872c with SMTP id h10-20020aa7c94a000000b0046b74e1872cmr31454706edt.301.1670367666724; Tue, 06 Dec 2022 15:01:06 -0800 (PST) Received: from hackbox.lan ([94.52.112.99]) by smtp.gmail.com with ESMTPSA id p10-20020a170906838a00b007c0dacbe00bsm4239320ejx.115.2022.12.06.15.01.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 06 Dec 2022 15:01:06 -0800 (PST) From: Abel Vesa To: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Neil Armstrong Cc: Linux Kernel Mailing List , devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, Krzysztof Kozlowski Subject: [PATCH v7 01/10] dt-bindings: arm: qcom: Document SM8550 SoC and boards Date: Wed, 7 Dec 2022 01:00:53 +0200 Message-Id: <20221206230102.1521053-2-abel.vesa@linaro.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20221206230102.1521053-1-abel.vesa@linaro.org> References: <20221206230102.1521053-1-abel.vesa@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Document the SM8550 SoC binding and the MTP board. Signed-off-by: Abel Vesa Reviewed-by: Krzysztof Kozlowski --- Documentation/devicetree/bindings/arm/qcom.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index 463509f0f23a..4f0aa06402bf 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -68,6 +68,7 @@ description: | sm8250 sm8350 sm8450 + sm8550 The 'board' element must be one of the following strings: @@ -819,6 +820,11 @@ properties: - sony,pdx223 - const: qcom,sm8450 + - items: + - enum: + - qcom,sm8550-mtp + - const: qcom,sm8550 + # Board compatibles go above qcom,msm-id: