diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi index e3b526f03339..b37d1954d27c 100644 --- a/arch/arm/boot/dts/rk3288.dtsi +++ b/arch/arm/boot/dts/rk3288.dtsi @@ -1452,6 +1452,15 @@ dsi1_in_vopl: endpoint@1 { }; }; + mipi_phy_tx1rx1: mipi-phy-tx1rx1@ff968000 { + compatible = "rockchip,rk3288-mipi-dphy"; + reg = <0x0 0xff968000 0x0 0x4000>; + rockchip,grf = <&grf>; + clocks = <&cru SCLK_MIPIDSI_24M>, <&cru PCLK_MIPI_CSI>; + clock-names = "dphy-ref", "pclk"; + status = "disabled"; + }; + edp: dp@ff970000 { compatible = "rockchip,rk3288-dp"; reg = <0x0 0xff970000 0x0 0x4000>;