2022-10-28 15:09:33

by Patrick Delaunay

[permalink] [raw]
Subject: [PATCH 1/3] dt-bindings: nvmem: add new stm32mp13 compatible for stm32-romem

Add a new compatible for stm32mp13 support.

Acked-by: Rob Herring <[email protected]>
Signed-off-by: Patrick Delaunay <[email protected]>
---
This patch is already sent separately in:
https://lore.kernel.org/all/20221014172324.1.Ifc1812116ff63f5501f3edd155d3cf5c0ecc846c@changeid/
https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=685403

I create a serie for more efficient review.

Patrick.

Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml b/Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml
index 448a2678dc62..16f4cad2fa55 100644
--- a/Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml
+++ b/Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml
@@ -22,6 +22,7 @@ properties:
compatible:
enum:
- st,stm32f4-otp
+ - st,stm32mp13-bsec
- st,stm32mp15-bsec

reg:
--
2.25.1



2022-10-28 15:51:15

by Fabrice Gasnier

[permalink] [raw]
Subject: Re: [PATCH 1/3] dt-bindings: nvmem: add new stm32mp13 compatible for stm32-romem

On 10/28/22 16:52, Patrick Delaunay wrote:
> Add a new compatible for stm32mp13 support.
>
> Acked-by: Rob Herring <[email protected]>
> Signed-off-by: Patrick Delaunay <[email protected]>

Hi Patrick,

You can add my:
Reviewed-by: Fabrice Gasnier <[email protected]>

Thanks,
Fabrice

> ---
> This patch is already sent separately in:
> https://lore.kernel.org/all/20221014172324.1.Ifc1812116ff63f5501f3edd155d3cf5c0ecc846c@changeid/
> https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=685403
>
> I create a serie for more efficient review.
>
> Patrick.
>
> Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml b/Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml
> index 448a2678dc62..16f4cad2fa55 100644
> --- a/Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/st,stm32-romem.yaml
> @@ -22,6 +22,7 @@ properties:
> compatible:
> enum:
> - st,stm32f4-otp
> + - st,stm32mp13-bsec
> - st,stm32mp15-bsec
>
> reg: