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 47ACCC00140 for ; Fri, 5 Aug 2022 08:49:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237286AbiHEItF (ORCPT ); Fri, 5 Aug 2022 04:49:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35164 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229899AbiHEItE (ORCPT ); Fri, 5 Aug 2022 04:49:04 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EF3A7205FC; Fri, 5 Aug 2022 01:49:03 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 8B3E1B8275D; Fri, 5 Aug 2022 08:49:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 319E1C433D6; Fri, 5 Aug 2022 08:48:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1659689341; bh=QV2T3OgNhSLSxJ+SL9EEf8c34jK/JO3wBghCapg8t5o=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=sSvMNYmA33n1k21Ws5eZ1oDJSeOQbqX3HY+kdNH54GuCS1+owWIUZtcQg77HhzjcE aSSM8ABQZv/Mu5ho3x0aIbreKRc6BdHdNM4I20clcG+4FIXzu9hEdBKJsUeOvAeeY6 kXI8YgHw8QOV/parqBed4LxkJHrJOxsUDnmOtFIv14JUTzTVX3rPxgHks2NEY2+spq ItmTemqm0LePFMIumon8bOBUOfSfwSF+4rUAIj5aSoBpMV9VT9YMB3N9bMcgmRKv45 5tgoyzB5yqIK1UjtSknhhVlFHbHRLzK4yjv6Q4PTYU2FZXymMoUSX190gR/NA/CBj9 DP7sqeQwkffAg== Message-ID: Date: Fri, 5 Aug 2022 10:48:51 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0 Subject: Re: [PATCH v8.1, 2/7] dt-bindings: thermal: Add binding document for LVTS thermal controllers Content-Language: en-US To: =?UTF-8?B?TsOtY29sYXMgRi4gUi4gQS4gUHJhZG8=?= , bchihi@baylibre.com Cc: rafael@kernel.org, rui.zhang@intel.com, daniel.lezcano@linaro.org, amitk@kernel.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, khilman@baylibre.com, mka@chromium.org, robh+dt@kernel.org, krzk+dt@kernel.org, matthias.bgg@gmail.com, p.zabel@pengutronix.de, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, james.lo@mediatek.com, fan.chen@mediatek.com, louis.yu@mediatek.com, rex-bc.chen@mediatek.com, abailon@baylibre.com References: <20220804130912.676043-1-bchihi@baylibre.com> <20220804130912.676043-3-bchihi@baylibre.com> <20220804231119.x6l2nl362rqvlk6u@notapiano> From: Krzysztof Kozlowski In-Reply-To: <20220804231119.x6l2nl362rqvlk6u@notapiano> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 05/08/2022 01:11, NĂ­colas F. R. A. Prado wrote: >> diff --git a/Documentation/devicetree/bindings/thermal/mediatek,lvts-thermal.yaml b/Documentation/devicetree/bindings/thermal/mediatek,lvts-thermal.yaml >> new file mode 100644 >> index 000000000000..53c44a73f3a4 >> --- /dev/null >> +++ b/Documentation/devicetree/bindings/thermal/mediatek,lvts-thermal.yaml > [..] >> + nvmem-cells: > > minItems: 1 > > since mt8192 only has one of them. Then add allOf:if:then: which will constrain it per variant/compatible. Best regards, Krzysztof