From mboxrd@z Thu Jan 1 00:00:00 1970 From: jason@lakedaemon.net (Jason Cooper) Date: Sat, 26 Jan 2013 15:40:13 -0500 Subject: [PATCH 2/2] ARM: Kirkwood: topkick: Enable i2c bus. In-Reply-To: <1359219326-5927-2-git-send-email-andrew@lunn.ch> References: <1359219326-5927-1-git-send-email-andrew@lunn.ch> <1359219326-5927-2-git-send-email-andrew@lunn.ch> Message-ID: <20130126204013.GT1758@titan.lakedaemon.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Sat, Jan 26, 2013 at 05:55:25PM +0100, Andrew Lunn wrote: > Add a DT node for I2C and pinctrl hog for the pins. There appears to > be an i2c bus on topkick with a device on it: > > i2cdetect 0 > WARNING! This program can confuse your I2C bus, cause data loss and worse! > I will probe file /dev/i2c-0. > I will probe address range 0x03-0x77. > Continue? [Y/n] y > 0 1 2 3 4 5 6 7 8 9 a b c d e f > 00: -- -- -- -- -- -- -- -- -- -- -- -- -- > 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- > 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- > 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- > 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- > 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- > 60: -- -- -- -- 64 -- -- -- -- -- -- -- -- -- -- -- > 70: -- -- -- -- -- -- -- -- > > Signed-off-by: Andrew Lunn > --- > arch/arm/boot/dts/kirkwood-topkick.dts | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) Pulled into series, thanks, Jason.