mirror of
https://github.com/torvalds/linux.git
synced 2026-07-30 19:21:28 +02:00
riscv: dts: microchip: add gpio line names on beaglev-fire
GPIO controller 2 has the gpio-line-names property, but the two other controllers do not. Add the property for these controllers too. Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
This commit is contained in:
parent
11cec5d0f5
commit
bba7498491
|
|
@ -95,6 +95,8 @@ &gpio0 {
|
|||
<21>, <22>, <23>, <24>,
|
||||
<25>, <26>;
|
||||
ngpios = <14>;
|
||||
gpio-line-names = "", "", "", "", "", "", "",
|
||||
"", "", "", "", "", "SD_CARD_CS", "USER_BUTTON";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
@ -106,6 +108,9 @@ &gpio1 {
|
|||
<43>, <44>, <45>, <46>,
|
||||
<47>, <48>, <49>, <50>;
|
||||
ngpios = <24>;
|
||||
gpio-line-names = "", "", "", "", "", "", "", "", "", "",
|
||||
"", "", "", "", "", "", "", "", "", "",
|
||||
"ADC_IRQn", "", "", "USB_OCn";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user