[PATCH RFC 01/11] arm64: dts: rockchip: add csi-dphy to px30

Heiko Stuebner heiko at sntech.de
Fri Jan 8 14:33:01 EST 2021


From: Heiko Stuebner <heiko.stuebner at theobroma-systems.com>

Signed-off-by: Heiko Stuebner <heiko.stuebner at theobroma-systems.com>
---
 arch/arm64/boot/dts/rockchip/px30.dtsi | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/arch/arm64/boot/dts/rockchip/px30.dtsi b/arch/arm64/boot/dts/rockchip/px30.dtsi
index f4dfcb01e3d9..52bc54416657 100644
--- a/arch/arm64/boot/dts/rockchip/px30.dtsi
+++ b/arch/arm64/boot/dts/rockchip/px30.dtsi
@@ -863,6 +863,19 @@ dsi_dphy: phy at ff2e0000 {
 		status = "disabled";
 	};
 
+	csi_dphy: phy at ff2f0000 {
+		compatible = "rockchip,px30-mipi-dphy";
+		reg = <0x0 0xff2f0000 0x0 0x4000>;
+		clocks = <&cru PCLK_MIPICSIPHY>;
+		clock-names = "pclk";
+		#phy-cells = <0>;
+		power-domains = <&power PX30_PD_VI>;
+		resets = <&cru SRST_MIPICSIPHY_P>;
+		reset-names = "apb";
+		rockchip,grf = <&grf>;
+		status = "disabled";
+	};
+
 	usb20_otg: usb at ff300000 {
 		compatible = "rockchip,px30-usb", "rockchip,rk3066-usb",
 			     "snps,dwc2";
-- 
2.29.2




More information about the Linux-rockchip mailing list