arm64: dts: rockchip: rename mipi to dsi for rk3399
[firefly-linux-kernel-4.4.55.git] / arch / arm64 / boot / dts / rockchip / rk3399-evb-rev1-android.dts
index 087042474103a6ff57f33112c1efbec13e860726..0a042206b74dfa4d646dbf1312eec476a3919f16 100644 (file)
        rockchip,pwm_voltage = <900000>;
 };
 
-&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>;
@@ -94,6 +95,6 @@
        };
 };
 
-&route_mipi {
+&route_dsi {
        status = "okay";
 };