diff options
author | Arnd Bergmann <arnd@arndb.de> | 2021-04-01 22:07:46 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2021-04-01 22:07:46 +0300 |
commit | e9396d6b3864d235c57733ccb4902834eb8313a8 (patch) | |
tree | 40260adfb4e0eec8faf22989fc6d45b21e4ee649 /include/dt-bindings | |
parent | d6358a687891dacbe7d88541a83f61bdccb4f7b8 (diff) | |
parent | be6d99420306bb6b0abfff7a814564a614690db6 (diff) | |
download | linux-e9396d6b3864d235c57733ccb4902834eb8313a8.tar.xz |
Merge tag 'arm-soc/for-5.13/drivers' of https://github.com/Broadcom/stblinux into arm/drivers
This pull request contains Broadcom ARM/ARM64/MIPS based SoCs drivers
changes for 5.13, please pull the following:
- Rafal updates the Broadcom PMB binding to support BCM63138 and updates
the code to support resetting the 63138 SATA controller
* tag 'arm-soc/for-5.13/drivers' of https://github.com/Broadcom/stblinux:
soc: bcm: bcm-pmb: add BCM63138 SATA support
dt-bindings: power: bcm-pmb: add BCM63138 binding
Link: https://lore.kernel.org/r/20210330184006.1451315-3-f.fainelli@gmail.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/soc/bcm-pmb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dt-bindings/soc/bcm-pmb.h b/include/dt-bindings/soc/bcm-pmb.h index 744dc3af4d41..385884468007 100644 --- a/include/dt-bindings/soc/bcm-pmb.h +++ b/include/dt-bindings/soc/bcm-pmb.h @@ -7,5 +7,6 @@ #define BCM_PMB_PCIE1 0x02 #define BCM_PMB_PCIE2 0x03 #define BCM_PMB_HOST_USB 0x04 +#define BCM_PMB_SATA 0x05 #endif |