From mboxrd@z Thu Jan 1 00:00:00 1970 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=-11.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, UNPARSEABLE_RELAY autolearn=unavailable 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 03247C4338F for ; Tue, 3 Aug 2021 20:14:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E0AEB601FD for ; Tue, 3 Aug 2021 20:14:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240429AbhHCUOZ (ORCPT ); Tue, 3 Aug 2021 16:14:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59732 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240425AbhHCUOY (ORCPT ); Tue, 3 Aug 2021 16:14:24 -0400 Received: from mail-oi1-x231.google.com (mail-oi1-x231.google.com [IPv6:2607:f8b0:4864:20::231]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C69ADC061764 for ; Tue, 3 Aug 2021 13:14:11 -0700 (PDT) Received: by mail-oi1-x231.google.com with SMTP id z26so152365oih.10 for ; Tue, 03 Aug 2021 13:14:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:in-reply-to:references:from:user-agent:date:message-id :subject:to:cc; bh=+/u7Fqz7b4vpkLt4MfAZ/z+pcTRWv1PaR2RpZemYy98=; b=b9dQbTwK/D4lySrEAu/umOYtkrvoiDNO3Mu0Wcpy0CjtqD0MNuVnnzMQfTqZMe2sB3 3eezOEhb45vWXDxUhYopOCu8KFl4ApeNBciplagUwPiAI3Tsn3NUD4bqaXBdYUx+T62K OrUMmDwHVhyIWF9yon2q1NVN8/hfgpVqGG++8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from :user-agent:date:message-id:subject:to:cc; bh=+/u7Fqz7b4vpkLt4MfAZ/z+pcTRWv1PaR2RpZemYy98=; b=nrIYhA77ZW6XKu+vkhaq3f7NJVZ0TUqA47EB3ncNAwdWDAsA/tg8rNiZ+jO4a9E1m4 nIoNeGeoZeLwZpzU3LEd3TG5ZA00EmreTVf7BpXKx1RrEy+xH0GU8UVCUs8n2/Ujj4VI c5TpD5xovapFSih0OeRUH8OkxhcI2MfI216VLKG1zqnKaPvDcyxhyTzhlKIuzbrM8mLD ERFEieWn2IphQTndZWEiOq8kMfyosfCw5w5ExuGPn2eBEqnQ+uzpdij87zm0+ZrZFarm 4zDWLfC+SIgSFaw1YcfrKCQLbmM2s6J7Lf93qGYK+kw7R6Awuq4pu04ttcvg566133IO 1Z+g== X-Gm-Message-State: AOAM5325/qEBoGsCUuDlc+kdHE4J1DL8NU8qjvEhxkyEAR9W3LJAPDFy lJ78ruhHUS9TR8zYpdiXW4MiTLCYoPKAE+pcBJR+kw== X-Google-Smtp-Source: ABdhPJwr23vRylG1JcVhTsx1vfrLS9ICAjf5ZYipJ+b5RlDF+2ftl6o18fFFBkKAK+UaEShz4DZg1FNxU2pxHZZYzJQ= X-Received: by 2002:a05:6808:619:: with SMTP id y25mr167166oih.166.1628021651259; Tue, 03 Aug 2021 13:14:11 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Tue, 3 Aug 2021 15:14:10 -0500 MIME-Version: 1.0 In-Reply-To: <1627880576-22391-1-git-send-email-sanm@codeaurora.org> References: <1627880576-22391-1-git-send-email-sanm@codeaurora.org> From: Stephen Boyd User-Agent: alot/0.9.1 Date: Tue, 3 Aug 2021 15:14:10 -0500 Message-ID: Subject: Re: [PATCH] arm64: dts: qcom: sc7280: Add interconnect properties for USB To: Andy Gross , Bjorn Andersson , Doug Anderson , Felipe Balbi , Greg Kroah-Hartman , Matthias Kaehlcke , Rob Herring , Sandeep Maheswaram Cc: devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Pratham Pratap Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org Quoting Sandeep Maheswaram (2021-08-01 22:02:56) > Add interconnect properties in USB DT nodes for sc7280. > > Signed-off-by: Sandeep Maheswaram > --- Reviewed-by: Stephen Boyd