Skip to content

Commit d51a30b

Browse files
AMuszkatpopcornmix
authored andcommitted
overlays: merus-amp: Set GPIO 8 as input np
Set GPIO 8 as input np for proper msel configuration at boot up.
1 parent d07f61e commit d51a30b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

arch/arm/boot/dts/overlays/merus-amp-overlay.dts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#include <dt-bindings/pinctrl/bcm2835.h>
66
#include <dt-bindings/gpio/gpio.h>
77

8-
98
/ {
109
compatible = "brcm,bcm2835";
1110

@@ -20,9 +19,9 @@
2019
target = <&gpio>;
2120
__overlay__ {
2221
merus_amp_pins: merus_amp_pins {
23-
brcm,pins = <23>;
24-
brcm,function = <0>; /* in */
25-
brcm,pull = <2>; /* up */
22+
brcm,pins = <23 8>;
23+
brcm,function = <0 0>;
24+
brcm,pull = <2 0>;
2625
};
2726
};
2827
};

0 commit comments

Comments
 (0)