Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp3576908pxj; Tue, 15 Jun 2021 04:09:12 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx2yE6M0v9NDW1RfZ5Wd3GbBxgmvXcEzXTa9oNn941yncux8Xj2S2T12UNDtO6VpyoueApF X-Received: by 2002:a05:6638:2491:: with SMTP id x17mr3525853jat.33.1623755352312; Tue, 15 Jun 2021 04:09:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623755352; cv=none; d=google.com; s=arc-20160816; b=swSkqEXTQxEs0BPUghyD3+qM/qnNimH4aili6e6oAFboUPpR5EV1k5jVcW5B3qctl7 AIpmnm/eOqdritbBErbAwG81LOvbfDWj6vNqIfmm9ybcmm9Wlb+1HXCND9hWpf7RgeXe ++S7E6zXsXuFTYwHiObC4y9m1gEeD0Me4fh6c12Gp5m+LUzkatHvdwyTQQG1/80VNUax GsQQTQFuDHY7MJqrdUPJdR3YKiP7fL0SPideN6ay6i1Hq8Hd4HUhuZ8bmeeVUPzjnmwV MotAbFJIB8DyUFxR7qjO/xo0Y3imPvf2dp/+FeMXeLoG0HxlUh8Phju9L486uN1iQN+7 5Hkg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:references:in-reply-to:message-id:date:subject :cc:to:from; bh=tVBxn+5Mqbv9dMvK8XUFshrmTuJgCfkpHWpeIzWhgr4=; b=MusRPNRXDGX5pHQFazbavcEXcx442MIvYhGI2BofiQWLAUEybeOkDrvjC/tIZqTSME z9RLbrM0lCs+R9QwWNvJHCzYqi01jaxggTMXAvto2oRSmArsHhxrFnPFE2cEV+G4IEb2 WAwhKDy5arNrbjA2a6jdSQ/oYnUbCzAJmLJ4OXVhBdk1Q+QVQfRup6+uVKzTkztdcEev dHUE4ArFQpxZpWxz18vcuvBzOx89WooGkj/rdiHgEgxyj0+tsrhToM+zNuo3Ry/wHqIT Hf4jpVRQSXyUnsZk3CHvSOz6cZoQaXi+gUI/NwKMLaslMev7oQY4lSIAtDxY4fenlnZY 6Jug== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id y13si19723712ilm.43.2021.06.15.04.08.58; Tue, 15 Jun 2021 04:09:12 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230523AbhFOLKD (ORCPT + 99 others); Tue, 15 Jun 2021 07:10:03 -0400 Received: from foss.arm.com ([217.140.110.172]:60634 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231143AbhFOLJ2 (ORCPT ); Tue, 15 Jun 2021 07:09:28 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id AB054113E; Tue, 15 Jun 2021 04:07:23 -0700 (PDT) Received: from localhost.localdomain (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 542D43F719; Tue, 15 Jun 2021 04:07:21 -0700 (PDT) From: Andre Przywara To: Maxime Ripard , Chen-Yu Tsai , Jernej Skrabec Cc: Rob Herring , Icenowy Zheng , Samuel Holland , linux-arm-kernel@lists.infradead.org, linux-sunxi@googlegroups.com, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org, Ondrej Jirman , devicetree@vger.kernel.org, Kishon Vijay Abraham I , Vinod Koul , linux-phy@lists.infradead.org, linux-usb@vger.kernel.org Subject: [PATCH v7 10/19] dt-bindings: usb: Add H616 compatible string Date: Tue, 15 Jun 2021 12:06:27 +0100 Message-Id: <20210615110636.23403-11-andre.przywara@arm.com> X-Mailer: git-send-email 2.14.1 In-Reply-To: <20210615110636.23403-1-andre.przywara@arm.com> References: <20210615110636.23403-1-andre.przywara@arm.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The H616 has four PHYs as the H3, along with their respective clock gates and resets, so the property description is identical. However the PHYs itself need some special bits, so we need a new compatible string for it. Signed-off-by: Andre Przywara Acked-by: Rob Herring --- .../devicetree/bindings/phy/allwinner,sun8i-h3-usb-phy.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/phy/allwinner,sun8i-h3-usb-phy.yaml b/Documentation/devicetree/bindings/phy/allwinner,sun8i-h3-usb-phy.yaml index f80431060803..e288450e0844 100644 --- a/Documentation/devicetree/bindings/phy/allwinner,sun8i-h3-usb-phy.yaml +++ b/Documentation/devicetree/bindings/phy/allwinner,sun8i-h3-usb-phy.yaml @@ -15,7 +15,9 @@ properties: const: 1 compatible: - const: allwinner,sun8i-h3-usb-phy + enum: + - allwinner,sun8i-h3-usb-phy + - allwinner,sun50i-h616-usb-phy reg: items: -- 2.17.5