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 74A59FA373E for ; Wed, 26 Oct 2022 14:54:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234209AbiJZOyw (ORCPT ); Wed, 26 Oct 2022 10:54:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45198 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234036AbiJZOys (ORCPT ); Wed, 26 Oct 2022 10:54:48 -0400 Received: from mail-qt1-x834.google.com (mail-qt1-x834.google.com [IPv6:2607:f8b0:4864:20::834]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8C1E611A0A for ; Wed, 26 Oct 2022 07:54:46 -0700 (PDT) Received: by mail-qt1-x834.google.com with SMTP id x3so3069955qtj.12 for ; Wed, 26 Oct 2022 07:54:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=maWypIlUNRQImlFt8IOBRCfQffbBnX1XZA77vfFeGis=; b=x0boBOpFEuAAbdJJdBwPBV2y6SFbtFG9IIaMdbFhxC2An9hMa+mfJO/wnc4rJPYge2 5SyC4VtTZNN9Z8IdkLfFb0bup9LZ+XgfE6XjXPUaAPXgBsxmROJn+N/tG/lsfOq6NKLI mF5lEa43cBOw3xXyb8vBALIE+KmPj+Jk7r5qzZ9JpEayYHrck5J3jUTuB+vSPvYyCGUi ZbqEddMoi37IfN90kdLeVvBdU+C6j7cAm7OIh9wqW9K8wzRhQi/qxrfhLamRomVnfi5S 0Z3agm5/qvLHrlDD3ViI9oqu20yBKB3yWCwA+BFLwb4CYChLTiVEAPtM4rXi3SkXJWRd TlMw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=maWypIlUNRQImlFt8IOBRCfQffbBnX1XZA77vfFeGis=; b=WvfsxDMsNSal9I1cqUjajTPEuxY+aZvwpordLyjr/yYbRWR5jokS52MsQlSZTOidno NnRwiVFpICpSVSYX4vDgVhHQKd775j21bbdL6qjleqWtV90jrL5fKyFsQBbV7GqZqE2u CbeIMkDx56bRkK4AAEOJWihgR5NXces11UYMGyZs4mNTufcvZKaLt5C4ZHgA5SB7tshr CECfXQb5ZRPlZg2lu2u7YRhOR6cUZbQboxuTcdBTCWhyS3jdZDFszYTlr5ne8lkrPw+5 st6o+vnz7OSE1o6LwwIDbs+dD0MtkfWSNicTIXvoAQS/6lrfLz8pBwbX627Xxz0Yk+8e gZsw== X-Gm-Message-State: ACrzQf3IAzSKOdukZwJPoT//q29WxXa2jSIsGJqJlUXQBqJnXNIqjtjZ 98q80Z2umNQ1WBKNsU/hnmonOg== X-Google-Smtp-Source: AMsMyM5V/3LE82C/jHm/q6UNMC47f/vDs71jqDRMUHg476+Ylo4FUg/rGSzbf0vqzwmGIfpbKKes4w== X-Received: by 2002:a05:622a:10b:b0:39c:e3ae:b790 with SMTP id u11-20020a05622a010b00b0039ce3aeb790mr37715488qtw.306.1666796085685; Wed, 26 Oct 2022 07:54:45 -0700 (PDT) Received: from [192.168.1.11] ([64.57.193.93]) by smtp.gmail.com with ESMTPSA id bj7-20020a05620a190700b006bb87c4833asm3903320qkb.109.2022.10.26.07.54.43 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 26 Oct 2022 07:54:44 -0700 (PDT) Message-ID: <8ff8ca86-3e6a-c690-c2ac-49d978ff6669@linaro.org> Date: Wed, 26 Oct 2022 10:54:43 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.0 Subject: Re: [PATCH v2 05/11] dt-bindings: thermal: k3-j72xx: elaborate on binding description Content-Language: en-US To: Bryan Brattlof , "Rafael J. Wysocki" , Daniel Lezcano , Amit Kucheria , Zhang Rui , Rob Herring , Krzysztof Kozlowski , Nishanth Menon , Vignesh Raghavendra , Tero Kristo Cc: Keerthy , Linux PM , Device Trees , LKML , LKML ARM References: <20221025191515.9151-1-bb@ti.com> <20221025191515.9151-6-bb@ti.com> From: Krzysztof Kozlowski In-Reply-To: <20221025191515.9151-6-bb@ti.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 25/10/2022 15:15, Bryan Brattlof wrote: > Elaborate on the function of this device node as well as some of the > properties this node uses. > > Signed-off-by: Bryan Brattlof > --- Acked-by: Krzysztof Kozlowski Best regards, Krzysztof