From patchwork Fri Mar 1 11:05:48 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabrizio Castro X-Patchwork-Id: 10834979 X-Patchwork-Delegate: geert@linux-m68k.org Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 7B353922 for ; Fri, 1 Mar 2019 11:07:18 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6A3782EE5C for ; Fri, 1 Mar 2019 11:07:18 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5E3232EE60; Fri, 1 Mar 2019 11:07:18 +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=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, 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 0BA782EE5C for ; Fri, 1 Mar 2019 11:07:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731079AbfCALHR (ORCPT ); Fri, 1 Mar 2019 06:07:17 -0500 Received: from relmlor2.renesas.com ([210.160.252.172]:18445 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725978AbfCALHR (ORCPT ); Fri, 1 Mar 2019 06:07:17 -0500 X-IronPort-AV: E=Sophos;i="5.58,427,1544454000"; d="scan'208";a="9011110" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 01 Mar 2019 20:07:15 +0900 Received: from fabrizio-dev.ree.adwin.renesas.com (unknown [10.226.36.184]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 8394C438486F; Fri, 1 Mar 2019 20:07:13 +0900 (JST) From: Fabrizio Castro To: Simon Horman , Geert Uytterhoeven , Yoshihiro Shimoda , Rob Herring , Mark Rutland Cc: Fabrizio Castro , Magnus Damm , linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, Chris Paterson , Biju Das Subject: [PATCH 4/4] arm64: dts: renesas: r8a77995: draak: Remove hsusb node Date: Fri, 1 Mar 2019 11:05:48 +0000 Message-Id: <1551438348-22119-5-git-send-email-fabrizio.castro@bp.renesas.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1551438348-22119-1-git-send-email-fabrizio.castro@bp.renesas.com> References: <1551438348-22119-1-git-send-email-fabrizio.castro@bp.renesas.com> Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Patch "usb: common: Consider only available nodes for dr_mode" fixes the way the DT gets parsed to identify the USB controller driving the PHY, as such we don't need hsusb to specify dr_mode, in fact we don't need to enable the hsusb node at all since the USB interface on the board works as USB host only. Fixes: 5c6479d9b25b ("arm64: dts: renesas: r8a7799{0|5}: add/enable USB2.0 peripheral") Signed-off-by: Fabrizio Castro --- arch/arm64/boot/dts/renesas/r8a77995-draak.dts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/arch/arm64/boot/dts/renesas/r8a77995-draak.dts b/arch/arm64/boot/dts/renesas/r8a77995-draak.dts index db2bed1..5f13b8b 100644 --- a/arch/arm64/boot/dts/renesas/r8a77995-draak.dts +++ b/arch/arm64/boot/dts/renesas/r8a77995-draak.dts @@ -207,11 +207,6 @@ clock-frequency = <48000000>; }; -&hsusb { - dr_mode = "host"; - status = "okay"; -}; - &i2c0 { pinctrl-0 = <&i2c0_pins>; pinctrl-names = "default";