File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
arch/arm64/boot/dts/apple Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 7
7
* Copyright The Asahi Linux Contributors
8
8
*/
9
9
10
+ #include <dt-bindings/gpio/gpio.h>
10
11
#include <dt-bindings/interrupt-controller/apple-aic.h>
11
12
#include <dt-bindings/interrupt-controller/irq.h>
12
13
#include <dt-bindings/pinctrl/apple.h>
281
282
port00: pci@0,0 {
282
283
device_type = "pci";
283
284
reg = <0x0 0x0 0x0 0x0 0x0>;
284
- reset-gpios = <&pinctrl_ap 152 0 >;
285
+ reset-gpios = <&pinctrl_ap 152 GPIO_ACTIVE_LOW >;
285
286
max-link-speed = <2>;
286
287
287
288
#address-cells = <3>;
301
302
port01: pci@1,0 {
302
303
device_type = "pci";
303
304
reg = <0x800 0x0 0x0 0x0 0x0>;
304
- reset-gpios = <&pinctrl_ap 153 0 >;
305
+ reset-gpios = <&pinctrl_ap 153 GPIO_ACTIVE_LOW >;
305
306
max-link-speed = <2>;
306
307
307
308
#address-cells = <3>;
321
322
port02: pci@2,0 {
322
323
device_type = "pci";
323
324
reg = <0x1000 0x0 0x0 0x0 0x0>;
324
- reset-gpios = <&pinctrl_ap 33 0 >;
325
+ reset-gpios = <&pinctrl_ap 33 GPIO_ACTIVE_LOW >;
325
326
max-link-speed = <1>;
326
327
327
328
#address-cells = <3>;
You can’t perform that action at this time.
0 commit comments