Documentation: bindings: add otg-vbus-gpios property for Rockchip USB2PHY
[firefly-linux-kernel-4.4.55.git] / arch / arm64 / boot / dts / rockchip / rk3399-evb-rev3-android-edp.dts
index fb31e5aaef35557e9337f761c33a8b5b5fafe252..a8e053ace7570356753667cfddefb08c14ed0c4e 100644 (file)
        compatible = "rockchip,android", "rockchip,rk3399-evb-rev3", "rockchip,rk3399";
 };
 
-&vdd_center {
-       rockchip,pwm_id= <3>;
-       rockchip,pwm_voltage = <900000>;
-};
-
 &rk_screen {
        #include <dt-bindings/display/screen-timing/lcd-F402.dtsi>
 };
 &spdif_sound {
        status = "okay";
 };
+
+&gt9xx {
+       status = "disabled";
+};
+
+&i2c4 {
+       gsl3673: gsl3673@40 {
+               compatible = "GSL,GSL3673";
+               reg = <0x40>;
+               screen_max_x = <1536>;
+               screen_max_y = <2048>;
+               irq_gpio_number = <&gpio1 20 IRQ_TYPE_LEVEL_LOW>;
+               rst_gpio_number = <&gpio4 22 GPIO_ACTIVE_HIGH>;
+       };
+};