ARM: bcm2835: Add GET_THROTTLED firmware property
authorStefan Wahren <stefan.wahren@i2se.com>
Fri, 25 May 2018 19:24:34 +0000 (21:24 +0200)
committerEric Anholt <eric@anholt.net>
Fri, 22 Jun 2018 00:17:11 +0000 (17:17 -0700)
commitbe3035e3627d2570de4c2c612ecd095968986437
treee013cd3b68c45679f2f3194dc87be9c72859fccd
parentce397d215ccd07b8ae3f71db689aedb85d56ab40
ARM: bcm2835: Add GET_THROTTLED firmware property

Recent Raspberry Pi firmware provides a mailbox property to detect
under-voltage conditions. Here is the current definition.

The u32 value returned by the firmware is divided into 2 parts:
  - lower 16-bits are the live value
  - upper 16-bits are the history or sticky value

  Bits:
  0: undervoltage
  1: arm frequency capped
  2: currently throttled
  16: undervoltage has occurred
  17: arm frequency capped has occurred
  18: throttling has occurred

Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Eric Anholt <eric@anholt.net>
include/soc/bcm2835/raspberrypi-firmware.h