Message ID | 20230926122957.341094-5-festevam@gmail.com |
---|---|
State | New |
Headers | show |
Series | [1/8] dt-bindings: input: fsl,scu-key: Document wakeup-source | expand |
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':
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 --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':