From patchwork Sun Sep 11 23:08:03 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bryan O'Donoghue X-Patchwork-Id: 12973112 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 21E92C6FA86 for ; Sun, 11 Sep 2022 23:08:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229527AbiIKXIL (ORCPT ); Sun, 11 Sep 2022 19:08:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52148 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229446AbiIKXIK (ORCPT ); Sun, 11 Sep 2022 19:08:10 -0400 Received: from mail-wm1-x336.google.com (mail-wm1-x336.google.com [IPv6:2a00:1450:4864:20::336]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BA22F23144 for ; Sun, 11 Sep 2022 16:08:08 -0700 (PDT) Received: by mail-wm1-x336.google.com with SMTP id m3-20020a05600c3b0300b003a5e0557150so1679570wms.0 for ; Sun, 11 Sep 2022 16:08:08 -0700 (PDT) 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; bh=03VzagkjLOZMZXtX4Iqh7uQQRbS04IHPhXkVjGsWCh0=; b=Kt8AT3oioPTuhpIZvqFKzPhuTeW1M3VUZsrHAJQl2NJaPZ/kjD9A+Bz+/eFfxYjN46 MRgNrNh8b8TOaaKIS5Lq1foX9fFum0FOQGVv8xAwmKUQtDMmBtV0/VSD39+++LEtyEqb RnuZ3xQ9XX77Sq43sC7BsiKa8yKBO/Y2pfzXnYrZF8nuO8lnucsUGCwVxrr9PHee9tGp GmbqTv2/gCbNd0BKV16E+sT6tTYSI5lABVSWpkOZPqSdotx3kTtl7SoCz3wjAkK+Cvh7 /C/wt7XH6pBbb7O441uzkbG69P52DycKUTtklqMhxJjLzaBS4l+ICDcXcLFt9ov1r+gb 8VFw== 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; bh=03VzagkjLOZMZXtX4Iqh7uQQRbS04IHPhXkVjGsWCh0=; b=IXPO6pb6FONIBk3wrTNiecrH7fjbjs+C3y2ryRJG4kXH3cg3F5vfXT9K+duOYGIq4l +vfj9dV1ZCv4ze2kkv/FlTZ3Tymral+bzQcGrnnbX09d0Vo29pqFN0fY5mTykQBKsV8/ LLSjBp4ViZ1TXI1XCiWEOZcYaD/oI7lVrCUiCf2HWLgWdHpRLTy6y8BTkD+cZ40ZYLPn VmTVUN5GX3/GwVXlXxHslYqK7qtXoJ9sTZCGSx5OFZhgR8U6t41ifwIOGbK3nfN2zzFs 1sQ2L5QFBtp23nH5u9tk45ozJnVTyh6euWwO4Xcmlf6ij9bPMmXbi4t09R4qSAoo/3IL hbJg== X-Gm-Message-State: ACgBeo10ZgTXQvM3cEuzfL5zqdgY5CibLYVCeMjqs21cSUu3ejQ0qxO7 W5Jdvgf4pEA0MUx74Jcx/aVWWg== X-Google-Smtp-Source: AA6agR7leoxxs5UHvMoKjSI+IgV1IfyQiK6YNBZYUt0YGqWG8VKPufew1vG1OE+FHkntf9DXjUp2vA== X-Received: by 2002:a05:600c:35d0:b0:3a8:3f16:2c38 with SMTP id r16-20020a05600c35d000b003a83f162c38mr12579508wmq.162.1662937687288; Sun, 11 Sep 2022 16:08:07 -0700 (PDT) Received: from sagittarius-a.chello.ie (188-141-3-169.dynamic.upc.ie. [188.141.3.169]) by smtp.gmail.com with ESMTPSA id h11-20020adff18b000000b00228daaa84aesm5780656wro.25.2022.09.11.16.08.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 11 Sep 2022 16:08:06 -0700 (PDT) From: Bryan O'Donoghue To: agross@kernel.org, andersson@kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org Cc: bryan.odonoghue@linaro.org Subject: [PATCH v3] ASoC: dt-bindings: Mark old binding qcom,cpu-lpass-apq8016 as deprecated Date: Mon, 12 Sep 2022 00:08:03 +0100 Message-Id: <20220911230803.1286202-2-bryan.odonoghue@linaro.org> X-Mailer: git-send-email 2.37.3 In-Reply-To: <20220911230803.1286202-1-bryan.odonoghue@linaro.org> References: <20220911230803.1286202-1-bryan.odonoghue@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org We've had some discongruity in the compatible string of the lpass for 8916 for a while. Mark the old compat as deprecated. New SoC additions such as msm8936 and msm8939 should use the compat string "qcom,apq8016-lpass-cpu". Signed-off-by: Bryan O'Donoghue Reviewed-by: Krzysztof Kozlowski --- .../devicetree/bindings/sound/qcom,lpass-cpu.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml b/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml index ef18a572a1ff3..fb39875c6ec7e 100644 --- a/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml +++ b/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml @@ -18,11 +18,14 @@ description: | properties: compatible: - enum: - - qcom,lpass-cpu - - qcom,apq8016-lpass-cpu - - qcom,sc7180-lpass-cpu - - qcom,sc7280-lpass-cpu + oneOf: + - enum: + - qcom,lpass-cpu + - qcom,apq8016-lpass-cpu + - qcom,sc7180-lpass-cpu + - qcom,sc7280-lpass-cpu + - const: qcom,lpass-cpu-apq8016 + deprecated: true reg: minItems: 1