ARM: bcm283x: Include definition for additional emmc clock
authorAndrei Gherzan <andrei@balena.io>
Wed, 24 Jul 2019 14:39:08 +0000 (15:39 +0100)
committerMatthias Brugger <mbrugger@suse.com>
Fri, 6 Sep 2019 16:16:59 +0000 (18:16 +0200)
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>
arch/arm/mach-bcm283x/include/mach/mbox.h

index 1e4718d83d1c288928ae818a506071978bb5495d..0b6c2543d513acd982db4d8f1a1efa21bea8c3ba 100644 (file)
@@ -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;