diff options
author | David Heidelberg <david@ixit.cz> | 2021-09-12 19:51:20 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2021-09-18 00:02:41 +0300 |
commit | 55c21d57eafb7b379bb7b3e93baf9ca2695895b0 (patch) | |
tree | fd9a21b8366f0ae2967aef4af57d00ac7b4aae2f /Documentation/devicetree/bindings/arm/tegra.yaml | |
parent | 31c8025fac3d8bbff7ce4602338d88efc2d7972c (diff) | |
download | linux-55c21d57eafb7b379bb7b3e93baf9ca2695895b0.tar.xz |
dt-bindings: arm: Fix Toradex compatible typo
Fix board compatible typo reported by dtbs_check.
Fixes: f4d1577e9bc6 ("dt-bindings: arm: Convert Tegra board/soc bindings to json-schema")
Signed-off-by: David Heidelberg <david@ixit.cz>
Link: https://lore.kernel.org/r/20210912165120.188490-1-david@ixit.cz
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/tegra.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/arm/tegra.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/arm/tegra.yaml b/Documentation/devicetree/bindings/arm/tegra.yaml index b962fa6d649c..d79d36ac0c44 100644 --- a/Documentation/devicetree/bindings/arm/tegra.yaml +++ b/Documentation/devicetree/bindings/arm/tegra.yaml @@ -54,7 +54,7 @@ properties: - const: toradex,apalis_t30 - const: nvidia,tegra30 - items: - - const: toradex,apalis_t30-eval-v1.1 + - const: toradex,apalis_t30-v1.1-eval - const: toradex,apalis_t30-eval - const: toradex,apalis_t30-v1.1 - const: toradex,apalis_t30 |