Skip to content

Commit 0a01240

Browse files
Sam Protsenkokrzk
authored andcommitted
dt-bindings: samsung: exynos-chipid: Document Exynos850 compatible
Add compatible string for Exynos850 chip-id. While at it, use enum instead of items/const, to reduce further cluttering of "compatible" list. Signed-off-by: Sam Protsenko <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent c072c4e commit 0a01240

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Documentation/devicetree/bindings/arm/samsung/exynos-chipid.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ maintainers:
1111

1212
properties:
1313
compatible:
14-
items:
15-
- const: samsung,exynos4210-chipid
14+
enum:
15+
- samsung,exynos4210-chipid
16+
- samsung,exynos850-chipid
1617

1718
reg:
1819
maxItems: 1

0 commit comments

Comments
 (0)