summaryrefslogtreecommitdiff
path: root/arch/arm/mach-bcm283x
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@balena.io>2019-07-24 17:39:08 +0300
committerMatthias Brugger <mbrugger@suse.com>2019-09-06 19:16:59 +0300
commit76bce8c2ad7ee7b89c9bd1e4678e2868153acb95 (patch)
treeb7a0518e7044e7a62cd2bc737cd6de0bf7aa81f1 /arch/arm/mach-bcm283x
parent32a84c9e02674a594229e739836ebc38939b52a5 (diff)
downloadu-boot-76bce8c2ad7ee7b89c9bd1e4678e2868153acb95.tar.xz
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> Signed-off-by: Matthias Brugger <mbrugger@suse.com>
Diffstat (limited to 'arch/arm/mach-bcm283x')
-rw-r--r--arch/arm/mach-bcm283x/include/mach/mbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-bcm283x/include/mach/mbox.h b/arch/arm/mach-bcm283x/include/mach/mbox.h
index 1e4718d83d..0b6c2543d5 100644
--- a/arch/arm/mach-bcm283x/include/mach/mbox.h
+++ b/arch/arm/mach-bcm283x/include/mach/mbox.h
@@ -233,6 +233,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;