[PATCH v2 3/7] dt-bindings: eeprom: at24: Add compatible for Belling BL24S64

Luca Weiss posted 7 patches 3 months, 2 weeks ago
[PATCH v2 3/7] dt-bindings: eeprom: at24: Add compatible for Belling BL24S64
Posted by Luca Weiss 3 months, 2 weeks ago
Add the compatible for an 64Kb EEPROM from Belling.

Signed-off-by: Luca Weiss <luca@lucaweiss.eu>
---
 Documentation/devicetree/bindings/eeprom/at24.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/eeprom/at24.yaml b/Documentation/devicetree/bindings/eeprom/at24.yaml
index 50af7ccf6e21..c21282634780 100644
--- a/Documentation/devicetree/bindings/eeprom/at24.yaml
+++ b/Documentation/devicetree/bindings/eeprom/at24.yaml
@@ -131,6 +131,7 @@ properties:
           - const: atmel,24c32
       - items:
           - enum:
+              - belling,bl24s64
               - onnn,n24s64b
               - puya,p24c64f
           - const: atmel,24c64

-- 
2.51.2
Re: [PATCH v2 3/7] dt-bindings: eeprom: at24: Add compatible for Belling BL24S64
Posted by Krzysztof Kozlowski 3 months, 2 weeks ago
On Tue, Oct 28, 2025 at 05:40:48PM +0100, Luca Weiss wrote:
> Add the compatible for an 64Kb EEPROM from Belling.
> 
> Signed-off-by: Luca Weiss <luca@lucaweiss.eu>
> ---
>  Documentation/devicetree/bindings/eeprom/at24.yaml | 1 +
>  1 file changed, 1 insertion(+)

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof