diff options
author | Thierry Reding <treding@nvidia.com> | 2022-11-17 20:56:19 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2023-01-27 19:21:25 +0300 |
commit | 6427569ff14766aea855afca782424918668536b (patch) | |
tree | b282e2f152e513b7e8868cf71218a1a1b919ddba /Documentation/devicetree/bindings/sound/nvidia,tegra210-ahub.yaml | |
parent | 1b929c02afd37871d5afb9d498426f83432e71c2 (diff) | |
download | linux-6427569ff14766aea855afca782424918668536b.tar.xz |
dt-bindings: tegra: Allow #{address,size}-cells = <2>
Both 1 and 2 are valid values for #address-cells and #size-cells on the
various busses specified in these bindings, so explicitly allow 2.
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/nvidia,tegra210-ahub.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/sound/nvidia,tegra210-ahub.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/sound/nvidia,tegra210-ahub.yaml b/Documentation/devicetree/bindings/sound/nvidia,tegra210-ahub.yaml index 89f7805de274..c4abac81f207 100644 --- a/Documentation/devicetree/bindings/sound/nvidia,tegra210-ahub.yaml +++ b/Documentation/devicetree/bindings/sound/nvidia,tegra210-ahub.yaml @@ -50,10 +50,10 @@ properties: maxItems: 1 "#address-cells": - const: 1 + enum: [ 1, 2 ] "#size-cells": - const: 1 + enum: [ 1, 2 ] ranges: true |