devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Niklas Söderlund" <niklas.soderlund@ragnatech.se>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: 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>,
	Alim Akhtar <alim.akhtar@samsung.com>,
	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>,
	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>,
	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
Subject: Re: [PATCH 13/22] dt-bindings: thermal: rcar-gen3: reference thermal-sensor schema
Date: Fri, 14 Jun 2024 14:53:59 +0200	[thread overview]
Message-ID: <20240614125359.GH382677@ragnatech.se> (raw)
In-Reply-To: <20240614-dt-bindings-thermal-allof-v1-13-30b25a6ae24e@linaro.org>

Hi Krzysztof,

Thanks for your work.

On 2024-06-14 11:46:12 +0200, Krzysztof Kozlowski wrote:
> Device is a thermal sensor and it requires '#thermal-sensor-cells', so
> reference the thermal-sensor.yaml to simplify it and bring the
> common definition of '#thermal-sensor-cells' property.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>

> ---
>  Documentation/devicetree/bindings/thermal/rcar-gen3-thermal.yaml | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/thermal/rcar-gen3-thermal.yaml b/Documentation/devicetree/bindings/thermal/rcar-gen3-thermal.yaml
> index 6a81cb6e11bc..d92e882c9e8d 100644
> --- a/Documentation/devicetree/bindings/thermal/rcar-gen3-thermal.yaml
> +++ b/Documentation/devicetree/bindings/thermal/rcar-gen3-thermal.yaml
> @@ -15,6 +15,8 @@ description:
>  maintainers:
>    - Niklas Söderlund <niklas.soderlund@ragnatech.se>
>  
> +$ref: thermal-sensor.yaml#
> +
>  properties:
>    compatible:
>      enum:
> @@ -57,7 +59,6 @@ required:
>    - clocks
>    - power-domains
>    - resets
> -  - "#thermal-sensor-cells"
>  
>  if:
>    properties:
> @@ -96,7 +97,7 @@ else:
>      required:
>        - interrupts
>  
> -additionalProperties: false
> +unevaluatedProperties: false
>  
>  examples:
>    - |
> 
> -- 
> 2.43.0
> 

-- 
Kind Regards,
Niklas Söderlund

  reply	other threads:[~2024-06-14 12:54 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
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 [this message]
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=20240614125359.GH382677@ragnatech.se \
    --to=niklas.soderlund@ragnatech.se \
    --cc=Anson.Huang@nxp.com \
    --cc=alexandre.torgue@foss.st.com \
    --cc=alim.akhtar@samsung.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=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=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).