From 7eefa98c73adf8850172bb651ece151925823cd0 Mon Sep 17 00:00:00 2001 From: Tushar Behera Date: Wed, 29 May 2013 13:20:18 +0530 Subject: ARM: dts: Add board specific setup code for Arndale Arndale board requires the USB-hub to be reset during board booting. The GPIO lines are defined here. Signed-off-by: Tushar Behera --- arch/arm/boot/dts/exynos5250-arndale.dts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts b/arch/arm/boot/dts/exynos5250-arndale.dts index 02cfc76d002..c641965dc31 100644 --- a/arch/arm/boot/dts/exynos5250-arndale.dts +++ b/arch/arm/boot/dts/exynos5250-arndale.dts @@ -24,6 +24,12 @@ bootargs = "console=ttySAC2,115200"; }; + extra_setup { + compatible = "insignal,arndale-board-setup"; + hub-reset = <&gpx3 5 1>; + hub-connect = <&gpd1 7 1>; + }; + codec@11000000 { samsung,mfc-r = <0x43000000 0x800000>; samsung,mfc-l = <0x51000000 0x800000>; -- cgit v1.2.3