From patchwork Fri Oct 20 10:28:17 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 10019523 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 29307602CB for ; Fri, 20 Oct 2017 10:29:21 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 19E8528E88 for ; Fri, 20 Oct 2017 10:29:21 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0ED5128EE1; Fri, 20 Oct 2017 10:29:21 +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.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID 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 C0F7D28E88 for ; Fri, 20 Oct 2017 10:29:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752819AbdJTK3U (ORCPT ); Fri, 20 Oct 2017 06:29:20 -0400 Received: from kirsty.vergenet.net ([202.4.237.240]:38835 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752092AbdJTK3U (ORCPT ); Fri, 20 Oct 2017 06:29:20 -0400 Received: from penelope.horms.nl (unknown [217.111.208.18]) by kirsty.vergenet.net (Postfix) with ESMTPA id 654AD25BEAC; Fri, 20 Oct 2017 21:29:10 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; t=1508495350; bh=QsHKaH17l+oR2l+WM7AixU7JWOAEL+HUVIdpzNNVZB0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ebY0yuy7noAMOSzsPJV5V6vv31uu3Ik1S5DIB1EmdE5OZqwTMwuxpD23IQx6U4gR/ Ad2o1iZotFQgkAyAsVPv42/EMH1KAuELpm0Pe5n31gyUZvgoIm+IXmypNBlpW+cBZW JZlYk9M495PqgSmATYnyH8AuBPQA4gVWaHqNfj/Y= Received: by penelope.horms.nl (Postfix, from userid 7100) id 72952E20381; Fri, 20 Oct 2017 12:28:35 +0200 (CEST) From: Simon Horman To: linux-renesas-soc@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, Magnus Damm , Vladimir Barinov , Simon Horman Subject: [PATCH 14/31] arm64: dts: ulcb-kf: enable HSUSB Date: Fri, 20 Oct 2017 12:28:17 +0200 Message-Id: X-Mailer: git-send-email 2.11.0 In-Reply-To: References: 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 From: Vladimir Barinov This supports HSUSB on ULCB Kingfisher board Signed-off-by: Vladimir Barinov Reviewed-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- arch/arm64/boot/dts/renesas/ulcb-kf.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/ulcb-kf.dtsi b/arch/arm64/boot/dts/renesas/ulcb-kf.dtsi index a2cb7363e5ed..aab51d0b9a50 100644 --- a/arch/arm64/boot/dts/renesas/ulcb-kf.dtsi +++ b/arch/arm64/boot/dts/renesas/ulcb-kf.dtsi @@ -36,6 +36,10 @@ status = "okay"; }; +&hsusb { + status = "okay"; +}; + &pfc { can0_pins: can0 { groups = "can0_data_a";