diff options
author | Jaewon Kim <jaewon02.kim@samsung.com> | 2023-11-15 18:56:03 +0900 |
---|---|---|
committer | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2023-11-15 13:48:53 +0100 |
commit | 8bd05d4a86d5e1cec35dc7b8d1a5c0d925ecde1e (patch) | |
tree | 9301f7b6c102cc2a38186f5d68051259c85afaa3 | |
parent | d2d9e80a0ba6b1f507c14d6d8e2b833a474744d3 (diff) | |
download | lwn-8bd05d4a86d5e1cec35dc7b8d1a5c0d925ecde1e.tar.gz lwn-8bd05d4a86d5e1cec35dc7b8d1a5c0d925ecde1e.zip |
dt-bindings: arm: samsung: Document exynosautov920 SADK board binding
Add binding for the ExynosAutov920 SADK(Samsung Automotive Development Kit)
board.
Signed-off-by: Jaewon Kim <jaewon02.kim@samsung.com>
Link: https://lore.kernel.org/r/20231115095609.39883-8-jaewon02.kim@samsung.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
-rw-r--r-- | Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml b/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml index e3ffd8159ab6..01dcbd8aa703 100644 --- a/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml +++ b/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml @@ -230,6 +230,12 @@ properties: - samsung,exynosautov9-sadk # Samsung Exynos Auto v9 SADK - const: samsung,exynosautov9 + - description: Exynos Auto v920 based boards + items: + - enum: + - samsung,exynosautov920-sadk # Samsung Exynos Auto v920 SADK + - const: samsung,exynosautov920 + required: - compatible |