mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-17 20:54:10 +00:00
ARM: dts: bcm2711-rpi-400: Fix GPIO line names
commitb9b6d4c925
upstream. The GPIO expander line names has been fixed in the vendor tree last year, so upstream these changes. Fixes:1c701accec
("ARM: dts: Add Raspberry Pi 400 support") Reported-by: Ivan T. Ivanov <iivanov@suse.de> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
cf12ea780a
commit
4b30de03ff
1 changed files with 3 additions and 3 deletions
|
@ -28,12 +28,12 @@
|
||||||
&expgpio {
|
&expgpio {
|
||||||
gpio-line-names = "BT_ON",
|
gpio-line-names = "BT_ON",
|
||||||
"WL_ON",
|
"WL_ON",
|
||||||
"",
|
"PWR_LED_OFF",
|
||||||
"GLOBAL_RESET",
|
"GLOBAL_RESET",
|
||||||
"VDD_SD_IO_SEL",
|
"VDD_SD_IO_SEL",
|
||||||
"CAM_GPIO",
|
"GLOBAL_SHUTDOWN",
|
||||||
"SD_PWR_ON",
|
"SD_PWR_ON",
|
||||||
"SD_OC_N";
|
"SHUTDOWN_REQUEST";
|
||||||
};
|
};
|
||||||
|
|
||||||
&genet_mdio {
|
&genet_mdio {
|
||||||
|
|
Loading…
Add table
Reference in a new issue