From patchwork Fri May 30 05:01:40 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arun Kumar K X-Patchwork-Id: 4268701 Return-Path: X-Original-To: patchwork-linux-samsung-soc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id B0CD49F30B for ; Fri, 30 May 2014 05:02:08 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id E528020303 for ; Fri, 30 May 2014 05:02:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0E2D8202F8 for ; Fri, 30 May 2014 05:02:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751272AbaE3FCG (ORCPT ); Fri, 30 May 2014 01:02:06 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:50160 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750892AbaE3FCF (ORCPT ); Fri, 30 May 2014 01:02:05 -0400 Received: by mail-pa0-f45.google.com with SMTP id ey11so1278706pad.18 for ; Thu, 29 May 2014 22:02:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=1N8Inpc9dM5anSMVxFuTPa3r54GtDFZtzOo70oU53lk=; b=vERg7QZSRNA2HBIu1j468HPca9mn35PK3HizP9WyI5kV9cSIz5RaF0EjgcYP/NkZG5 tVLgYDzPaX5YABN1yo2AsTI0PcBZ9CyH4XQXzT026rt5diBsxqjLYE5BDB/2y+AAnvp1 Q5pwqeEpeMuKnXTk46+2MUaa6pIm3oVD6KuHs3gXbloQ6eIGNDjdAeTPL+/J76LgUMDa dJ4gyqFkz9hd9EM1AUKWz9jR+dGA66Wn53IL7GUOZMU+Wx4i6GfhO2LhkXtyFnS3rXed 6f/yIbM2kVtR/RLzPyOIoY8J2vk5qh1xl3ZISDqUSteehSSlmUuDEokZlUUqLX6hNgGK peZA== X-Received: by 10.66.162.137 with SMTP id ya9mr15217403pab.31.1401426125449; Thu, 29 May 2014 22:02:05 -0700 (PDT) Received: from localhost.localdomain ([14.140.216.146]) by mx.google.com with ESMTPSA id bz4sm4077257pbb.12.2014.05.29.22.02.02 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 29 May 2014 22:02:04 -0700 (PDT) From: Arun Kumar K To: linux-samsung-soc@vger.kernel.org Cc: kgene.kim@samsung.com, gautam.vivek@samsung.com Subject: [PATCH 2/2] ARM: dts: Correct the usb phy node in peach-pi Date: Fri, 30 May 2014 10:31:40 +0530 Message-Id: <1401426100-13720-2-git-send-email-arun.kk@samsung.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1401426100-13720-1-git-send-email-arun.kk@samsung.com> References: <1401426100-13720-1-git-send-email-arun.kk@samsung.com> Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org X-Spam-Status: No, score=-7.4 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The vbus-supply property is wrongly updated in the usbdrd node instead of the usbdrd_phy node. This patch fixes the same. Signed-off-by: Arun Kumar K --- arch/arm/boot/dts/exynos5800-peach-pi.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/exynos5800-peach-pi.dts b/arch/arm/boot/dts/exynos5800-peach-pi.dts index e910de3..f3af207 100644 --- a/arch/arm/boot/dts/exynos5800-peach-pi.dts +++ b/arch/arm/boot/dts/exynos5800-peach-pi.dts @@ -235,11 +235,11 @@ ddc = <&i2c_2>; }; -&usbdrd3_0 { +&usbdrd_phy0 { vbus-supply = <&usb300_vbus_reg>; }; -&usbdrd3_1 { +&usbdrd_phy1 { vbus-supply = <&usb301_vbus_reg>; };