45 lines
1.3 KiB
Diff
45 lines
1.3 KiB
Diff
From f1400702ad56be7f01119c8ef7ef19a3a32b4ea0 Mon Sep 17 00:00:00 2001
|
|
From: Heiko Stuebner <heiko.stuebner@theobroma-systems.com>
|
|
Date: Wed, 10 Feb 2021 12:10:19 +0100
|
|
Subject: [PATCH 027/478] arm64: dts: rockchip: add cif clk-control pinctrl for
|
|
rk3399
|
|
|
|
This enables variant a of the clkout signal for camera applications
|
|
and also the cifclkin pinctrl setting.
|
|
|
|
Signed-off-by: Heiko Stuebner <heiko.stuebner@theobroma-systems.com>
|
|
Tested-by: Sebastian Fricke <sebastian.fricke@posteo.net>
|
|
Acked-by: Helen Koike <helen.koike@collabora.com>
|
|
Link: https://lore.kernel.org/r/20210210111020.2476369-6-heiko@sntech.de
|
|
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
|
|
---
|
|
arch/arm64/boot/dts/rockchip/rk3399.dtsi | 12 ++++++++++++
|
|
1 file changed, 12 insertions(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
|
|
index 8d68775365a3..493042bc20c0 100644
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi
|
|
@@ -2107,6 +2107,18 @@ clk_32k: clk-32k {
|
|
};
|
|
};
|
|
|
|
+ cif {
|
|
+ cif_clkin: cif-clkin {
|
|
+ rockchip,pins =
|
|
+ <2 RK_PB2 3 &pcfg_pull_none>;
|
|
+ };
|
|
+
|
|
+ cif_clkouta: cif-clkouta {
|
|
+ rockchip,pins =
|
|
+ <2 RK_PB3 3 &pcfg_pull_none>;
|
|
+ };
|
|
+ };
|
|
+
|
|
edp {
|
|
edp_hpd: edp-hpd {
|
|
rockchip,pins =
|
|
--
|
|
2.35.3
|
|
|