From: Philipp Zabel Date: Mon, 14 Apr 2014 15:37:29 +0000 (+0200) Subject: ARM: dts: pbab01: Add I2C devices X-Git-Tag: next-20140502~94^2^2~31 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6ad939ca41de98a9b42ec3a9555fd454d1f82787;p=karo-tx-linux.git ARM: dts: pbab01: Add I2C devices This patch adds the TLV320, STMPE811, RTC8564, and MX1037 ICs to the I2C2 bus. Signed-off-by: Philipp Zabel Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi b/arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi index a449a58023e2..c6ab762918aa 100644 --- a/arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi +++ b/arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi @@ -28,6 +28,26 @@ pinctrl-0 = <&pinctrl_i2c2>; clock-frequency = <100000>; status = "okay"; + + tlv320@18 { + compatible = "ti,tlv320aic3x"; + reg = <0x18>; + }; + + stmpe@41 { + compatible = "st,stmpe811"; + reg = <0x41>; + }; + + rtc@51 { + compatible = "nxp,rtc8564"; + reg = <0x51>; + }; + + adc@64 { + compatible = "maxim,max1037"; + reg = <0x64>; + }; }; &i2c3 {