ARM64: dts: rk3366: add mipi dsi node
authorXubilv <xbl@rock-chips.com>
Mon, 1 Feb 2016 02:36:48 +0000 (10:36 +0800)
committerXubilv <xbl@rock-chips.com>
Mon, 1 Feb 2016 08:01:43 +0000 (16:01 +0800)
Change-Id: I3401a98eb5b0c527f25e2a937d59738b1388c025
Signed-off-by: Xubilv <xbl@rock-chips.com>
arch/arm64/boot/dts/rockchip/rk3366.dtsi

index 5cbbec20d0ea082a62b477e4f55556f261fb3392..a315e104f5ed317016b3174ab97006540fe75ec5 100644 (file)
                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 = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>;
+               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>;