raspberrypi-firmware-dt/remove-vmmc-emmc2.patch
Guillaume GARDET 037b9668f4 Accepting request 779197 from home:nsaenzjulienne:branches:hardware:boot
- Update to 6a3905568d (2020-02-03) (jsc#SLE-7296)
 * based on rpi-5.5.y
- Remove obsolete overlays and patches because of bump to rpi-5.5.y:
 * rpi4-genet-overlay.dtso
 * upstream-rpi4-genet-phy.patch
- Add remove-vmmc-emmc2.patch fixing issues with SD cards boot

OBS-URL: https://build.opensuse.org/request/show/779197
OBS-URL: https://build.opensuse.org/package/show/hardware:boot/raspberrypi-firmware-dt?expand=0&rev=38
2020-02-26 08:14:47 +00:00

32 lines
892 B
Diff

From 26e87be7f6c1ed1752ad7ca671375c8d6e0820cf Mon Sep 17 00:00:00 2001
From: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
Date: Mon, 24 Feb 2020 12:52:08 +0100
Subject: [PATCH] ARM: dts: get rid of emmc2's vmmc-supply regulator
This regulator setup isn't compatible with the upstream kernel. So get
rid of it as it's not really needed.
Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
---
arch/arm/boot/dts/bcm2711-rpi-4-b.dts | 4 ----
1 file changed, 4 deletions(-)
diff --git a/arch/arm/boot/dts/bcm2711-rpi-4-b.dts b/arch/arm/boot/dts/bcm2711-rpi-4-b.dts
index e5978243aa9c..a6813785bb0c 100644
--- a/arch/arm/boot/dts/bcm2711-rpi-4-b.dts
+++ b/arch/arm/boot/dts/bcm2711-rpi-4-b.dts
@@ -398,10 +398,6 @@ &sdhost {
status = "disabled";
};
-&emmc2 {
- vmmc-supply = <&sd_vcc_reg>;
-};
-
&phy1 {
led-modes = <0x00 0x08>; /* link/activity link */
};
--
2.25.1