arm64: dts: rockchip: Fix indentation of rk3399-android-next
authorHuang, Tao <huangtao@rock-chips.com>
Thu, 16 Feb 2017 02:08:29 +0000 (10:08 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Thu, 16 Feb 2017 02:08:29 +0000 (10:08 +0800)
Change-Id: I93cce96446bd89634eef21e1dae633734660c686
Signed-off-by: Huang, Tao <huangtao@rock-chips.com>
arch/arm64/boot/dts/rockchip/rk3399-android-next.dtsi

index 956c3c6a15e26c78fef4a107c0e622b4f36d3666..ecf3e93dd3c08a0f9d05b3836b60aab8c1f47da7 100644 (file)
                        rockchip,pins =
                                /*cif_clkout*/
                                <2 11 RK_FUNC_3 &pcfg_pull_none>;
-                       };
-
-                       isp_dvp_d0d7: isp-dvp-d0d7 {
-                               rockchip,pins =
-                                       /*cif_data0*/
-                                       <2 0 RK_FUNC_3 &pcfg_pull_none>,
-                                       /*cif_data1*/
-                                       <2 1 RK_FUNC_3 &pcfg_pull_none>,
-                                       /*cif_data2*/
-                                       <2 2 RK_FUNC_3 &pcfg_pull_none>,
-                                       /*cif_data3*/
-                                       <2 3 RK_FUNC_3 &pcfg_pull_none>,
-                                       /*cif_data4*/
-                                       <2 4 RK_FUNC_3 &pcfg_pull_none>,
-                                       /*cif_data5*/
-                                       <2 5 RK_FUNC_3 &pcfg_pull_none>,
-                                       /*cif_data6*/
-                                       <2 6 RK_FUNC_3 &pcfg_pull_none>,
-                                       /*cif_data7*/
-                                       <2 7 RK_FUNC_3 &pcfg_pull_none>,
-                                       /*cif_sync*/
-                                       <2 8 RK_FUNC_3 &pcfg_pull_none>,
-                                       /*cif_href*/
-                                       <2 9 RK_FUNC_3 &pcfg_pull_none>,
-                                       /*cif_clkin*/
-                                       <2 10 RK_FUNC_3 &pcfg_pull_none>;
-                       };
-
-                       isp_shutter: isp-shutter {
-                               rockchip,pins =
-                                       /*SHUTTEREN*/
-                                       <1 1 RK_FUNC_1 &pcfg_pull_none>,
-                                       /*SHUTTERTRIG*/
-                                       <1 0 RK_FUNC_1 &pcfg_pull_none>;
-                       };
-
-                       isp_flash_trigger: isp-flash-trigger {
-                               /*ISP_FLASHTRIGOU*/
-                               rockchip,pins = <1 3 RK_FUNC_1 &pcfg_pull_none>;
-                       };
-
-                       isp_prelight: isp-prelight {
-                               /*ISP_PRELIGHTTRIG*/
-                               rockchip,pins = <1 4 RK_FUNC_1 &pcfg_pull_none>;
-                       };
-
-                       isp_flash_trigger_as_gpio: isp_flash_trigger_as_gpio {
-                               /*ISP_FLASHTRIGOU*/
-                               rockchip,pins =
-                                       <0 17 RK_FUNC_GPIO &pcfg_pull_none>;
-                       };
                };
+
+               isp_dvp_d0d7: isp-dvp-d0d7 {
+                       rockchip,pins =
+                               /*cif_data0*/
+                               <2 0 RK_FUNC_3 &pcfg_pull_none>,
+                               /*cif_data1*/
+                               <2 1 RK_FUNC_3 &pcfg_pull_none>,
+                               /*cif_data2*/
+                               <2 2 RK_FUNC_3 &pcfg_pull_none>,
+                               /*cif_data3*/
+                               <2 3 RK_FUNC_3 &pcfg_pull_none>,
+                               /*cif_data4*/
+                               <2 4 RK_FUNC_3 &pcfg_pull_none>,
+                               /*cif_data5*/
+                               <2 5 RK_FUNC_3 &pcfg_pull_none>,
+                               /*cif_data6*/
+                               <2 6 RK_FUNC_3 &pcfg_pull_none>,
+                               /*cif_data7*/
+                               <2 7 RK_FUNC_3 &pcfg_pull_none>,
+                               /*cif_sync*/
+                               <2 8 RK_FUNC_3 &pcfg_pull_none>,
+                               /*cif_href*/
+                               <2 9 RK_FUNC_3 &pcfg_pull_none>,
+                               /*cif_clkin*/
+                               <2 10 RK_FUNC_3 &pcfg_pull_none>;
+               };
+
+               isp_shutter: isp-shutter {
+                       rockchip,pins =
+                               /*SHUTTEREN*/
+                               <1 1 RK_FUNC_1 &pcfg_pull_none>,
+                               /*SHUTTERTRIG*/
+                               <1 0 RK_FUNC_1 &pcfg_pull_none>;
+               };
+
+               isp_flash_trigger: isp-flash-trigger {
+                       /*ISP_FLASHTRIGOU*/
+                       rockchip,pins = <1 3 RK_FUNC_1 &pcfg_pull_none>;
+               };
+
+               isp_prelight: isp-prelight {
+                       /*ISP_PRELIGHTTRIG*/
+                       rockchip,pins = <1 4 RK_FUNC_1 &pcfg_pull_none>;
+               };
+
+               isp_flash_trigger_as_gpio: isp_flash_trigger_as_gpio {
+                       /*ISP_FLASHTRIGOU*/
+                       rockchip,pins =
+                               <0 17 RK_FUNC_GPIO &pcfg_pull_none>;
+               };
+       };
 };