diff mbox series

[5/8] dt-bindings: thermal: fsl,scu-thermal: Document imx8dl

Message ID 20230926122957.341094-5-festevam@gmail.com
State Not Applicable
Headers show
Series [1/8] dt-bindings: input: fsl,scu-key: Document wakeup-source | expand

Checks

Context Check Description
robh/checkpatch success
robh/patch-applied success
robh/dtbs-check warning build log
robh/dt-meta-schema success

Commit Message

Fabio Estevam Sept. 26, 2023, 12:29 p.m. UTC
From: Fabio Estevam <festevam@denx.de>

imx8dxl also contains the SCU thermal block.

Add an entry for 'fsl,imx8dxl-sc-thermal'.

Cc: Rafael J. Wysocki <rafael@kernel.org>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Amit Kucheria <amitk@kernel.org>
Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 .../devicetree/bindings/thermal/fsl,scu-thermal.yaml          | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Conor Dooley Sept. 27, 2023, 3:09 p.m. UTC | #1
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Daniel Lezcano Sept. 28, 2023, 1:32 p.m. UTC | #2
On 26/09/2023 14:29, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> imx8dxl also contains the SCU thermal block.
> 
> Add an entry for 'fsl,imx8dxl-sc-thermal'.
> 
> Cc: Rafael J. Wysocki <rafael@kernel.org>
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> Cc: Amit Kucheria <amitk@kernel.org>
> Signed-off-by: Fabio Estevam <festevam@denx.de>
> ---

May I apply this patch or do you want it to be applied with the series 
it belongs?

>   .../devicetree/bindings/thermal/fsl,scu-thermal.yaml          | 4 +++-
>   1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/thermal/fsl,scu-thermal.yaml b/Documentation/devicetree/bindings/thermal/fsl,scu-thermal.yaml
> index 3721c8c8ec64..e02d04d4f71e 100644
> --- a/Documentation/devicetree/bindings/thermal/fsl,scu-thermal.yaml
> +++ b/Documentation/devicetree/bindings/thermal/fsl,scu-thermal.yaml
> @@ -18,7 +18,9 @@ allOf:
>   properties:
>     compatible:
>       items:
> -      - const: fsl,imx8qxp-sc-thermal
> +      - enum:
> +          - fsl,imx8dxl-sc-thermal
> +          - fsl,imx8qxp-sc-thermal
>         - const: fsl,imx-sc-thermal
>   
>     '#thermal-sensor-cells':
Fabio Estevam Sept. 28, 2023, 1:33 p.m. UTC | #3
Hi Daniel,

On 28/09/2023 10:32, Daniel Lezcano wrote:

> May I apply this patch or do you want it to be applied with the series
> it belongs?

Please apply it, thanks.
Daniel Lezcano Sept. 28, 2023, 1:44 p.m. UTC | #4
On 26/09/2023 14:29, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> imx8dxl also contains the SCU thermal block.
> 
> Add an entry for 'fsl,imx8dxl-sc-thermal'.
> 
> Cc: Rafael J. Wysocki <rafael@kernel.org>
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> Cc: Amit Kucheria <amitk@kernel.org>
> Signed-off-by: Fabio Estevam <festevam@denx.de>
> ---

Applied, thanks
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/thermal/fsl,scu-thermal.yaml b/Documentation/devicetree/bindings/thermal/fsl,scu-thermal.yaml
index 3721c8c8ec64..e02d04d4f71e 100644
--- a/Documentation/devicetree/bindings/thermal/fsl,scu-thermal.yaml
+++ b/Documentation/devicetree/bindings/thermal/fsl,scu-thermal.yaml
@@ -18,7 +18,9 @@  allOf:
 properties:
   compatible:
     items:
-      - const: fsl,imx8qxp-sc-thermal
+      - enum:
+          - fsl,imx8dxl-sc-thermal
+          - fsl,imx8qxp-sc-thermal
       - const: fsl,imx-sc-thermal
 
   '#thermal-sensor-cells':