diff mbox series

[v2] dt-bindings: at24: Add Renesas R1EX24128

Message ID 1520001067-12111-1-git-send-email-geert+renesas@glider.be
State Accepted
Delegated to: Bartosz Golaszewski
Headers show
Series [v2] dt-bindings: at24: Add Renesas R1EX24128 | expand

Commit Message

Geert Uytterhoeven March 2, 2018, 2:31 p.m. UTC
Document the compatible value for the Renesas R1EX24128ASAS0A two-wire
serial interface EEPROM, so it can be used in DTS files without causing
checkpatch warnings.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
v2:
  - Add Acked-by,
  - Rebase on top of commit 6da28acf745fe253 ("dt-bindings: at24:
    consistently document the compatible property").
---
 Documentation/devicetree/bindings/eeprom/at24.txt | 1 +
 1 file changed, 1 insertion(+)

Comments

Bartosz Golaszewski March 2, 2018, 4:59 p.m. UTC | #1
2018-03-02 15:31 GMT+01:00 Geert Uytterhoeven <geert+renesas@glider.be>:
> Document the compatible value for the Renesas R1EX24128ASAS0A two-wire
> serial interface EEPROM, so it can be used in DTS files without causing
> checkpatch warnings.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Acked-by: Rob Herring <robh@kernel.org>
> Acked-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> ---
> v2:
>   - Add Acked-by,
>   - Rebase on top of commit 6da28acf745fe253 ("dt-bindings: at24:
>     consistently document the compatible property").
> ---
>  Documentation/devicetree/bindings/eeprom/at24.txt | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/eeprom/at24.txt b/Documentation/devicetree/bindings/eeprom/at24.txt
> index 1812c848e369e2a2..0bd685f0cff1b7fa 100644
> --- a/Documentation/devicetree/bindings/eeprom/at24.txt
> +++ b/Documentation/devicetree/bindings/eeprom/at24.txt
> @@ -47,6 +47,7 @@ Required properties:
>                  variants of the above. Known such exceptions are listed below:
>
>                  "renesas,r1ex24002" - the fallback is "atmel,24c02"
> +                "renesas,r1ex24128" - the fallback is "atmel,24c128"
>
>    - reg: The I2C address of the EEPROM.
>
> --
> 2.7.4
>

Applied to for-next, thanks,

Bartosz
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/eeprom/at24.txt b/Documentation/devicetree/bindings/eeprom/at24.txt
index 1812c848e369e2a2..0bd685f0cff1b7fa 100644
--- a/Documentation/devicetree/bindings/eeprom/at24.txt
+++ b/Documentation/devicetree/bindings/eeprom/at24.txt
@@ -47,6 +47,7 @@  Required properties:
                 variants of the above. Known such exceptions are listed below:
 
                 "renesas,r1ex24002" - the fallback is "atmel,24c02"
+                "renesas,r1ex24128" - the fallback is "atmel,24c128"
 
   - reg: The I2C address of the EEPROM.