From debb2d340f7a5a5502bc5d1a5da23545be3d912d Mon Sep 17 00:00:00 2001 From: Xubilv Date: Mon, 1 Feb 2016 10:36:48 +0800 Subject: [PATCH] ARM64: dts: rk3366: add mipi dsi node Change-Id: I3401a98eb5b0c527f25e2a937d59738b1388c025 Signed-off-by: Xubilv --- arch/arm64/boot/dts/rockchip/rk3366.dtsi | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3366.dtsi b/arch/arm64/boot/dts/rockchip/rk3366.dtsi index 5cbbec20d0ea..a315e104f5ed 100644 --- a/arch/arm64/boot/dts/rockchip/rk3366.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3366.dtsi @@ -391,6 +391,17 @@ reg = <0x0 0xff770000 0x0 0x1000>; }; + dsihost0: mipi@ff960000 { + compatible = "rockchip,rk3368-dsi"; + rockchip,prop = <0>; + reg = <0x0 0xff960000 0x0 0x4000>, <0x0 0xff968000 0x0 0x4000>; + reg-names = "mipi_dsi_host" ,"mipi_dsi_phy"; + interrupts = ; + clocks = <&cru SCLK_MIPIDSI_24M>, <&cru PCLK_DPHYTX>, <&cru PCLK_MIPI_DSI0>; + clock-names = "clk_mipi_24m", "pclk_mipi_dsi", "pclk_mipi_dsi_host"; + status = "disabled"; + }; + pinctrl: pinctrl { compatible = "rockchip,rk3366-pinctrl"; rockchip,grf = <&grf>; -- 2.34.1