linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] arm64: dts: imx8mq-sr-som: add eeprom description
@ 2020-01-01 16:49 Baruch Siach
  2020-01-01 16:49 ` [PATCH 2/2] arm64: dts: imx8mq-hummingboard-pulse: " Baruch Siach
  2020-01-09  9:15 ` [PATCH 1/2] arm64: dts: imx8mq-sr-som: " Shawn Guo
  0 siblings, 2 replies; 3+ messages in thread
From: Baruch Siach @ 2020-01-01 16:49 UTC (permalink / raw)
  To: Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team
  Cc: Baruch Siach, linux-arm-kernel

Add DT node for the eeprom data storage on SolidRun i.MX8M SOM.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 arch/arm64/boot/dts/freescale/imx8mq-sr-som.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/imx8mq-sr-som.dtsi b/arch/arm64/boot/dts/freescale/imx8mq-sr-som.dtsi
index 3dc44114da0e..602c870a7ccb 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq-sr-som.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mq-sr-som.dtsi
@@ -125,6 +125,12 @@ vgen6_reg: vgen6 {
 			};
 		};
 	};
+
+	eeprom@50 {
+		compatible = "atmel,24c01";
+		reg = <0x50>;
+		status = "okay";
+	};
 };
 
 &pgc_gpu{
-- 
2.24.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] 3+ messages in thread

* [PATCH 2/2] arm64: dts: imx8mq-hummingboard-pulse: add eeprom description
  2020-01-01 16:49 [PATCH 1/2] arm64: dts: imx8mq-sr-som: add eeprom description Baruch Siach
@ 2020-01-01 16:49 ` Baruch Siach
  2020-01-09  9:15 ` [PATCH 1/2] arm64: dts: imx8mq-sr-som: " Shawn Guo
  1 sibling, 0 replies; 3+ messages in thread
From: Baruch Siach @ 2020-01-01 16:49 UTC (permalink / raw)
  To: Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team
  Cc: Baruch Siach, linux-arm-kernel

Add DT node for the eeprom data storage on SolidRun Hummingboard Pulse
carrier board.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 arch/arm64/boot/dts/freescale/imx8mq-hummingboard-pulse.dts | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/imx8mq-hummingboard-pulse.dts b/arch/arm64/boot/dts/freescale/imx8mq-hummingboard-pulse.dts
index b8cb20c01a79..bfd91c1ed6a5 100644
--- a/arch/arm64/boot/dts/freescale/imx8mq-hummingboard-pulse.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mq-hummingboard-pulse.dts
@@ -84,6 +84,12 @@ &i2c3 {
 	clock-frequency = <100000>;
 	status = "okay";
 
+	eeprom@57 {
+		compatible = "atmel,24c02";
+		reg = <0x57>;
+		status = "okay";
+	};
+
 	rtc@69 {
 		compatible = "abracon,ab1805";
 		reg = <0x69>;
-- 
2.24.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] 3+ messages in thread

* Re: [PATCH 1/2] arm64: dts: imx8mq-sr-som: add eeprom description
  2020-01-01 16:49 [PATCH 1/2] arm64: dts: imx8mq-sr-som: add eeprom description Baruch Siach
  2020-01-01 16:49 ` [PATCH 2/2] arm64: dts: imx8mq-hummingboard-pulse: " Baruch Siach
@ 2020-01-09  9:15 ` Shawn Guo
  1 sibling, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2020-01-09  9:15 UTC (permalink / raw)
  To: Baruch Siach
  Cc: linux-arm-kernel, Sascha Hauer, Fabio Estevam, NXP Linux Team,
	Pengutronix Kernel Team

On Wed, Jan 01, 2020 at 06:49:06PM +0200, Baruch Siach wrote:
> Add DT node for the eeprom data storage on SolidRun i.MX8M SOM.
> 
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Applied both, thanks.

_______________________________________________
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] 3+ messages in thread

end of thread, other threads:[~2020-01-09  9:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-01 16:49 [PATCH 1/2] arm64: dts: imx8mq-sr-som: add eeprom description Baruch Siach
2020-01-01 16:49 ` [PATCH 2/2] arm64: dts: imx8mq-hummingboard-pulse: " Baruch Siach
2020-01-09  9:15 ` [PATCH 1/2] arm64: dts: imx8mq-sr-som: " Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).