[PATCH 09/10] dt-bindings: power: fsl,scu-pd: support i.MX8DXL

Peng Fan (OSS) posted 8 patches 2 years, 6 months ago
There is a newer version of this series
[PATCH 09/10] dt-bindings: power: fsl,scu-pd: support i.MX8DXL
Posted by Peng Fan (OSS) 2 years, 6 months ago
From: Peng Fan <peng.fan@nxp.com>

Add compatible string for i.MX8DXL

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 Documentation/devicetree/bindings/power/fsl,scu-pd.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/power/fsl,scu-pd.yaml b/Documentation/devicetree/bindings/power/fsl,scu-pd.yaml
index 407b7cfec783..4d38f9cceaab 100644
--- a/Documentation/devicetree/bindings/power/fsl,scu-pd.yaml
+++ b/Documentation/devicetree/bindings/power/fsl,scu-pd.yaml
@@ -20,6 +20,7 @@ properties:
   compatible:
     items:
       - enum:
+          - fsl,imx8dxl-scu-pd
           - fsl,imx8qm-scu-pd
           - fsl,imx8qxp-scu-pd
       - const: fsl,scu-pd
-- 
2.37.1
Re: [PATCH 09/10] dt-bindings: power: fsl,scu-pd: support i.MX8DXL
Posted by Krzysztof Kozlowski 2 years, 6 months ago
On 24/07/2023 03:47, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> Add compatible string for i.MX8DXL
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>

Please use scripts/get_maintainers.pl to get a list of necessary people
and lists to CC. It might happen, that command when run on an older
kernel, gives you outdated entries. Therefore please be sure you base
your patches on recent Linux kernel.

You missed at least DT list (maybe more), so this won't be tested by
automated tooling. Performing review on untested code might be a waste
of time, thus I will skip this patch entirely till you follow the
process allowing the patch to be tested.

Please kindly resend and include all necessary To/Cc entries.

Best regards,
Krzysztof
RE: [PATCH 09/10] dt-bindings: power: fsl,scu-pd: support i.MX8DXL
Posted by Peng Fan 2 years, 6 months ago
> Subject: Re: [PATCH 09/10] dt-bindings: power: fsl,scu-pd: support i.MX8DXL
> 
> On 24/07/2023 03:47, Peng Fan (OSS) wrote:
> > From: Peng Fan <peng.fan@nxp.com>
> >
> > Add compatible string for i.MX8DXL
> >
> > Signed-off-by: Peng Fan <peng.fan@nxp.com>
> 
> Please use scripts/get_maintainers.pl to get a list of necessary people and
> lists to CC. It might happen, that command when run on an older kernel,
> gives you outdated entries. Therefore please be sure you base your patches
> on recent Linux kernel.
> 
> You missed at least DT list (maybe more), so this won't be tested by
> automated tooling. Performing review on untested code might be a waste of
> time, thus I will skip this patch entirely till you follow the process allowing
> the patch to be tested.
> 
> Please kindly resend and include all necessary To/Cc entries.

This patch was sent out in a wrong patchset. Sorry for the noise.

Thanks,
Peng.

> 
> Best regards,
> Krzysztof