arm64: dts: rockchip: rename mipi to dsi for rk3399
[firefly-linux-kernel-4.4.55.git] / arch / arm64 / boot / dts / rockchip / rk3399-evb-rev3-android.dts
index 6106b9dda0671a9636b878f098cd8730eadf3e54..f08960133ff5a74015c5fa78b464104f62d674ad 100644 (file)
        compatible = "rockchip,android", "rockchip,rk3399-evb-rev3", "rockchip,rk3399";
 };
 
-&mipi_dsi {
+&dsi {
        status = "okay";
-       panel {
+
+       panel@0 {
                compatible ="simple-panel-dsi";
                reg = <0>;
                backlight = <&backlight>;
                enable-gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;
-               dsi,flags = <(MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_BURST |
-                               MIPI_DSI_MODE_VIDEO_SYNC_PULSE)>;
+
+               dsi,flags = <(MIPI_DSI_MODE_VIDEO | MIPI_DSI_MODE_VIDEO_BURST)>;
                dsi,format = <MIPI_DSI_FMT_RGB888>;
                dsi,lanes = <4>;
-               status = "okay";
 
                display-timings {
                        native-mode = <&timing0>;
+
                        timing0: timing0 {
                                clock-frequency = <160000000>;
                                hactive = <1200>;
@@ -89,6 +90,6 @@
        status = "okay";
 };
 
-&route_mipi {
+&route_dsi {
        status = "okay";
 };