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.
BeagleV-Fire-ubuntu/patches/linux/0013-riscv-dts-microchip-re...

110 lines
2.1 KiB
Diff

From 8f80b9238215d56fa031d559ca70b68df1f09b3b Mon Sep 17 00:00:00 2001
From: Lars Randers <lranders@mail.dk>
Date: Wed, 23 Jul 2025 10:52:55 +0000
Subject: [PATCH] riscv: dts: microchip: remove qspi node specifics
- Will be brought in via overlay
Signed-off-by: Lars Randers <lranders@mail.dk>
---
.../boot/dts/microchip/mpfs-beaglev-fire.dts | 76 -------------------
1 file changed, 76 deletions(-)
diff --git a/arch/riscv/boot/dts/microchip/mpfs-beaglev-fire.dts b/arch/riscv/boot/dts/microchip/mpfs-beaglev-fire.dts
index e80c6d8c7..99a8d353f 100644
--- a/arch/riscv/boot/dts/microchip/mpfs-beaglev-fire.dts
+++ b/arch/riscv/boot/dts/microchip/mpfs-beaglev-fire.dts
@@ -31,7 +31,6 @@ aliases {
serial3 = &mmuart3;
serial4 = &mmuart4;
mmc0 = &mmc;
- mmc1 = &sdmmc;
};
chosen {
@@ -272,81 +271,6 @@ &gpio1 {
status = "okay";
};
-&qspi {
- status = "okay";
- cs-gpios = <&gpio1 17 GPIO_ACTIVE_LOW>, <&gpio0 12 GPIO_ACTIVE_LOW>;
- num-cs = <2>;
-
- adc@0 {
- compatible = "microchip,mcp3464r";
- reg = <0>; /* CE0 */
- spi-cpol;
- spi-cpha;
- spi-max-frequency = <5000000>;
- microchip,hw-device-address = <1>;
- #address-cells = <1>;
- #size-cells = <0>;
- status = "okay";
-
- channel@0 {
- /* CH0 to AGND */
- reg = <0>;
- label = "CH0";
- };
-
- channel@1 {
- /* CH1 to AGND */
- reg = <1>;
- label = "CH1";
- };
-
- channel@2 {
- /* CH2 to AGND */
- reg = <2>;
- label = "CH2";
- };
-
- channel@3 {
- /* CH3 to AGND */
- reg = <3>;
- label = "CH3";
- };
-
- channel@4 {
- /* CH4 to AGND */
- reg = <4>;
- label = "CH4";
- };
-
- channel@5 {
- /* CH5 to AGND */
- reg = <5>;
- label = "CH5";
- };
-
- channel@6 {
- /* CH6 to AGND */
- reg = <6>;
- label = "CH6";
- };
-
- channel@7 {
- /* CH7 is connected to AGND */
- reg = <7>;
- label = "CH7";
- };
- };
-
- sdmmc: mmc@1 {
- compatible = "mmc-spi-slot";
- reg = <1>;
- gpios = <&gpio2 31 1>;
- voltage-ranges = <3300 3300>;
- spi-max-frequency = <5000000>;
- disable-wp;
- };
-};
-
&syscontroller {
microchip,bitstream-flash = <&sys_ctrl_flash>;
--
2.39.2