Commit 2dcd5b44 authored by Ryan Erickson's avatar Ryan Erickson Committed by Anas Nashif
Browse files

DTS: modem: HL7800: remove DTR binding



Remove the HL7800 DTR device tree binding because the
DTR IO is not needed for operation of the HL7800
modem.

Signed-off-by: default avatarRyan Erickson <ryan.erickson@lairdconnect.com>
parent 38c8d472
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -116,7 +116,6 @@
		mdm-wake-gpios = <&gpio1 13 0>;
		mdm-pwr-on-gpios = <&gpio1 2 0>;
		mdm-fast-shutd-gpios = <&gpio1 14 0>;
		mdm-uart-dtr-gpios = <&gpio0 24 0>;
		mdm-vgpio-gpios = <&gpio1 11 0>;
		mdm-uart-dsr-gpios = <&gpio0 25 0>;
		mdm-uart-cts-gpios = <&gpio0 15 0>;
+0 −4
Original line number Diff line number Diff line
@@ -30,10 +30,6 @@ properties:
        type: phandle-array
        required: true

    mdm-uart-dtr-gpios:
        type: phandle-array
        required: true

    mdm-vgpio-gpios:
        type: phandle-array
        required: true
+0 −1
Original line number Diff line number Diff line
@@ -13,7 +13,6 @@ test_hl7800: hl7800 {
	mdm-wake-gpios = <&test_gpio 0 0>;
	mdm-pwr-on-gpios = <&test_gpio 0 0>;
	mdm-fast-shutd-gpios = <&test_gpio 0 0>;
	mdm-uart-dtr-gpios = <&test_gpio 0 0>;
	mdm-uart-dsr-gpios = <&test_gpio 0 0>;
	mdm-uart-cts-gpios = <&test_gpio 0 0>;
	mdm-gpio6-gpios = <&test_gpio 0 0>;