Skip to content

Commit acfadb2

Browse files
committed
ARM: dts: sc598: Correct GPIO polarity
- Remove unnecessary tilde prefix in GPIO name Fixes: ca4ae32 ("board: adi: Add support for SC598") Signed-off-by: Philip Molloy <[email protected]>
1 parent d073662 commit acfadb2

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

arch/arm/dts/sc598-som-ezkit.dts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,33 +22,33 @@
2222

2323
eeprom {
2424
gpio-hog;
25-
gpios = <0 GPIO_ACTIVE_HIGH>;
26-
output-low;
25+
gpios = <0 GPIO_ACTIVE_LOW>;
26+
output-high;
2727
line-name = "eeprom-en";
2828
bootph-pre-ram;
2929
};
3030

3131
pushbutton {
3232
gpio-hog;
33-
gpios = <1 GPIO_ACTIVE_HIGH>;
34-
output-low;
33+
gpios = <1 GPIO_ACTIVE_LOW>;
34+
output-high;
3535
line-name = "pushbutton-en";
3636
bootph-pre-ram;
3737
};
3838

3939
microsd {
4040
gpio-hog;
41-
gpios = <2 GPIO_ACTIVE_HIGH>;
42-
output-high;
43-
line-name = "~microsd-spi";
41+
gpios = <2 GPIO_ACTIVE_LOW>;
42+
output-low;
43+
line-name = "microsd-spi";
4444
bootph-pre-ram;
4545
};
4646

4747
ftdi {
4848
gpio-hog;
49-
gpios = <3 GPIO_ACTIVE_HIGH>;
50-
output-low;
51-
line-name = "~ftdi-usb-en";
49+
gpios = <3 GPIO_ACTIVE_LOW>;
50+
output-high;
51+
line-name = "ftdi-usb-en";
5252
bootph-pre-ram;
5353
};
5454

@@ -78,7 +78,7 @@
7878

7979
octal {
8080
gpio-hog;
81-
gpios = <8 GPIO_ACTIVE_HIGH>;
81+
gpios = <8 GPIO_ACTIVE_LOW>;
8282
output-low;
8383
line-name = "octal-spi-cs-en";
8484
bootph-pre-ram;

0 commit comments

Comments
 (0)