diff options
author | 2023-05-21 11:46:23 -0700 | |
---|---|---|
committer | 2023-05-21 11:46:23 -0700 | |
commit | 90af47edea473e5776989f4b669401552c7ca558 (patch) | |
tree | 551f98c5692f512990e2544b35545681a79a31ff | |
parent | Merge tag 'fbdev-for-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev (diff) | |
parent | dt-bindings: ata: ahci-ceva: Cover all 4 iommus entries (diff) | |
download | wireguard-linux-90af47edea473e5776989f4b669401552c7ca558.tar.xz wireguard-linux-90af47edea473e5776989f4b669401552c7ca558.zip |
Merge tag 'ata-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata
Pull ata fix from Damien Le Moal:
- Fix DT binding for the ahci-ceva driver to fully describe all iommus,
from Michal
* tag 'ata-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata:
dt-bindings: ata: ahci-ceva: Cover all 4 iommus entries
Diffstat (limited to '')
-rw-r--r-- | Documentation/devicetree/bindings/ata/ceva,ahci-1v84.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/ata/ceva,ahci-1v84.yaml b/Documentation/devicetree/bindings/ata/ceva,ahci-1v84.yaml index 9b31f864e071..71364c6081ff 100644 --- a/Documentation/devicetree/bindings/ata/ceva,ahci-1v84.yaml +++ b/Documentation/devicetree/bindings/ata/ceva,ahci-1v84.yaml @@ -32,7 +32,7 @@ properties: maxItems: 1 iommus: - maxItems: 1 + maxItems: 4 power-domains: maxItems: 1 |