Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp554154pxj; Fri, 14 May 2021 09:46:44 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwuUZppf5T4/0X6ERHKSA94EeiCuBmXW2ha0RMRcNIj4V3qE/UQBCPrUXqM2GyAAZtIw0ln X-Received: by 2002:a05:6e02:e0d:: with SMTP id a13mr41544016ilk.270.1621010804588; Fri, 14 May 2021 09:46:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1621010804; cv=none; d=google.com; s=arc-20160816; b=seJ0ruGpkKMjkTT6WENyYsynLsUtDCunjOStZANyzw+E6D5FuJ8WpwoJ9FMBvwpg4+ bwLUeYq0og+ysT7yhK/+4PVVn/KuguLN7eptJZchLlCSX1/jW0zIEOV6l+4VBlv8rtO2 3sWbALVHB0NZY+HJS7L7zmwdsOAuzv98F+zU9gPzpT7BGVQZpADgm8EpQlk6gNqWX+fG znI3RMqWMIFA3bXsbP2QK+wx6HX41UurxDjysGXn1geCFcmUpVAYxdYPj4QOuappTvgl nucD2NXHKfOFJ77RJxxx4v8yRhM5asr7H9Vg11sHYV+n+H0RHvrA7Doo7TQF2j9Y0bYH 8Bug== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=Cs41mioYQ+sZovsJ0UMQOqMg8rdBg3GqSgyqpD4kATE=; b=w0ytd5IqBjfKbLmGRx/2pHTN3xLQLBE5+q0pZoavZxQUmAXI6CGzWA/lN4+GP2TeL7 kcJNKIlQKiLhEfK1vbGuwWD2Lm6QaVLtzVmrwujJE5+E+Wv600h1dGwWzDHU5YUw9A0p cnrUWtxpwMInkFR+PXvZY01LxDdEzJ7whedER4wpVF7/pVK1tAkzVhAUyaZPZx6Yrxur GewaF4nCY8Kh/t64fi6eCzJPz42J6fYt3/VH2/aztci6DYUs8/WiYtLwxxhpg4G4zlqW LWwTXIBMd4a/MzVUqTYQqaruPH6JQ5sD2nHCaiHev/qOt5yYayi5vUJNqLJHFgLJqYX0 RXEw== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id e194si8251904iof.53.2021.05.14.09.46.32; Fri, 14 May 2021 09:46:44 -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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233299AbhENK2A (ORCPT + 99 others); Fri, 14 May 2021 06:28:00 -0400 Received: from mail.manjaro.org ([176.9.38.148]:36372 "EHLO mail.manjaro.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233241AbhENK1z (ORCPT ); Fri, 14 May 2021 06:27:55 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.manjaro.org (Postfix) with ESMTP id E18A1222588; Fri, 14 May 2021 12:26:42 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at manjaro.org Received: from mail.manjaro.org ([127.0.0.1]) by localhost (manjaro.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Qsi7fE3KL_nW; Fri, 14 May 2021 12:26:39 +0200 (CEST) From: Tobias Schramm To: linux-usb@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org Cc: Rob Herring , Heiko Stuebner , Kishon Vijay Abraham I , Vinod Koul , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Tobias Schramm Subject: [PATCH 3/4] dt-bindings: usb: dwc2: add compatible for RK3308 USB controller Date: Fri, 14 May 2021 12:27:33 +0200 Message-Id: <20210514102734.2091238-4-t.schramm@manjaro.org> In-Reply-To: <20210514102734.2091238-1-t.schramm@manjaro.org> References: <20210514102734.2091238-1-t.schramm@manjaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The USB controller in the RK3308 is compatible with the RK3066 USB controller. This patch adds a compatible string for it. Signed-off-by: Tobias Schramm --- Documentation/devicetree/bindings/usb/dwc2.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/usb/dwc2.yaml b/Documentation/devicetree/bindings/usb/dwc2.yaml index e5ee51b7b470..10c7d9b6cc53 100644 --- a/Documentation/devicetree/bindings/usb/dwc2.yaml +++ b/Documentation/devicetree/bindings/usb/dwc2.yaml @@ -24,6 +24,7 @@ properties: - rockchip,rk3188-usb - rockchip,rk3228-usb - rockchip,rk3288-usb + - rockchip,rk3308-usb - rockchip,rk3328-usb - rockchip,rk3368-usb - rockchip,rv1108-usb -- 2.31.1