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 32ADCC4708D for ; Tue, 13 Dec 2022 15:36:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229803AbiLMPgH (ORCPT ); Tue, 13 Dec 2022 10:36:07 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35226 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236216AbiLMPf6 (ORCPT ); Tue, 13 Dec 2022 10:35:58 -0500 Received: from mail-oi1-f172.google.com (mail-oi1-f172.google.com [209.85.167.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E9306220D6; Tue, 13 Dec 2022 07:35:57 -0800 (PST) Received: by mail-oi1-f172.google.com with SMTP id r11so79216oie.13; Tue, 13 Dec 2022 07:35:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=5fyM7Oq897dP0iyYSq8XKa39blCeFeCNeIHlGUw62Fo=; b=iYjo76tjpKOWib3cDsgDsxfwSotqEpGGMMdhocW9If6bDNhmLkY+Wnn1H0lD9JB/l2 EA6GTVvBedTnqUhGUwn2s+HyM8sR37P/FBQq0naXoe/tV34FV+qfYuuDnOV4lXPs9cWk 7+S1shQRpPX6rq2SjQxI4FUowiOZIYMRGopE3TnRdBH3yyj6DAWbK2Jxe5dhtRmGBMSc T9mg1r+kgDWCLU5M8VJxDbIRfJhJcT/ZoQOB+NXzBSHyubhq4EkKKeaQ4bwBUSftNzm/ kW2/+3mmWtg/zEehUI82590XKmMakXv/mF66oxcq7ygYmGSjqanc8M2+B3aj0jwPGTnH wPuw== X-Gm-Message-State: ANoB5pkhyeuVRj5J1p1VgJAOMIg7qdFPH1TvJbQeUeZ0KnMgOxP000A+ DFgouawEvoQAUkrFjBKGVA== X-Google-Smtp-Source: AA0mqf4d8qkA9UCSK3qnQDyCxy1P1rFLT6e1dxdNl+RKtFHaXWrrYz+P5U0tgjg2Qu73YYIOtZVvuw== X-Received: by 2002:aca:6003:0:b0:355:1de8:de4b with SMTP id u3-20020aca6003000000b003551de8de4bmr8303960oib.36.1670945756260; Tue, 13 Dec 2022 07:35:56 -0800 (PST) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id s6-20020a0568302a8600b00660e833baddsm1333351otu.29.2022.12.13.07.35.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 13 Dec 2022 07:35:55 -0800 (PST) Received: (nullmailer pid 1400184 invoked by uid 1000); Tue, 13 Dec 2022 15:35:55 -0000 Date: Tue, 13 Dec 2022 09:35:55 -0600 From: Rob Herring To: Krzysztof Kozlowski Cc: Prakash Ranjan , linux-arm-msm@vger.kernel.org, Wim Van Sebroeck , devicetree@vger.kernel.org, Konrad Dybcio , linux-watchdog@vger.kernel.org, Rob Herring , Bjorn Andersson , linux-kernel@vger.kernel.org, Krzysztof Kozlowski , Guenter Roeck , Andy Gross Subject: Re: [PATCH 02/12] dt-bindings: watchdog: qcom-wdt: do not allow fallback alone Message-ID: <167094575462.1399947.15312005395353889633.robh@kernel.org> References: <20221212163532.142533-1-krzysztof.kozlowski@linaro.org> <20221212163532.142533-2-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221212163532.142533-2-krzysztof.kozlowski@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Mon, 12 Dec 2022 17:35:22 +0100, Krzysztof Kozlowski wrote: > The compatible "qcom,kpss-wdt" is too generic and should not be used > alone. Mark it as deprecated when not prepended by specific compatible. > > Signed-off-by: Krzysztof Kozlowski > --- > Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > Acked-by: Rob Herring