You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
886 B
Diff
32 lines
886 B
Diff
From 0b2a75cd64db0121c023de5ffa6b135b4f5a4a3e Mon Sep 17 00:00:00 2001
|
|
From: Robert Nelson <robertcnelson@gmail.com>
|
|
Date: Tue, 10 Oct 2023 10:34:52 -0500
|
|
Subject: [PATCH 12/12] mpfs-beaglev-fire: add uart/i2c symlinks, fix old merge
|
|
|
|
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
|
|
---
|
|
arch/riscv/boot/dts/microchip/mpfs-beaglev-fire.dts | 10 ++++++++++
|
|
1 file changed, 10 insertions(+)
|
|
|
|
diff --git a/arch/riscv/boot/dts/microchip/mpfs-beaglev-fire.dts b/arch/riscv/boot/dts/microchip/mpfs-beaglev-fire.dts
|
|
index b4f1090f9664..962d39a46050 100644
|
|
--- a/arch/riscv/boot/dts/microchip/mpfs-beaglev-fire.dts
|
|
+++ b/arch/riscv/boot/dts/microchip/mpfs-beaglev-fire.dts
|
|
@@ -378,3 +378,13 @@ &usb {
|
|
status = "okay";
|
|
dr_mode = "otg";
|
|
};
|
|
+
|
|
+// UARTs
|
|
+bone_uart_4: &mmuart4 {
|
|
+ symlink = "bone/uart/4";
|
|
+};
|
|
+
|
|
+// I2Cs
|
|
+bone_i2c_2: &i2c0 {
|
|
+ symlink = "bone/i2c/2";
|
|
+};
|
|
--
|
|
2.39.2
|
|
|