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: Ryan Erickson <ryan.erickson@lairdconnect.com>
This commit is contained in:
parent
38c8d4729f
commit
2dcd5b44e1
|
@ -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>;
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>;
|
||||
|
|
Loading…
Reference in a new issue