Message ID | 1465041955-410-1-git-send-email-marek@goldelico.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
* Marek Belisko <marek@goldelico.com> [160604 05:08]: > From: "H. Nikolaus Schaller" <hns@goldelico.com> > > Define RFID eeprom node which is present on gta04 > device. Applying into omap-for-v4.8/dt thanks. Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi index a922472..b652dae 100644 --- a/arch/arm/boot/dts/omap3-gta04.dtsi +++ b/arch/arm/boot/dts/omap3-gta04.dtsi @@ -433,6 +433,12 @@ gpios = <&gpio6 0 GPIO_ACTIVE_LOW>; ti,x-plate-ohms = <600>; }; + + /* RFID EEPROM */ + m24lr64@50 { + compatible = "at,24c64"; + reg = <0x50>; + }; }; &i2c3 {