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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D9094C433FE for ; Fri, 11 Feb 2022 13:44:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350633AbiBKNoa (ORCPT ); Fri, 11 Feb 2022 08:44:30 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:60094 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238948AbiBKNo2 (ORCPT ); Fri, 11 Feb 2022 08:44:28 -0500 Received: from mail-qv1-f48.google.com (mail-qv1-f48.google.com [209.85.219.48]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 007379E; Fri, 11 Feb 2022 05:44:26 -0800 (PST) Received: by mail-qv1-f48.google.com with SMTP id o5so8534249qvm.3; Fri, 11 Feb 2022 05:44:26 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=6lhbJS0GQ8mSlFcNag0PBxP0WGnDTDUPZws9Tz2PKEI=; b=7VQ64XmZWfWbj+mGlPWIvfY9DvMNsmAO7bbFq5dGzKPhL25zASsBW5yMKynb1/iYNS 2FC+mMe93G31IeSZE/Nx8Jgelbxdu/tx01fWPZkvdkJ9xctAEuKCp1tgaS5tT0yNgoer mJ/j4vas6oZLNoRIuyd15B1Y2PVs9pN91MMvxafJDKRCJFFAZ2gSrnSZNRApxmgRDWA8 I6/qh/KuGcvdt81MGXL13tmlQ2X3F33gKW8O0bo/CTuonpqKxSHARhtdIuaXR4m6rRvJ A0fDvHpWyYv5ABPPcJbfjKGJ2cfkyLNhtYOikG5uq7thxBa0x4dzQ4WeapKs26srKnwD lmAg== X-Gm-Message-State: AOAM533RGt3GRPAfA+vODCRMyhZikLRinEFAhOhPh3sWaNeoii44nMj9 sHmlDTgOsV9+lmdDiMkyLnaVpfqCK8/I X-Google-Smtp-Source: ABdhPJz/GQx4DrcuRyumqsUxwIwOhB2hk1F87XYv+KH6T6GL86RJ8Ae/elMqLbPnS9bSFeuk3m9bXg== X-Received: by 2002:ad4:5be8:: with SMTP id k8mr1052760qvc.118.1644587066095; Fri, 11 Feb 2022 05:44:26 -0800 (PST) Received: from robh.at.kernel.org ([2607:fb90:20dc:156b:8f01:9329:d9ca:df6f]) by smtp.gmail.com with ESMTPSA id e1sm3913830qtw.71.2022.02.11.05.44.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 11 Feb 2022 05:44:25 -0800 (PST) Received: (nullmailer pid 266317 invoked by uid 1000); Fri, 11 Feb 2022 13:44:21 -0000 Date: Fri, 11 Feb 2022 07:44:21 -0600 From: Rob Herring To: Samuel Holland Cc: linux-phy@lists.infradead.org, Jernej Skrabec , Andre Przywara , Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Vinod Koul , Kishon Vijay Abraham I , Maxime Ripard , Chen-Yu Tsai , linux-sunxi@lists.linux.dev Subject: Re: [PATCH 1/4] dt-bindings: phy: Add compatible for D1 USB PHY Message-ID: References: <20220203013558.11490-1-samuel@sholland.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220203013558.11490-1-samuel@sholland.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 02 Feb 2022 19:35:54 -0600, Samuel Holland wrote: > D1 features one OTG port and one host port, like the A64 SoC, so its > USB PHY supports the same set of properties. Add the new compatible to > the existing binding. > > Signed-off-by: Samuel Holland > --- > > .../devicetree/bindings/phy/allwinner,sun50i-a64-usb-phy.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > Acked-by: Rob Herring