From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: [PATCH 2/2] ARM: dt: tegra: seaboard: add eeprom nodes to the I2C bus mux Date: Tue, 17 Apr 2012 12:50:55 -0600 Message-ID: <1334688655-8509-2-git-send-email-swarren@wwwdotorg.org> References: <1334688655-8509-1-git-send-email-swarren@wwwdotorg.org> Return-path: In-Reply-To: <1334688655-8509-1-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> Sender: linux-i2c-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Grant Likely , Rob Herring , Ben Dooks , Wolfram Sang , Linus Walleij , Olof Johansson , Colin Cross Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Stephen Warren List-Id: linux-i2c@vger.kernel.org From: Stephen Warren I don't intend this patch to be applied; it's just here as a more complete example of the bus mux binding. Putting an EEPROM on the DDC bus might make sense for the EDID EEPROM, but I'm not actually sure what's responding to that I2C address on the PTA bus right now! Signed-off-by: Stephen Warren --- arch/arm/boot/dts/tegra-seaboard.dts | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/tegra-seaboard.dts b/arch/arm/boot/dts/tegra-seaboard.dts index e1025e2..202cb46 100644 --- a/arch/arm/boot/dts/tegra-seaboard.dts +++ b/arch/arm/boot/dts/tegra-seaboard.dts @@ -309,11 +309,21 @@ i2c-bus-ddc { #address-cells = <1>; #size-cells = <0>; + + eeprom { + compatible = "eeprom"; + reg = <0x50>; + }; }; i2c-bus-pta { #address-cells = <1>; #size-cells = <0>; + + eeprom { + compatible = "eeprom"; + reg = <0x50>; + }; }; }; -- 1.7.0.4