mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00

The upstream branch might suffer rebases due to effort of pushing the patches upstream. To avoid issues, let's have here the patches we need for RPi 4 support. These patches are backported on the u-boot version in warrior. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
31 lines
1022 B
Diff
31 lines
1022 B
Diff
From 8251fd2c39a40886e521ecfc115ef975b5956fd5 Mon Sep 17 00:00:00 2001
|
|
From: Andrei Gherzan <andrei@balena.io>
|
|
Date: Fri, 12 Jul 2019 11:26:10 +0100
|
|
Subject: [PATCH 5/7] arm: bcm283x: Include definition for additional emmc
|
|
clock
|
|
|
|
This clock has a different mbox ID so have this included in the relevant
|
|
header file.
|
|
|
|
Signed-off-by: Andrei Gherzan <andrei@balena.io>
|
|
Upstream-status: Pending
|
|
---
|
|
arch/arm/mach-bcm283x/include/mach/mbox.h | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/arch/arm/mach-bcm283x/include/mach/mbox.h b/arch/arm/mach-bcm283x/include/mach/mbox.h
|
|
index 81cd5780e4..36d2621408 100644
|
|
--- a/arch/arm/mach-bcm283x/include/mach/mbox.h
|
|
+++ b/arch/arm/mach-bcm283x/include/mach/mbox.h
|
|
@@ -230,6 +230,7 @@ struct bcm2835_mbox_tag_set_power_state {
|
|
#define BCM2835_MBOX_CLOCK_ID_SDRAM 8
|
|
#define BCM2835_MBOX_CLOCK_ID_PIXEL 9
|
|
#define BCM2835_MBOX_CLOCK_ID_PWM 10
|
|
+#define BCM2835_MBOX_CLOCK_ID_EMMC2 12
|
|
|
|
struct bcm2835_mbox_tag_get_clock_rate {
|
|
struct bcm2835_mbox_tag_hdr tag_hdr;
|
|
--
|
|
2.22.0
|
|
|