diff options
author | David Heidelberg <david@ixit.cz> | 2021-09-12 18:51:20 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-09-22 12:26:42 +0200 |
commit | d3939844ebdc82cdaac3f6664c0f2b25b6ec7df4 (patch) | |
tree | 43cf9358baa25a56a086625fd00c30e974e0b3a2 /Documentation | |
parent | c642afd17ab5288c978588e1ffda53774bacf2e5 (diff) | |
download | linux-stable-d3939844ebdc82cdaac3f6664c0f2b25b6ec7df4.tar.gz linux-stable-d3939844ebdc82cdaac3f6664c0f2b25b6ec7df4.tar.bz2 linux-stable-d3939844ebdc82cdaac3f6664c0f2b25b6ec7df4.zip |
dt-bindings: arm: Fix Toradex compatible typo
commit 55c21d57eafb7b379bb7b3e93baf9ca2695895b0 upstream.
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation')
-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 60b38eb5c61a..56e1945911f1 100644 --- a/Documentation/devicetree/bindings/arm/tegra.yaml +++ b/Documentation/devicetree/bindings/arm/tegra.yaml @@ -49,7 +49,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 |