arm64: dts: rockchip: add csi dphy node to rk356x
authorMichael Riesch <michael.riesch@wolfvision.net>
Wed, 20 Jul 2022 09:15:27 +0000 (11:15 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Sun, 4 Sep 2022 16:10:24 +0000 (18:10 +0200)
Add the MIPI CSI DPHY node to the RK356x device tree.

Signed-off-by: Michael Riesch <michael.riesch@wolfvision.net>
Link: https://lore.kernel.org/r/20220720091527.1270365-4-michael.riesch@wolfvision.net
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk356x.dtsi

index 319981c3e9f72a12c73a4784c122a24afe1b5263..c66b60302803b54bb5671af8ca9ac2418d9bf7fe 100644 (file)
                status = "disabled";
        };
 
+       csi_dphy: phy@fe870000 {
+               compatible = "rockchip,rk3568-csi-dphy";
+               reg = <0x0 0xfe870000 0x0 0x10000>;
+               clocks = <&cru PCLK_MIPICSIPHY>;
+               clock-names = "pclk";
+               #phy-cells = <0>;
+               resets = <&cru SRST_P_MIPICSIPHY>;
+               reset-names = "apb";
+               rockchip,grf = <&grf>;
+               status = "disabled";
+       };
+
        usb2phy0: usb2phy@fe8a0000 {
                compatible = "rockchip,rk3568-usb2phy";
                reg = <0x0 0xfe8a0000 0x0 0x10000>;