From patchwork Wed Feb 25 13:36:16 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Griffin X-Patchwork-Id: 443386 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 2FF6D140082 for ; Thu, 26 Feb 2015 00:37:26 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753110AbbBYNhA (ORCPT ); Wed, 25 Feb 2015 08:37:00 -0500 Received: from mail-we0-f169.google.com ([74.125.82.169]:44815 "EHLO mail-we0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752245AbbBYNgd (ORCPT ); Wed, 25 Feb 2015 08:36:33 -0500 Received: by wesk11 with SMTP id k11so3604939wes.11 for ; Wed, 25 Feb 2015 05:36:32 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=H80vCjvamp2orXB8YdYeeoarmq4fJhSz1NB2UJbWees=; b=H1xCJ7m7y4YjVF1NCum+BDU/MPdLbYfhD8D8cvmdDMg/Lgfxlr00iZZUTGjzUTWKuA WzZde3slG8fqNIP0HzuQi5aflECtNDBcwuAl4Wg5T3Od23hPr+IrLPBGu6VmtUgW2JGS E9Gwg6Bx2tQCEqUyEAktlzNMiivxbMvQjOwY4GgByyoFlmZYRxwTCh7ecBoNVoSnXwDq LuIL/zx7re/mDWIdIEqKlsaKWRZC3TtmQhE+Ty/70ZhszF5Mq/9xWo2TGkig1qz1Lubs IQABeYlb2uJknGSnhFI7lNwJ/whxvla1Z98PMcxUw9jhyMGPvP5lRY8KtzkUnO/bWw/s /kVA== X-Gm-Message-State: ALoCoQlI/WXpmrKOp8P92WU3+vZEEdBFOo8TyIWfqyBPdxFm594bIkIiJPmK/uZ1cLK0NvpUxf9n X-Received: by 10.180.212.8 with SMTP id ng8mr6574652wic.18.1424871392308; Wed, 25 Feb 2015 05:36:32 -0800 (PST) Received: from localhost.localdomain (cpc14-aztw22-2-0-cust189.18-1.cable.virginm.net. [82.45.1.190]) by mx.google.com with ESMTPSA id r3sm60586126wjw.7.2015.02.25.05.36.30 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 25 Feb 2015 05:36:31 -0800 (PST) From: Peter Griffin To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, srinivas.kandagatla@gmail.com, maxime.coquelin@st.com, patrice.chotard@st.com, kishon@ti.com, balbi@ti.com Cc: peter.griffin@linaro.org, lee.jones@linaro.org, devicetree@vger.kernel.org Subject: [PATCH 5/6] usb: dwc3: dwc3-st: Update the DT example. Date: Wed, 25 Feb 2015 13:36:16 +0000 Message-Id: <1424871377-1795-6-git-send-email-peter.griffin@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1424871377-1795-1-git-send-email-peter.griffin@linaro.org> References: <1424871377-1795-1-git-send-email-peter.griffin@linaro.org> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org There is a subtle type phys-names should be phy-names. Using the current example means you don't have working usb. Also update the example to use the generic phy type constants which are now used for miphy28. Signed-off-by: Peter Griffin Acked-by: Rob Herring --- Documentation/devicetree/bindings/usb/dwc3-st.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/usb/dwc3-st.txt b/Documentation/devicetree/bindings/usb/dwc3-st.txt index f9d7025..6634064 100644 --- a/Documentation/devicetree/bindings/usb/dwc3-st.txt +++ b/Documentation/devicetree/bindings/usb/dwc3-st.txt @@ -62,7 +62,7 @@ st_dwc3: dwc3@8f94000 { reg = <0x09900000 0x100000>; interrupts = ; dr_mode = "host"; - phys-names = "usb2-phy", "usb3-phy"; - phys = <&usb2_picophy2>, <&phy_port2 MIPHY_TYPE_USB>; + phy-names = "usb2-phy", "usb3-phy"; + phys = <&usb2_picophy2>, <&phy_port2 PHY_TYPE_USB3>; }; };