From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ilya Ledvich Subject: [PATCH 5/8] ARM: dts: imx7d: cl-som-imx7: add eeprom support Date: Mon, 7 Dec 2015 09:14:36 +0200 Message-ID: <1449472479-2521-6-git-send-email-ilya@compulab.co.il> References: <1449472479-2521-1-git-send-email-ilya@compulab.co.il> Return-path: In-Reply-To: <1449472479-2521-1-git-send-email-ilya-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Rob Herring , Shawn Guo Cc: Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Sascha Hauer , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Igor Grinberg , Ilya Ledvich List-Id: devicetree@vger.kernel.org Add support for the module EEPROM over I2C2 bus. Signed-off-by: Ilya Ledvich Acked-by: Igor Grinberg --- arch/arm/boot/dts/imx7d-cl-som-imx7.dts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/imx7d-cl-som-imx7.dts b/arch/arm/boot/dts/imx7d-cl-som-imx7.dts index 97e96c6..b938d9e 100644 --- a/arch/arm/boot/dts/imx7d-cl-som-imx7.dts +++ b/arch/arm/boot/dts/imx7d-cl-som-imx7.dts @@ -159,6 +159,12 @@ }; }; }; + + eeprom@50 { + compatible = "atmel,24c08"; + reg = <0x50>; + pagesize = <16>; + }; }; &uart1 { -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: ilya@compulab.co.il (Ilya Ledvich) Date: Mon, 7 Dec 2015 09:14:36 +0200 Subject: [PATCH 5/8] ARM: dts: imx7d: cl-som-imx7: add eeprom support In-Reply-To: <1449472479-2521-1-git-send-email-ilya@compulab.co.il> References: <1449472479-2521-1-git-send-email-ilya@compulab.co.il> Message-ID: <1449472479-2521-6-git-send-email-ilya@compulab.co.il> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Add support for the module EEPROM over I2C2 bus. Signed-off-by: Ilya Ledvich Acked-by: Igor Grinberg --- arch/arm/boot/dts/imx7d-cl-som-imx7.dts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/imx7d-cl-som-imx7.dts b/arch/arm/boot/dts/imx7d-cl-som-imx7.dts index 97e96c6..b938d9e 100644 --- a/arch/arm/boot/dts/imx7d-cl-som-imx7.dts +++ b/arch/arm/boot/dts/imx7d-cl-som-imx7.dts @@ -159,6 +159,12 @@ }; }; }; + + eeprom at 50 { + compatible = "atmel,24c08"; + reg = <0x50>; + pagesize = <16>; + }; }; &uart1 { -- 1.9.1