Re: [PATCH 1/5] dt-bindings: at24: add ROHM BR24G04

From: Bartosz Golaszewski
Date: Fri Dec 01 2023 - 04:39:17 EST


On Mon, Nov 27, 2023 at 10:12 PM Roland Hieber <rhi@xxxxxxxxxxxxxx> wrote:
>
> From: Philipp Zabel <p.zabel@xxxxxxxxxxxxxx>
>
> Add compatible for ROHM Semiconductor BR24G04 EEPROMs.
>
> Signed-off-by: Philipp Zabel <p.zabel@xxxxxxxxxxxxxx>
> Signed-off-by: Roland Hieber <rhi@xxxxxxxxxxxxxx>
> ---
> 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 b6864d0ee81e..1812ef31d5f1 100644
> --- a/Documentation/devicetree/bindings/eeprom/at24.yaml
> +++ b/Documentation/devicetree/bindings/eeprom/at24.yaml
> @@ -123,6 +123,7 @@ properties:
> - enum:
> - onnn,cat24c04
> - onnn,cat24c05
> + - rohm,br24g04
> - const: atmel,24c04
> - items:
> - const: renesas,r1ex24016
>
> --
> 2.39.2
>

Applied, thanks!

Bart