From mboxrd@z Thu Jan 1 00:00:00 1970 From: akpm@linux-foundation.org (Andrew Morton) Date: Mon, 17 Sep 2012 15:35:59 -0700 Subject: [PATCH v3 4/4] ARM: dts: AM33XX: Add lis331dlh device tree data to am335x-evm In-Reply-To: <1347866602-2088-5-git-send-email-anilkumar@ti.com> References: <1347866602-2088-1-git-send-email-anilkumar@ti.com> <1347866602-2088-5-git-send-email-anilkumar@ti.com> Message-ID: <20120917153559.e07ca263.akpm@linux-foundation.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, 17 Sep 2012 12:53:22 +0530 AnilKumar Ch wrote: > Add lis331dlh device tree data to am335x-evm.dts. In AM335x EVM > lis331dlh accelerometer is connected to I2C2 bus. So this patch > change the status of I2C2 node to "okay" to use I2C2 bus. Also > added all the required platform data to am335x-evm. > > Signed-off-by: AnilKumar Ch > --- > arch/arm/boot/dts/am335x-evm.dts | 39 ++++++++++++++++++++++++++++++++++++++ Your arch/arm/boot/dts/am335x-evm.dts differs significantly from the one in linux-next (it should not do so), so I didn't do anything with this patch.