summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConor Dooley <conor.dooley@microchip.com>2026-03-05 13:31:05 +0300
committerConor Dooley <conor.dooley@microchip.com>2026-05-05 12:44:27 +0300
commitbba7498491dfab3ee68ab4ce6c615e5d70cfccba (patch)
treedc256520c08282a8f4b82c4893e1277006123c16
parent11cec5d0f596d52f0d3d81851649281318f4b52a (diff)
downloadlinux-bba7498491dfab3ee68ab4ce6c615e5d70cfccba.tar.xz
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>
-rw-r--r--arch/riscv/boot/dts/microchip/mpfs-beaglev-fire.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/riscv/boot/dts/microchip/mpfs-beaglev-fire.dts b/arch/riscv/boot/dts/microchip/mpfs-beaglev-fire.dts
index c79dc49c1ce0..7bbd400b7103 100644
--- a/arch/riscv/boot/dts/microchip/mpfs-beaglev-fire.dts
+++ b/arch/riscv/boot/dts/microchip/mpfs-beaglev-fire.dts
@@ -95,6 +95,8 @@
<21>, <22>, <23>, <24>,
<25>, <26>;
ngpios = <14>;
+ gpio-line-names = "", "", "", "", "", "", "",
+ "", "", "", "", "", "SD_CARD_CS", "USER_BUTTON";
status = "okay";
};
@@ -106,6 +108,9 @@
<43>, <44>, <45>, <46>,
<47>, <48>, <49>, <50>;
ngpios = <24>;
+ gpio-line-names = "", "", "", "", "", "", "", "", "", "",
+ "", "", "", "", "", "", "", "", "", "",
+ "ADC_IRQn", "", "", "USB_OCn";
status = "okay";
};