From: "Alim Akhtar" <alim.akhtar@samsung.com>
To: "'Krzysztof Kozlowski'" <krzysztof.kozlowski@linaro.org>,
"'Daniel Lezcano'" <daniel.lezcano@linaro.org>,
"'Zhang Rui'" <rui.zhang@intel.com>,
"'Lukasz Luba'" <lukasz.luba@arm.com>,
"'Rob Herring'" <robh@kernel.org>,
"'Conor Dooley'" <conor+dt@kernel.org>,
"'Guillaume La Roque'" <glaroque@baylibre.com>,
"'Krzysztof Kozlowski'" <krzk+dt@kernel.org>,
"'Vasily Khoruzhick'" <anarsoul@gmail.com>,
"'Chen-Yu Tsai'" <wens@csie.org>,
"'Jernej Skrabec'" <jernej.skrabec@gmail.com>,
"'Samuel Holland'" <samuel@sholland.org>,
"'Shawn Guo'" <shawnguo@kernel.org>,
"'Sascha Hauer'" <s.hauer@pengutronix.de>,
"'Pengutronix\ Kernel Team'" <kernel@pengutronix.de>,
"'Fabio Estevam'" <festevam@gmail.com>,
"'Anson Huang'" <Anson.Huang@nxp.com>,
"'Thierry Reding'" <thierry.reding@gmail.com>,
"'Jonathan Hunter'" <jonathanh@nvidia.com>,
"'Dmitry\ Baryshkov'" <dmitry.baryshkov@linaro.org>,
"'Amit Kucheria'" <amitk@kernel.org>,
"'Niklas Söderlund'" <niklas.soderlund@ragnatech.se>,
"'Heiko\ Stuebner'" <heiko@sntech.de>,
"'Biju Das'" <biju.das.jz@bp.renesas.com>,
"'Orson\ Zhai'" <orsonzhai@gmail.com>,
"'Baolin Wang'" <baolin.wang@linux.alibaba.com>,
"'Chunyan Zhang'" <zhang.lyra@gmail.com>,
"'Alexandre Torgue'" <alexandre.torgue@foss.st.com>,
"'Pascal Paillet'" <p.paillet@foss.st.com>,
'Keerthy' <j-keerthy@ti.com>,
"'Broadcom internal kernel review list'"
<bcm-kernel-feedback-list@broadcom.com>,
"'Florian Fainelli'" <florian.fainelli@broadcom.com>,
"'Scott Branden'" <sbranden@broadcom.com>,
'zhanghongchen' <zhanghongchen@loongson.cn>,
"'Matthias Brugger'" <matthias.bgg@gmail.com>,
"'AngeloGioacchino Del Regno'"
<angelogioacchino.delregno@collabora.com>,
"'Bjorn Andersson'" <andersson@kernel.org>,
"'Geert Uytterhoeven'" <geert+renesas@glider.be>
Cc: <linux-pm@vger.kernel.org>, <linux-samsung-soc@vger.kernel.org>,
<devicetree@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>,
<linux-amlogic@lists.infradead.org>,
<linux-sunxi@lists.linux.dev>, <imx@lists.linux.dev>,
<linux-tegra@vger.kernel.org>, <linux-arm-msm@vger.kernel.org>,
<linux-renesas-soc@vger.kernel.org>,
<linux-rockchip@lists.infradead.org>,
<linux-stm32@st-md-mailman.stormreply.com>,
"'Florian Fainelli'" <f.fainelli@gmail.com>,
<linux-rpi-kernel@lists.infradead.org>,
<linux-mediatek@lists.infradead.org>, <cpgs@samsung.com>
Subject: RE: [PATCH 01/22] dt-bindings: thermal: samsung,exynos: specify cells
Date: Fri, 14 Jun 2024 19:59:11 +0530 [thread overview]
Message-ID: <1891546521.01718433481489.JavaMail.epsvc@epcpadp4> (raw)
In-Reply-To: <20240614-dt-bindings-thermal-allof-v1-1-30b25a6ae24e@linaro.org>
Hi Krzysztof,
> -----Original Message-----
> From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Sent: Friday, June 14, 2024 3:16 PM
> To: Daniel Lezcano <daniel.lezcano@linaro.org
.stormreply.com;
> Subject: [PATCH 01/22] dt-bindings: thermal: samsung,exynos: specify cells
>
> All Samsung Exynos SoCs Thermal Management Units have only one sensor, so
> make '#thermal-sensor-cells' fixed at 0.
>
This is not entirely true, there are SoCs which have multiple temp sensors.
It is true that currently only one sensor support is added though.
So we can leave this as is or you suggest to make it to support only one sensor
(to match the current DT support), and later (in near future) change it again to
match what HW actually support?
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
> Documentation/devicetree/bindings/thermal/samsung,exynos-thermal.yaml | 3
> ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/thermal/samsung,exynos-
> thermal.yaml b/Documentation/devicetree/bindings/thermal/samsung,exynos-
> thermal.yaml
> index 1344df708e2d..29a08b0729ee 100644
> --- a/Documentation/devicetree/bindings/thermal/samsung,exynos-
> thermal.yaml
> +++ b/Documentation/devicetree/bindings/thermal/samsung,exynos-thermal.y
> +++ aml
> @@ -61,7 +61,8 @@ properties:
> TRIMINFO at 0x10068000 contains data for TMU channel 2
> minItems: 1
>
> - '#thermal-sensor-cells': true
> + '#thermal-sensor-cells':
> + const: 0
>
> vtmu-supply:
> description: The regulator node supplying voltage to TMU.
>
> --
> 2.43.0
next prev parent reply other threads:[~2024-06-15 6:38 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-14 9:45 [PATCH 00/22] dt-bindings: thermal: few cleanups Krzysztof Kozlowski
2024-06-14 9:46 ` [PATCH 01/22] dt-bindings: thermal: samsung,exynos: specify cells Krzysztof Kozlowski
2024-06-14 14:29 ` Alim Akhtar [this message]
2024-06-15 9:39 ` Krzysztof Kozlowski
2024-06-24 4:06 ` Alim Akhtar
2024-06-14 9:46 ` [PATCH 02/22] dt-bindings: thermal: amlogic: reference thermal-sensor schema Krzysztof Kozlowski
2024-06-14 14:36 ` neil.armstrong
2024-07-03 20:31 ` Guillaume LA ROQUE
2024-06-14 9:46 ` [PATCH 03/22] dt-bindings: thermal: allwinner,sun8i-a83t-ths: " Krzysztof Kozlowski
2024-06-17 2:36 ` Vasily Khoruzhick
2024-06-21 14:46 ` Chen-Yu Tsai
2024-06-14 9:46 ` [PATCH 04/22] dt-bindings: thermal: brcm,avs-ro: " Krzysztof Kozlowski
2024-06-16 12:26 ` Florian Fainelli
2024-06-14 9:46 ` [PATCH 05/22] dt-bindings: thermal: generic-adc: " Krzysztof Kozlowski
2024-06-14 9:46 ` [PATCH 06/22] dt-bindings: thermal: imx8mm: " Krzysztof Kozlowski
2024-06-14 9:46 ` [PATCH 07/22] dt-bindings: thermal: nvidia,tegra186-bpmp: " Krzysztof Kozlowski
2024-06-14 9:46 ` [PATCH 08/22] dt-bindings: thermal: nvidia,tegra30-tsensor: " Krzysztof Kozlowski
2024-06-14 9:46 ` [PATCH 09/22] dt-bindings: thermal: qcom-spmi-adc-tm-hc: " Krzysztof Kozlowski
2024-06-14 10:35 ` Dmitry Baryshkov
2024-06-14 9:46 ` [PATCH 10/22] dt-bindings: thermal: qcom-spmi-adc-tm5: " Krzysztof Kozlowski
2024-06-14 10:35 ` Dmitry Baryshkov
2024-06-14 9:46 ` [PATCH 11/22] dt-bindings: thermal: qcom-tsens: " Krzysztof Kozlowski
2024-06-14 10:35 ` Dmitry Baryshkov
2024-07-02 21:05 ` Amit Kucheria
2024-06-14 9:46 ` [PATCH 12/22] dt-bindings: thermal: qoriq: " Krzysztof Kozlowski
2024-06-14 9:46 ` [PATCH 13/22] dt-bindings: thermal: rcar-gen3: " Krzysztof Kozlowski
2024-06-14 12:53 ` Niklas Söderlund
2024-06-14 9:46 ` [PATCH 14/22] dt-bindings: thermal: rockchip: " Krzysztof Kozlowski
2024-06-14 10:38 ` Heiko Stübner
2024-06-14 9:46 ` [PATCH 15/22] dt-bindings: thermal: rzg2l: " Krzysztof Kozlowski
2024-06-14 10:22 ` Biju Das
2024-06-14 9:46 ` [PATCH 16/22] dt-bindings: thermal: socionext,uniphier: " Krzysztof Kozlowski
2024-06-14 9:46 ` [PATCH 17/22] dt-bindings: thermal: sprd: " Krzysztof Kozlowski
2024-06-14 11:25 ` Baolin Wang
2024-06-14 9:46 ` [PATCH 18/22] dt-bindings: thermal: st,stm32: " Krzysztof Kozlowski
2024-06-14 9:46 ` [PATCH 19/22] dt-bindings: thermal: ti,am654: " Krzysztof Kozlowski
2024-06-14 9:46 ` [PATCH 20/22] dt-bindings: thermal: ti,j72xx: " Krzysztof Kozlowski
2024-06-14 9:46 ` [PATCH 21/22] dt-bindings: thermal: simplify few bindings Krzysztof Kozlowski
2024-06-17 11:12 ` AngeloGioacchino Del Regno
2024-06-14 9:46 ` [PATCH 22/22] dt-bindings: thermal: cleanup examples indentation Krzysztof Kozlowski
2024-06-16 18:49 ` [PATCH 00/22] dt-bindings: thermal: few cleanups Conor Dooley
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1891546521.01718433481489.JavaMail.epsvc@epcpadp4 \
--to=alim.akhtar@samsung.com \
--cc=Anson.Huang@nxp.com \
--cc=alexandre.torgue@foss.st.com \
--cc=amitk@kernel.org \
--cc=anarsoul@gmail.com \
--cc=andersson@kernel.org \
--cc=angelogioacchino.delregno@collabora.com \
--cc=baolin.wang@linux.alibaba.com \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=biju.das.jz@bp.renesas.com \
--cc=conor+dt@kernel.org \
--cc=cpgs@samsung.com \
--cc=daniel.lezcano@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@linaro.org \
--cc=f.fainelli@gmail.com \
--cc=festevam@gmail.com \
--cc=florian.fainelli@broadcom.com \
--cc=geert+renesas@glider.be \
--cc=glaroque@baylibre.com \
--cc=heiko@sntech.de \
--cc=imx@lists.linux.dev \
--cc=j-keerthy@ti.com \
--cc=jernej.skrabec@gmail.com \
--cc=jonathanh@nvidia.com \
--cc=kernel@pengutronix.de \
--cc=krzk+dt@kernel.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-amlogic@lists.infradead.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-pm@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=linux-rpi-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=linux-sunxi@lists.linux.dev \
--cc=linux-tegra@vger.kernel.org \
--cc=lukasz.luba@arm.com \
--cc=matthias.bgg@gmail.com \
--cc=niklas.soderlund@ragnatech.se \
--cc=orsonzhai@gmail.com \
--cc=p.paillet@foss.st.com \
--cc=robh@kernel.org \
--cc=rui.zhang@intel.com \
--cc=s.hauer@pengutronix.de \
--cc=samuel@sholland.org \
--cc=sbranden@broadcom.com \
--cc=shawnguo@kernel.org \
--cc=thierry.reding@gmail.com \
--cc=wens@csie.org \
--cc=zhang.lyra@gmail.com \
--cc=zhanghongchen@loongson.cn \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).