arm64: dts: rockchip: move vibrator node to properly position on rk3399 tablet product
authorjerry.zhang <jerry.zhang@rock-chips.com>
Mon, 12 Sep 2016 10:10:17 +0000 (18:10 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Mon, 12 Sep 2016 11:07:12 +0000 (19:07 +0800)
Change-Id: I352ae9e429de997cf9300f14320a363d93ce57b1
Signed-off-by: jerry.zhang <jerry.zhang@rock-chips.com>
arch/arm64/boot/dts/rockchip/rk3399-mid-818-android.dts

index 775403f7e43726dccf011b8b8934c12997761540..45b63e784d06fc6e7c07a4643ed50025ff17aab3 100644 (file)
                rockchip,uboot-charge-on = <0>;
                rockchip,android-charge-on = <1>;
        };
+
+       vibrator {
+               compatible = "rk-vibrator-gpio";
+               vibrator-gpio = <&gpio4 30 GPIO_ACTIVE_LOW>;
+               status = "okay";
+       };
 };
 
 &dfi {
                opp-microvolt = <900000>;
                opp-suspend;
        };
-
-       vibrator {
-               compatible = "rk-vibrator-gpio";
-               vibrator-gpio = <&gpio4 30 GPIO_ACTIVE_LOW>;
-               status = "okay";
-       };
 };
 
 &cluster0_opp {