Skip to content

Commit

Permalink
arm: bcm283x: Include definition for additional emmc clock
Browse files Browse the repository at this point in the history
This clock has a different mbox ID[1] so have this included in the
relevant header file.

[1] raspberrypi/firmware#1179

Signed-off-by: Andrei Gherzan <[email protected]>
  • Loading branch information
Andrei Gherzan committed Jul 16, 2019
1 parent 42365d4 commit 42cd847
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-bcm283x/include/mach/mbox.h
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,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;
Expand Down

0 comments on commit 42cd847

Please sign in to comment.