arm64: dts: rockchip: move vibrator node to properly position on rk3399 tablet product

Change-Id: I352ae9e429de997cf9300f14320a363d93ce57b1
Signed-off-by: jerry.zhang <jerry.zhang@rock-chips.com>
This commit is contained in:
jerry.zhang
2016-09-12 18:10:17 +08:00
committed by Huang, Tao
parent 668cbe2f66
commit 8cbb943c4c

View File

@@ -236,6 +236,12 @@
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 {
@@ -271,12 +277,6 @@
opp-microvolt = <900000>;
opp-suspend;
};
vibrator {
compatible = "rk-vibrator-gpio";
vibrator-gpio = <&gpio4 30 GPIO_ACTIVE_LOW>;
status = "okay";
};
};
&cluster0_opp {