From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomasz Figa Subject: Re: [PATCH v8 2/3] ARM: S3C64XX: Enabling samsung-usbphy driver Date: Wed, 21 Nov 2012 21:24:09 +0100 Message-ID: <37603299.oO7KtPJhEd@flatron> References: <1352889938-17311-1-git-send-email-p.paneri@samsung.com> <1352889938-17311-3-git-send-email-p.paneri@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <1352889938-17311-3-git-send-email-p.paneri@samsung.com> Sender: linux-samsung-soc-owner@vger.kernel.org To: Praveen Paneri Cc: linux-samsung-soc@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, kgene.kim@samsung.com, balbi@ti.com, gregkh@linuxfoundation.org, thomas.abraham@linaro.org, ben-linux@fluff.org, broonie@opensource.wolfsonmicro.com, l.majewski@samsung.com, kyungmin.park@samsung.com, grant.likely@secretlab.ca, heiko@sntech.de, t.figa@samsung.com, gautam.vivek@samsung.com List-Id: devicetree@vger.kernel.org Hi Praveen, On Wednesday 14 of November 2012 16:15:37 Praveen Paneri wrote: > Adding platform device for samsung-usbphy driver. Enabling it for > s3c64xx based machines using s3c-hsotg. > > Signed-off-by: Praveen Paneri > --- > arch/arm/mach-s3c64xx/include/mach/map.h | 2 + > arch/arm/mach-s3c64xx/mach-crag6410.c | 7 ++++++ > arch/arm/mach-s3c64xx/mach-smartq.c | 8 +++++++ > arch/arm/mach-s3c64xx/mach-smdk6410.c | 7 ++++++ > arch/arm/mach-s3c64xx/setup-usb-phy.c | 14 +++++++++++++ > arch/arm/plat-samsung/devs.c | 28 > ++++++++++++++++++++++++++ arch/arm/plat-samsung/include/plat/devs.h > | 1 + > arch/arm/plat-samsung/include/plat/usb-phy.h | 1 + > 8 files changed, 68 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/mach-s3c64xx/include/mach/map.h > b/arch/arm/mach-s3c64xx/include/mach/map.h index 8e2097b..dc482bb > 100644 > --- a/arch/arm/mach-s3c64xx/include/mach/map.h > +++ b/arch/arm/mach-s3c64xx/include/mach/map.h > @@ -65,6 +65,7 @@ > > #define S3C64XX_PA_NAND (0x70200000) > #define S3C64XX_PA_FB (0x77100000) > +#define S3C64XX_PA_USB_HSPHY (0x7C100000) > #define S3C64XX_PA_USB_HSOTG (0x7C000000) > #define S3C64XX_PA_WATCHDOG (0x7E004000) > #define S3C64XX_PA_RTC (0x7E005000) > @@ -113,6 +114,7 @@ > #define S3C_PA_FB S3C64XX_PA_FB > #define S3C_PA_USBHOST S3C64XX_PA_USBHOST > #define S3C_PA_USB_HSOTG S3C64XX_PA_USB_HSOTG > +#define S3C_PA_USB_PHY S3C64XX_PA_USB_HSPHY > #define S3C_PA_RTC S3C64XX_PA_RTC > #define S3C_PA_WDT S3C64XX_PA_WATCHDOG > #define S3C_PA_SPI0 S3C64XX_PA_SPI0 > diff --git a/arch/arm/mach-s3c64xx/mach-crag6410.c > b/arch/arm/mach-s3c64xx/mach-crag6410.c index 48f4a2d..c602379 100644 > --- a/arch/arm/mach-s3c64xx/mach-crag6410.c > +++ b/arch/arm/mach-s3c64xx/mach-crag6410.c > @@ -31,6 +31,7 @@ > #include > > #include > +#include > > #include