ipq40xx: ZTE MF287 series: move to gpio-export for modem-reset GPIO
[openwrt/openwrt.git] / target / linux / ipq40xx / files / arch / arm / boot / dts / qcom-ipq4018-mf287pro.dts
index 0af7b0426b371b5e7d064a93e433adfd59c82fab..4fd44989c5eddca68992160dfc5ffd6b3b27207d 100644 (file)
@@ -9,17 +9,6 @@
        model = "ZTE MF287Pro";
        compatible = "zte,mf287pro";
 
-       gpio_export {
-               compatible = "gpio-export";
-               #size-cells = <0>;
-
-               modem {
-                       gpio-export,name = "modem-reset";
-                       gpio-export,output = <0>;
-                       gpios = <&tlmm 8 GPIO_ACTIVE_HIGH>;
-               };
-       };
-
        regulator-usb-vbus {
                compatible = "regulator-fixed";
                regulator-name = "USB_VBUS";
        };
 };
 
+&gpio_modem_reset {
+       gpios = <&tlmm 8 GPIO_ACTIVE_HIGH>;
+};
+
 &key_reset {
        gpios = <&tlmm 18 GPIO_ACTIVE_LOW>;
 };