From patchwork Thu Nov 9 22:26:14 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: "Rob Herring (Arm)" X-Patchwork-Id: 836540 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=65.50.211.133; helo=bombadil.infradead.org; envelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Gh/UH6+M"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3yXyVq4XhBz9t2r for ; Fri, 10 Nov 2017 09:28:35 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=M2TyRynGtoUhz8E/E1G7H4AQ+wXejm+lwpXdnrV0wDI=; b=Gh/UH6+M8L+p4H iak0h6LBN7CBB9NSPpBh8zlAOve6JpcLHp1Nd9jZ7AHPwA7qdOQFiiyj4VsyEBgC7W/aUfd73XZc6 OuvLOaPXiy5r27c8V6vXg9qh9uceB5oCO5E1Xc/12K5RZKbYqRJJ7e/JXHRs0dlG2IloxC2en+PlD 7p/k8toOlVTHjV03ugoqL6VpcR/AZdkv30Znl1hf0iCNX8qtcYc+k9j2GzPZLZYAqlPoE8jIrUvA0 IqCD/JAc4XxY18gX+YHnBoro7BwRt/lJjl1expFnQfzo8NWz7Dzuw4zwUEklcCW1CXF52Xv8sPvgE 4DheV0tST+lsi6dA/fSQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1eCvJJ-0005rB-L5; Thu, 09 Nov 2017 22:28:33 +0000 Received: from mail-ot0-f195.google.com ([74.125.82.195]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1eCvHT-0004KF-3U for linux-arm-kernel@lists.infradead.org; Thu, 09 Nov 2017 22:26:42 +0000 Received: by mail-ot0-f195.google.com with SMTP id j24so6151333otb.1 for ; Thu, 09 Nov 2017 14:26:21 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=9PvqcTsiTc+oeOYONMEXYRq2/CEjiREV4DrYeBmoNEA=; b=fjRZ5su5qKqIMMDdSEiMKi6d0UdUJIe7/DZKvodmQ6E0s89hqyE92W50+vNQd1WIj0 lwx31Jr9bxcG4p+dvGCWF5UCBG+ji56by853SvTtwCGpbWTZbEUK2Vufu+rW0fdaQp8X bLRnoWQsWkV+03K93Mkk5QBB2Q5xuaFvQ1nOB1lTG1iOA7044FSb6h2C6b80pTevQ1xw XXmBmYKSol7bGJDiv44oWJAqG3h8GrMZquHZ8q8IxxesZVY6qEHfQGLEDw4UQbM3HjoD XweVGtgNdcWLWLaexTL3i/A9xHRcg3Jh3aipwpOJ/d8W9L/mDGOR+872KrlUD/+i6+Ow nilw== X-Gm-Message-State: AJaThX6qcPI5CoK+Ika8eQJDVF+zTOCkG30qJqZ+xuRfIkw7lz0PcJrU 8bX/yNV1Z5MHrZw9z8tpYQ== X-Google-Smtp-Source: AGs4zMbD/GyPsO+1xhBPbcXIN3IbpLodMYP5X34ae5py8t9XgXmiyZ3qzt0RyuOU7sUrPuad10RUdg== X-Received: by 10.157.4.161 with SMTP id 30mr1337072otm.312.1510266381268; Thu, 09 Nov 2017 14:26:21 -0800 (PST) Received: from xps15.herring.priv (216-188-254-6.dyn.grandenetworks.net. [216.188.254.6]) by smtp.googlemail.com with ESMTPSA id 74sm3537271oii.50.2017.11.09.14.26.20 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 09 Nov 2017 14:26:20 -0800 (PST) From: Rob Herring To: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, arm@kernel.org Subject: [PATCH 6/6] arm: dts: am33xx: Add missing #phy-cells to ti, am335x-usb-phy Date: Thu, 9 Nov 2017 16:26:14 -0600 Message-Id: <20171109222614.5719-6-robh@kernel.org> X-Mailer: git-send-email 2.14.1 In-Reply-To: <20171109222614.5719-1-robh@kernel.org> References: <20171109222614.5719-1-robh@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20171109_142639_268336_C45B7F0C X-CRM114-Status: GOOD ( 10.62 ) X-Spam-Score: -1.5 (-) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (-1.5 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [74.125.82.195 listed in wl.mailspike.net] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [74.125.82.195 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.2 FREEMAIL_ENVFROM_END_DIGIT Envelope-from freemail username ends in digit (robherring2[at]gmail.com) 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (robherring2[at]gmail.com) 0.0 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level mail domains are different -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 0.2 FREEMAIL_FORGED_FROMDOMAIN 2nd level domains in From and EnvelopeFrom freemail headers are different X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Tony Lindgren , linux-omap@vger.kernel.org, =?utf-8?q?Beno=C3=AEt_Cousson?= Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org "ti,am335x-usb-phy" is using the phy binding, but is missing #phy-cells property. Fixes the following warning in TI dts files: Warning (phys_property): Missing property '#phy-cells' in node ... Signed-off-by: Rob Herring Cc: "BenoƮt Cousson" Cc: Tony Lindgren Cc: linux-omap@vger.kernel.org --- Please apply to TI tree. Documentation/devicetree/bindings/usb/am33xx-usb.txt | 2 ++ arch/arm/boot/dts/am33xx.dtsi | 2 ++ arch/arm/boot/dts/dm814x.dtsi | 1 + 3 files changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/usb/am33xx-usb.txt b/Documentation/devicetree/bindings/usb/am33xx-usb.txt index 7a33f22c815a..7a198a30408a 100644 --- a/Documentation/devicetree/bindings/usb/am33xx-usb.txt +++ b/Documentation/devicetree/bindings/usb/am33xx-usb.txt @@ -95,6 +95,7 @@ usb: usb@47400000 { reg = <0x47401300 0x100>; reg-names = "phy"; ti,ctrl_mod = <&ctrl_mod>; + #phy-cells = <0>; }; usb0: usb@47401000 { @@ -141,6 +142,7 @@ usb: usb@47400000 { reg = <0x47401b00 0x100>; reg-names = "phy"; ti,ctrl_mod = <&ctrl_mod>; + #phy-cells = <0>; }; usb1: usb@47401800 { diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index 7d7ca054c557..a39465a67ca2 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi @@ -626,6 +626,7 @@ reg-names = "phy"; status = "disabled"; ti,ctrl_mod = <&usb_ctrl_mod>; + #phy-cells = <0>; }; usb0: usb@47401000 { @@ -674,6 +675,7 @@ reg-names = "phy"; status = "disabled"; ti,ctrl_mod = <&usb_ctrl_mod>; + #phy-cells = <0>; }; usb1: usb@47401800 { diff --git a/arch/arm/boot/dts/dm814x.dtsi b/arch/arm/boot/dts/dm814x.dtsi index 9708157f5daf..b7a11c1168d1 100644 --- a/arch/arm/boot/dts/dm814x.dtsi +++ b/arch/arm/boot/dts/dm814x.dtsi @@ -75,6 +75,7 @@ reg = <0x47401300 0x100>; reg-names = "phy"; ti,ctrl_mod = <&usb_ctrl_mod>; + #phy-cells = <0>; }; usb0: usb@47401000 {