From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Grinberg Subject: Re: [PATCH v2 04/18] ARM: am57xx: cl-som-am57x: dts: add EEPROM support Date: Mon, 30 Nov 2015 16:44:50 +0200 Message-ID: <565C60E2.5060002@compulab.co.il> References: <1448433590-1399-5-git-send-email-lifshitz@compulab.co.il> <1448894037-1337-1-git-send-email-lifshitz@compulab.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1448894037-1337-1-git-send-email-lifshitz-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Dmitry Lifshitz , linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: Toni Lindgren , Nikita Kiryanov , Ian Campbell , Nishanth Menon List-Id: linux-omap@vger.kernel.org On 11/30/15 16:33, Dmitry Lifshitz wrote: > On-board EEPROM chip is used for storing a board production > info. > > Add module EEPROM support (over I2C4 bus). > > Signed-off-by: Dmitry Lifshitz Acked-by: Igor Grinberg > --- > > v2: > > * Fix EEPROM chip model > > arch/arm/boot/dts/am57xx-cl-som-am57x.dts | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm/boot/dts/am57xx-cl-som-am57x.dts b/arch/arm/boot/dts/am57xx-cl-som-am57x.dts > index 9f15dda..695f250 100644 > --- a/arch/arm/boot/dts/am57xx-cl-som-am57x.dts > +++ b/arch/arm/boot/dts/am57xx-cl-som-am57x.dts > @@ -290,6 +290,12 @@ > compatible = "emmicro,em3027"; > reg = <0x56>; > }; > + > + eeprom_module: atmel@50 { > + compatible = "atmel,24c08"; > + reg = <0x50>; > + pagesize = <16>; > + }; > }; > > > -- Regards, Igor. -- 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: grinberg@compulab.co.il (Igor Grinberg) Date: Mon, 30 Nov 2015 16:44:50 +0200 Subject: [PATCH v2 04/18] ARM: am57xx: cl-som-am57x: dts: add EEPROM support In-Reply-To: <1448894037-1337-1-git-send-email-lifshitz@compulab.co.il> References: <1448433590-1399-5-git-send-email-lifshitz@compulab.co.il> <1448894037-1337-1-git-send-email-lifshitz@compulab.co.il> Message-ID: <565C60E2.5060002@compulab.co.il> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 11/30/15 16:33, Dmitry Lifshitz wrote: > On-board EEPROM chip is used for storing a board production > info. > > Add module EEPROM support (over I2C4 bus). > > Signed-off-by: Dmitry Lifshitz Acked-by: Igor Grinberg > --- > > v2: > > * Fix EEPROM chip model > > arch/arm/boot/dts/am57xx-cl-som-am57x.dts | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm/boot/dts/am57xx-cl-som-am57x.dts b/arch/arm/boot/dts/am57xx-cl-som-am57x.dts > index 9f15dda..695f250 100644 > --- a/arch/arm/boot/dts/am57xx-cl-som-am57x.dts > +++ b/arch/arm/boot/dts/am57xx-cl-som-am57x.dts > @@ -290,6 +290,12 @@ > compatible = "emmicro,em3027"; > reg = <0x56>; > }; > + > + eeprom_module: atmel at 50 { > + compatible = "atmel,24c08"; > + reg = <0x50>; > + pagesize = <16>; > + }; > }; > > > -- Regards, Igor.