All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: renesas: salvator-common: add eeprom
@ 2018-04-29 18:26 Wolfram Sang
  2018-05-04 13:05 ` Simon Horman
  0 siblings, 1 reply; 2+ messages in thread
From: Wolfram Sang @ 2018-04-29 18:26 UTC (permalink / raw)
  To: linux-renesas-soc; +Cc: Geert Uytterhoeven, Simon Horman, Wolfram Sang

Add the EEPROM found on Salvator-X and -XS boards for H3, M3-W, and M3-N
on the IIC_DVFS bus.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---

Always nice for I2C debugging to have en EEPROM around...

 arch/arm64/boot/dts/renesas/salvator-common.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/salvator-common.dtsi b/arch/arm64/boot/dts/renesas/salvator-common.dtsi
index b5b9b83bd972..1b686602f418 100644
--- a/arch/arm64/boot/dts/renesas/salvator-common.dtsi
+++ b/arch/arm64/boot/dts/renesas/salvator-common.dtsi
@@ -492,6 +492,12 @@
 			};
 		};
 	};
+
+	eeprom@50 {
+		compatible = "rohm,br24t01", "atmel,24c01";
+		reg = <0x50>;
+		pagesize = <8>;
+	};
 };
 
 &ohci0 {
-- 
2.11.0

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

* Re: [PATCH] arm64: dts: renesas: salvator-common: add eeprom
  2018-04-29 18:26 [PATCH] arm64: dts: renesas: salvator-common: add eeprom Wolfram Sang
@ 2018-05-04 13:05 ` Simon Horman
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2018-05-04 13:05 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: linux-renesas-soc, Geert Uytterhoeven

On Sun, Apr 29, 2018 at 08:26:39PM +0200, Wolfram Sang wrote:
> Add the EEPROM found on Salvator-X and -XS boards for H3, M3-W, and M3-N
> on the IIC_DVFS bus.
> 
> Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
> ---
> 
> Always nice for I2C debugging to have en EEPROM around...

Thanks, applied.

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

end of thread, other threads:[~2018-05-04 13:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-29 18:26 [PATCH] arm64: dts: renesas: salvator-common: add eeprom Wolfram Sang
2018-05-04 13:05 ` Simon Horman

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.