[PATCH 1/3] dt-bindings: eeprom: at25: use "size" for FRAMs without device ID

Markus Heidelberg posted 3 patches 1 month, 3 weeks ago
There is a newer version of this series
[PATCH 1/3] dt-bindings: eeprom: at25: use "size" for FRAMs without device ID
Posted by Markus Heidelberg 1 month, 3 weeks ago
Link: https://lore.kernel.org/all/20250401133148.38330-1-m.heidelberg@cab.de/
Signed-off-by: Markus Heidelberg <m.heidelberg@cab.de>
---
 Documentation/devicetree/bindings/eeprom/at25.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/eeprom/at25.yaml b/Documentation/devicetree/bindings/eeprom/at25.yaml
index c31e5e719525..d6fe84091ad4 100644
--- a/Documentation/devicetree/bindings/eeprom/at25.yaml
+++ b/Documentation/devicetree/bindings/eeprom/at25.yaml
@@ -56,6 +56,7 @@ properties:
     $ref: /schemas/types.yaml#/definitions/uint32
     description:
       Total eeprom size in bytes.
+      Also used for FRAMs without device ID where the size cannot be detected.
 
   address-width:
     $ref: /schemas/types.yaml#/definitions/uint32
-- 
2.43.0
Re: [PATCH 1/3] dt-bindings: eeprom: at25: use "size" for FRAMs without device ID
Posted by Conor Dooley 1 month, 2 weeks ago
On Thu, Aug 14, 2025 at 01:15:30PM +0200, Markus Heidelberg wrote:
> Link: https://lore.kernel.org/all/20250401133148.38330-1-m.heidelberg@cab.de/
> Signed-off-by: Markus Heidelberg <m.heidelberg@cab.de>

Missing commit message body explaining why this change is needed.

> ---
>  Documentation/devicetree/bindings/eeprom/at25.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/eeprom/at25.yaml b/Documentation/devicetree/bindings/eeprom/at25.yaml
> index c31e5e719525..d6fe84091ad4 100644
> --- a/Documentation/devicetree/bindings/eeprom/at25.yaml
> +++ b/Documentation/devicetree/bindings/eeprom/at25.yaml
> @@ -56,6 +56,7 @@ properties:
>      $ref: /schemas/types.yaml#/definitions/uint32
>      description:
>        Total eeprom size in bytes.
> +      Also used for FRAMs without device ID where the size cannot be detected.
>  
>    address-width:
>      $ref: /schemas/types.yaml#/definitions/uint32
> -- 
> 2.43.0
>