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 19, 2019
1 parent 8041d40 commit dea0206
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 @@ -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;
Expand Down

1 comment on commit dea0206

@mbgg
Copy link

@mbgg mbgg commented on dea0206 Jul 19, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we don't need this patch.

Please sign in to comment.