From patchwork Wed Oct 24 17:27:35 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Evan Green X-Patchwork-Id: 10654823 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 CA2E013B5 for ; Wed, 24 Oct 2018 17:28:37 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BB85B2AA6A for ; Wed, 24 Oct 2018 17:28:37 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id AF5282AA6C; Wed, 24 Oct 2018 17:28:37 +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=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 538602AA6A for ; Wed, 24 Oct 2018 17:28:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727430AbeJYB51 (ORCPT ); Wed, 24 Oct 2018 21:57:27 -0400 Received: from mail-pf1-f196.google.com ([209.85.210.196]:38790 "EHLO mail-pf1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727411AbeJYB51 (ORCPT ); Wed, 24 Oct 2018 21:57:27 -0400 Received: by mail-pf1-f196.google.com with SMTP id b11-v6so1110908pfi.5 for ; Wed, 24 Oct 2018 10:28:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=MOs1PgdS5H9q0FAb1qUHlqZCKbJVaxUDKd+GMQ+2Utc=; b=dFUiHg+zXsfuJrqdhhUkcNNjqw8MB5JYpyACPc0UaMX7IX6/Kx/vs7rb+ZyGGqwtfX 2bZfY/Nf3K3cIeTtfaW+QQws8/C5V0A+Wxjzj1US+mW5hncpPxDT3eedzi6FJzFHrQ/i 8s15RKWYIonk1j1OQo7n6if2FBvRuRwmqX7mI= 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; bh=MOs1PgdS5H9q0FAb1qUHlqZCKbJVaxUDKd+GMQ+2Utc=; b=skZrc1Ft2w5msukdU/juEOtE7pESTMiIh6t0qeuzj29kHibSeRlesbO6/Q2Bk3Bl4U REkdfZPbN7GEotQYklPzChqQfxCad6CfHXTS6ZHO0NAo4mFwiA4THZT66tdxt9ntZUHK RCyLBF5Q4l8vDWlLErQB+fZz2BzcWYUe2MirlnDV6ifGfn9OZHaPWSEkEIYAJmwG2O09 lh07Yu63FUsLxP81e/epXy+8b2S1qDYhHruVFRjmwywigOugumyyg3xABKUIgxCeG0jw F/CofTTEJcKjqd7V4Tdvli8oHuJO4n4ybrKHHi/ExpBPLtJLqe1U+wnZncQ6f39+acpm 2ifg== X-Gm-Message-State: AGRZ1gKGnrc3PJaGYOV43nKxIfp4pVkWVM+83GGgRPARFHkzBiUiIzb0 5KC7jWHduUG3bKefLhorbIKS6g== X-Google-Smtp-Source: AJdET5ccL8QnMBqSYCCnJCbtls0EfuKj8d66Wq+/iTIUtURaKCBYwPBVBscIebMGWSo5KcJDj/ZCNQ== X-Received: by 2002:a63:2315:: with SMTP id j21mr2057357pgj.297.1540402113061; Wed, 24 Oct 2018 10:28:33 -0700 (PDT) Received: from evgreen2.mtv.corp.google.com ([2620:15c:202:201:e418:c825:76cf:5f64]) by smtp.gmail.com with ESMTPSA id v185-v6sm5674265pfv.48.2018.10.24.10.28.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 24 Oct 2018 10:28:32 -0700 (PDT) From: Evan Green To: Rob Herring , Andy Gross , Kishon Vijay Abraham I Cc: Douglas Anderson , Stephen Boyd , Evan Green , devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, Rob Herring , David Brown , Mark Rutland , linux-soc@vger.kernel.org Subject: [PATCH v4 5/5] arm64: dts: qcom: sdm845: Add USB PHY lane two Date: Wed, 24 Oct 2018 10:27:35 -0700 Message-Id: <20181024172735.154304-6-evgreen@chromium.org> X-Mailer: git-send-email 2.16.4 In-Reply-To: <20181024172735.154304-1-evgreen@chromium.org> References: <20181024172735.154304-1-evgreen@chromium.org> Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Add the second lane registers for the USB PHY, now that the QMP phy bindings have been updated. This way the driver can stop reaching beyond its register region to get at the second lane. Signed-off-by: Evan Green Reviewed-by: Douglas Anderson --- Changes in v4: None Changes in v3: - Removed erroneous fixup for USB UniPro PHY, which is not dual lane (Doug) Changes in v2: None arch/arm64/boot/dts/qcom/sdm845.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi index 9c72edb678ec..ff2db36ec4fa 100644 --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi @@ -1188,10 +1188,12 @@ <&gcc GCC_USB3_PHY_PRIM_BCR>; reset-names = "phy", "common"; - usb_1_ssphy: lane@88e9200 { + usb_1_ssphy: lanes@88e9200 { reg = <0x88e9200 0x128>, <0x88e9400 0x200>, <0x88e9c00 0x218>, + <0x88e9600 0x128>, + <0x88e9800 0x200>, <0x88e9a00 0x100>; #phy-cells = <0>; clocks = <&gcc GCC_USB3_PRIM_PHY_PIPE_CLK>;