diff options
author | Olof Johansson <olof@lixom.net> | 2019-04-29 18:52:30 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2019-04-29 18:52:30 +0200 |
commit | c687702b5f506c8575881548432dbe26e741ec55 (patch) | |
tree | 6c2ca9f1645bba670fa102c25c76bd47fa4cc2b1 /Documentation/devicetree | |
parent | Merge tag 'qcom-drivers-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel... (diff) | |
parent | soc: mediatek: pwrap: Zero initialize rdata in pwrap_init_cipher (diff) | |
download | linux-c687702b5f506c8575881548432dbe26e741ec55.tar.xz linux-c687702b5f506c8575881548432dbe26e741ec55.zip |
Merge tag 'v5.1-next-soc' of https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux into arm/drivers
pmic wrapper:
- add mt8516 bindings
- add mt8516 driver support
- fix clang warning
* tag 'v5.1-next-soc' of https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux:
soc: mediatek: pwrap: Zero initialize rdata in pwrap_init_cipher
soc: mediatek: pwrap: add support for MT8516 pwrap
soc: mediatek: pwrap: add missing check on rstc
dt-bindings: pwrap: mediatek: add pwrap support for MT8516
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/soc/mediatek/pwrap.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/soc/mediatek/pwrap.txt b/Documentation/devicetree/bindings/soc/mediatek/pwrap.txt index 5a2ef1726e2a..7a32404c6114 100644 --- a/Documentation/devicetree/bindings/soc/mediatek/pwrap.txt +++ b/Documentation/devicetree/bindings/soc/mediatek/pwrap.txt @@ -25,6 +25,7 @@ Required properties in pwrap device node. "mediatek,mt8135-pwrap" for MT8135 SoCs "mediatek,mt8173-pwrap" for MT8173 SoCs "mediatek,mt8183-pwrap" for MT8183 SoCs + "mediatek,mt8516-pwrap" for MT8516 SoCs - interrupts: IRQ for pwrap in SOC - reg-names: Must include the following entries: "pwrap": Main registers base |