bcm2835: commit missing constant from r354560

Surgically pulling the patch from my debugging work lead to this slopiness-
my apologies.
This commit is contained in:
Kyle Evans 2019-11-08 20:53:56 +00:00
parent 81ca5d2fc1
commit ff3b277b34

View File

@ -118,6 +118,7 @@ int bcm2835_mbox_set_power_state(uint32_t, boolean_t);
#define BCM2835_MBOX_CLOCK_ID_SDRAM 0x00000008
#define BCM2835_MBOX_CLOCK_ID_PIXEL 0x00000009
#define BCM2835_MBOX_CLOCK_ID_PWM 0x0000000a
#define BCM2838_MBOX_CLOCK_ID_EMMC2 0x0000000c
#define BCM2835_MBOX_TAG_GET_CLOCK_RATE 0x00030002
#define BCM2835_MBOX_TAG_SET_CLOCK_RATE 0x00038002