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 X-Patchwork-Id: 10052007 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id B5A2A6032D for ; Thu, 9 Nov 2017 22:26:29 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A961F2B176 for ; Thu, 9 Nov 2017 22:26:29 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9E6BC2B178; Thu, 9 Nov 2017 22:26:29 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3E4672B176 for ; Thu, 9 Nov 2017 22:26:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754502AbdKIW0X (ORCPT ); Thu, 9 Nov 2017 17:26:23 -0500 Received: from mail-ot0-f193.google.com ([74.125.82.193]:47100 "EHLO mail-ot0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753088AbdKIW0W (ORCPT ); Thu, 9 Nov 2017 17:26:22 -0500 Received: by mail-ot0-f193.google.com with SMTP id o9so6699403ota.3; 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=RyTa2meJAnemXwal9ZfYDvGlkSPZXsRlWUZHLHGd/noTut0eb4E92fsnc614gv7U7x elf+iy9wEt46ns5SI9Fkre/WlkZOQSNRTZNDczkVDNuLwB87bs6Wb37eM5DL76XgTjgR 9qJgHr8u9KIpoI1wvofzYC1CuY0VqHo2fXod2iWlF5v7YYB3DM7ejmdZ6OJkp1PUq1K1 wLfCzVjaxLykq1E8Ev0HpZznl2iDkiIy8fvg9uulNAm6/cW08OGei+YNFYSpePwzLKAQ JTl+i7B6Tb46mCVyUTfuF2WY82+NdK4Ff5UqFP8+Lgu6oeHsPaqEXENTZc1Hcc+5mlyn gjgQ== X-Gm-Message-State: AJaThX5AqoGeYrmhr8X3cT2Jjjk5Qcc4YvmhWQUY5XD+7AopTGPc1hMW of0PCx3pmwB/rasebm8jSaUyPW8= 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 Cc: =?UTF-8?q?Beno=C3=AEt=20Cousson?= , Tony Lindgren , linux-omap@vger.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 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP "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 {