Skip to content

Commit 2dcd5b4

Browse files
rerickson1nashif
authored andcommitted
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 <[email protected]>
1 parent 38c8d47 commit 2dcd5b4

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

boards/arm/pinnacle_100_dvk/pinnacle_100_dvk.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@
116116
mdm-wake-gpios = <&gpio1 13 0>;
117117
mdm-pwr-on-gpios = <&gpio1 2 0>;
118118
mdm-fast-shutd-gpios = <&gpio1 14 0>;
119-
mdm-uart-dtr-gpios = <&gpio0 24 0>;
120119
mdm-vgpio-gpios = <&gpio1 11 0>;
121120
mdm-uart-dsr-gpios = <&gpio0 25 0>;
122121
mdm-uart-cts-gpios = <&gpio0 15 0>;

dts/bindings/modem/swir,hl7800.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ properties:
3030
type: phandle-array
3131
required: true
3232

33-
mdm-uart-dtr-gpios:
34-
type: phandle-array
35-
required: true
36-
3733
mdm-vgpio-gpios:
3834
type: phandle-array
3935
required: true

tests/drivers/build_all/modem/uart.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ test_hl7800: hl7800 {
1313
mdm-wake-gpios = <&test_gpio 0 0>;
1414
mdm-pwr-on-gpios = <&test_gpio 0 0>;
1515
mdm-fast-shutd-gpios = <&test_gpio 0 0>;
16-
mdm-uart-dtr-gpios = <&test_gpio 0 0>;
1716
mdm-uart-dsr-gpios = <&test_gpio 0 0>;
1817
mdm-uart-cts-gpios = <&test_gpio 0 0>;
1918
mdm-gpio6-gpios = <&test_gpio 0 0>;

0 commit comments

Comments
 (0)