Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp2367108pxb; Fri, 5 Feb 2021 16:36:08 -0800 (PST) X-Google-Smtp-Source: ABdhPJzFFykCsOvc9WJQnt8HuVVDWWN8DrR5uPlJ7Uh50QLOjZZHLQASDOCHi3mft61ohVtTSXvH X-Received: by 2002:a17:906:c0cd:: with SMTP id bn13mr6231740ejb.368.1612571768387; Fri, 05 Feb 2021 16:36:08 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1612571768; cv=none; d=google.com; s=arc-20160816; b=e1oGW1TYInOmaVyX8CEGdvFIPbVnn0ETtWwnA+3boEKbN0IwP76o6zaSo+xpi48t7B 43/fnSm66L7K/zwWDRk3DlBOyhy4Jl25qL0+GktCBVNiS/vZMED6QESVrdTToFeDflg7 0i2ollIt1Q6ZtFDodxwbS9y2Y3BN5p+509u3EWtQA6gj+jM1Fc7mft78FPvqaHWOop5t JpZ4vV8v3guiPju1ZZyL7eZY7T0vFeTlUfngR6jHT9BAPFX1l8Ky7aVh1GUDK+w+KU5/ PIDog41ueqRGdH616npJGdi+n3wLvtuCWomhQtrmsaeoHsb6xBE3ydIggeaWt3ZBb8ZV W/cg== 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=xuW4pn/LzkqO7VPlzaDigSzXZKvVtR5HoY11mxRgmdE=; b=LroUZ5+LpeNfuYB9ADA9J1tGOqCiLCRZ8hkK7/dS9fsemzUbhY+P4ftWlv8R3jcP3u LHi66ZtQt/Ksr9d7SBI+pm/+wH6U5uEWAg6ooBuKMgg9c1+g4ZCzEOeESCrFFTmqdsT0 hQ+1FTYmOX45gRkd7ANqtO2ONi1ym0BuardsBv4R6TjgYxDr/upp+wy6chEpJDVkRxPA GgB86HZ0v57WTlHlzio0lQNE6Sfn0ENbR0/DTE8IeJbjLyq3ZYcKmPmebTFG7EFOUcpK QdwRe7QpQBfD+lrRYUd7uVpoWYPz+LFXUc0ouhYCQ2+eJxnGVvbyKydFqJADfxGC+sGH e0Yw== 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 z3si6416599edp.327.2021.02.05.16.35.44; Fri, 05 Feb 2021 16:36:08 -0800 (PST) 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 S229629AbhBFAcs (ORCPT + 99 others); Fri, 5 Feb 2021 19:32:48 -0500 Received: from gloria.sntech.de ([185.11.138.130]:42274 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231838AbhBELFv (ORCPT ); Fri, 5 Feb 2021 06:05:51 -0500 Received: from ip5f5aa64a.dynamic.kabel-deutschland.de ([95.90.166.74] helo=phil.lan) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l7yvB-0001Ja-NS; Fri, 05 Feb 2021 12:05:05 +0100 From: Heiko Stuebner To: heiko@sntech.de Cc: mturquette@baylibre.com, sboyd@kernel.org, robh+dt@kernel.org, linux-clk@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Heiko Stuebner Subject: [PATCH 3/5] clk: rockchip: add clock id for SCLK_VIP_OUT on rk3368 Date: Fri, 5 Feb 2021 12:05:00 +0100 Message-Id: <20210205110502.1850669-3-heiko@sntech.de> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210205110502.1850669-1-heiko@sntech.de> References: <20210205110502.1850669-1-heiko@sntech.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Heiko Stuebner Needed to provide clocks for cameras. Signed-off-by: Heiko Stuebner --- include/dt-bindings/clock/rk3368-cru.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/dt-bindings/clock/rk3368-cru.h b/include/dt-bindings/clock/rk3368-cru.h index f89683295935..83c72a163fd3 100644 --- a/include/dt-bindings/clock/rk3368-cru.h +++ b/include/dt-bindings/clock/rk3368-cru.h @@ -78,6 +78,7 @@ #define SCLK_TIMER13 136 #define SCLK_TIMER14 137 #define SCLK_TIMER15 138 +#define SCLK_VIP_OUT 139 #define DCLK_VOP 190 #define MCLK_CRYPTO 191 -- 2.29.2