All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: uniphier: Add one more generic compatible string for I2C EEPROM
@ 2020-02-28 12:20 ` Masahiro Yamada
  0 siblings, 0 replies; 4+ messages in thread
From: Masahiro Yamada @ 2020-02-28 12:20 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: devicetree, Rob Herring, Frank Rowand, Masahiro Yamada,
	Mark Rutland, linux-kernel

Commit 73f9de0c7f5d ("ARM: dts: uniphier: Add generic compatible string
for I2C EEPROM") did not touch this node.

Add the compatible string prefixed "atmel," so that this matches to the
OF table.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 arch/arm/boot/dts/uniphier-ref-daughter.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/uniphier-ref-daughter.dtsi b/arch/arm/boot/dts/uniphier-ref-daughter.dtsi
index 04e60c295319..a11897669c26 100644
--- a/arch/arm/boot/dts/uniphier-ref-daughter.dtsi
+++ b/arch/arm/boot/dts/uniphier-ref-daughter.dtsi
@@ -7,7 +7,7 @@
 
 &i2c0 {
 	eeprom@50 {
-		compatible = "microchip,24lc128";
+		compatible = "microchip,24lc128", "atmel,24c128";
 		reg = <0x50>;
 		pagesize = <64>;
 	};
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] ARM: dts: uniphier: Add one more generic compatible string for I2C EEPROM
@ 2020-02-28 12:20 ` Masahiro Yamada
  0 siblings, 0 replies; 4+ messages in thread
From: Masahiro Yamada @ 2020-02-28 12:20 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Mark Rutland, devicetree, linux-kernel, Masahiro Yamada,
	Rob Herring, Frank Rowand

Commit 73f9de0c7f5d ("ARM: dts: uniphier: Add generic compatible string
for I2C EEPROM") did not touch this node.

Add the compatible string prefixed "atmel," so that this matches to the
OF table.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 arch/arm/boot/dts/uniphier-ref-daughter.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/uniphier-ref-daughter.dtsi b/arch/arm/boot/dts/uniphier-ref-daughter.dtsi
index 04e60c295319..a11897669c26 100644
--- a/arch/arm/boot/dts/uniphier-ref-daughter.dtsi
+++ b/arch/arm/boot/dts/uniphier-ref-daughter.dtsi
@@ -7,7 +7,7 @@
 
 &i2c0 {
 	eeprom@50 {
-		compatible = "microchip,24lc128";
+		compatible = "microchip,24lc128", "atmel,24c128";
 		reg = <0x50>;
 		pagesize = <64>;
 	};
-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: dts: uniphier: Add one more generic compatible string for I2C EEPROM
  2020-02-28 12:20 ` Masahiro Yamada
@ 2020-02-29  6:07   ` Masahiro Yamada
  -1 siblings, 0 replies; 4+ messages in thread
From: Masahiro Yamada @ 2020-02-29  6:07 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Mark Rutland, DTML, Linux Kernel Mailing List, Rob Herring, Frank Rowand

On Fri, Feb 28, 2020 at 9:21 PM Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
>
> Commit 73f9de0c7f5d ("ARM: dts: uniphier: Add generic compatible string
> for I2C EEPROM") did not touch this node.
>
> Add the compatible string prefixed "atmel," so that this matches to the
> OF table.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>


Applied to linux-uniphier.


> ---
>
>  arch/arm/boot/dts/uniphier-ref-daughter.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/uniphier-ref-daughter.dtsi b/arch/arm/boot/dts/uniphier-ref-daughter.dtsi
> index 04e60c295319..a11897669c26 100644
> --- a/arch/arm/boot/dts/uniphier-ref-daughter.dtsi
> +++ b/arch/arm/boot/dts/uniphier-ref-daughter.dtsi
> @@ -7,7 +7,7 @@
>
>  &i2c0 {
>         eeprom@50 {
> -               compatible = "microchip,24lc128";
> +               compatible = "microchip,24lc128", "atmel,24c128";
>                 reg = <0x50>;
>                 pagesize = <64>;
>         };
> --
> 2.17.1
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel



-- 
Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: dts: uniphier: Add one more generic compatible string for I2C EEPROM
@ 2020-02-29  6:07   ` Masahiro Yamada
  0 siblings, 0 replies; 4+ messages in thread
From: Masahiro Yamada @ 2020-02-29  6:07 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Mark Rutland, DTML, Rob Herring, Frank Rowand, Linux Kernel Mailing List

On Fri, Feb 28, 2020 at 9:21 PM Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
>
> Commit 73f9de0c7f5d ("ARM: dts: uniphier: Add generic compatible string
> for I2C EEPROM") did not touch this node.
>
> Add the compatible string prefixed "atmel," so that this matches to the
> OF table.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>


Applied to linux-uniphier.


> ---
>
>  arch/arm/boot/dts/uniphier-ref-daughter.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/uniphier-ref-daughter.dtsi b/arch/arm/boot/dts/uniphier-ref-daughter.dtsi
> index 04e60c295319..a11897669c26 100644
> --- a/arch/arm/boot/dts/uniphier-ref-daughter.dtsi
> +++ b/arch/arm/boot/dts/uniphier-ref-daughter.dtsi
> @@ -7,7 +7,7 @@
>
>  &i2c0 {
>         eeprom@50 {
> -               compatible = "microchip,24lc128";
> +               compatible = "microchip,24lc128", "atmel,24c128";
>                 reg = <0x50>;
>                 pagesize = <64>;
>         };
> --
> 2.17.1
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel



-- 
Best Regards
Masahiro Yamada

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-02-29  6:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-28 12:20 [PATCH] ARM: dts: uniphier: Add one more generic compatible string for I2C EEPROM Masahiro Yamada
2020-02-28 12:20 ` Masahiro Yamada
2020-02-29  6:07 ` Masahiro Yamada
2020-02-29  6:07   ` Masahiro Yamada

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.