From patchwork Mon May 18 17:37:37 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Greg Kroah-Hartman X-Patchwork-Id: 225773 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI, SIGNED_OFF_BY, SPF_HELO_NONE, SPF_PASS, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B251CC433E1 for ; Mon, 18 May 2020 17:59:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 94A3420826 for ; Mon, 18 May 2020 17:59:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589824746; bh=HIdU/dYBZXUaeRqyIiknPCJ5RSzo2/DKjXcq7hZa8iU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=gbzEs95nFk7NZcf+xuajuWPJGk7r/tqvbYF4WBUyu59HzUasO+a0lOKXkCXK1Bfl6 La96mQX+kN+D6QoUyUVpw1593QJQUqfoihd1zdz5cv6V2QE9jS8wc6MMsu+NrC7akM bfuF7ppcszzGYmLMxNGPz+GwHEQpLqy4vKMJrhEc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731953AbgERR7F (ORCPT ); Mon, 18 May 2020 13:59:05 -0400 Received: from mail.kernel.org ([198.145.29.99]:39018 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731978AbgERR7C (ORCPT ); Mon, 18 May 2020 13:59:02 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9098E207C4; Mon, 18 May 2020 17:59:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589824742; bh=HIdU/dYBZXUaeRqyIiknPCJ5RSzo2/DKjXcq7hZa8iU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=T+KW0rvvUAo6AU/i2oIlMpSTpbqC3UBHZWPskPhM56drdiqwOlNl9Xe1FGMJYFLsc SOZP9fK2AVW0LMB7Yp+tKr/kcTEBMwEbH1B9Dp8rAzlPsmTEczPq9gbyFuhSXBPIQP TFfFekBCjlO3pdI7e1bws9ddbAcfEToamskb8CZU= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Neil Armstrong , Kevin Hilman , Martin Blumenstingl Subject: [PATCH 5.4 134/147] arm64: dts: meson-g12-common: fix dwc2 clock names Date: Mon, 18 May 2020 19:37:37 +0200 Message-Id: <20200518173529.983546972@linuxfoundation.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200518173513.009514388@linuxfoundation.org> References: <20200518173513.009514388@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org From: Neil Armstrong commit e4f634d812634067b0c661af2e3cecfd629c89b8 upstream. Use the correct dwc2 clock name. Fixes: 9baf7d6be730 ("arm64: dts: meson: g12a: Add G12A USB nodes") Signed-off-by: Neil Armstrong Signed-off-by: Kevin Hilman Reviewed-by: Martin Blumenstingl Link: https://lore.kernel.org/r/20200326160857.11929-3-narmstrong@baylibre.com Signed-off-by: Greg Kroah-Hartman --- arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi @@ -2365,7 +2365,7 @@ reg = <0x0 0xff400000 0x0 0x40000>; interrupts = ; clocks = <&clkc CLKID_USB1_DDR_BRIDGE>; - clock-names = "ddr"; + clock-names = "otg"; phys = <&usb2_phy1>; phy-names = "usb2-phy"; dr_mode = "peripheral";