Skip to content

Commit d632b1c

Browse files
CkovMkkartben
authored andcommitted
dts: nxp_mimx93_a55: make gpio disabled by default
GPIO should be enabled in boards. Disable them by default. Signed-off-by: Chekhov Ma <[email protected]>
1 parent 6b615d3 commit d632b1c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dts/arm64/nxp/nxp_mimx93_a55.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
<GIC_SPI 11 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
9191
gpio-controller;
9292
#gpio-cells = <2>;
93+
status = "disabled";
9394
};
9495

9596
gpio2: gpio@43810000 {
@@ -100,6 +101,7 @@
100101
<GIC_SPI 58 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
101102
gpio-controller;
102103
#gpio-cells = <2>;
104+
status = "disabled";
103105
};
104106

105107
gpio3: gpio@43820000 {
@@ -110,6 +112,7 @@
110112
<GIC_SPI 60 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
111113
gpio-controller;
112114
#gpio-cells = <2>;
115+
status = "disabled";
113116
};
114117

115118
gpio4: gpio@43830000 {
@@ -120,6 +123,7 @@
120123
<GIC_SPI 190 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
121124
gpio-controller;
122125
#gpio-cells = <2>;
126+
status = "disabled";
123127
};
124128

125129
lpuart1: serial@44380000 {

0 commit comments

Comments
 (0)