dt-bindings: arm: samsung: Drop syscon compatible from CHIPID binding

The "syscon" compatible string was introduced mainly to allow sharing
of the CHIPID IO region between multiple drivers. However, such sharing
can be also done without an additional compatible so remove "syscon".

Suggested-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
Sylwester Nawrocki 2019-10-28 16:20:50 +01:00 committed by Rob Herring
parent 6a24490fd6
commit 3d9d879324
1 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,6 @@ properties:
compatible:
items:
- const: samsung,exynos4210-chipid
- const: syscon
reg:
maxItems: 1
@ -34,7 +33,7 @@ required:
examples:
- |
chipid@10000000 {
compatible = "samsung,exynos4210-chipid", "syscon";
compatible = "samsung,exynos4210-chipid";
reg = <0x10000000 0x100>;
samsung,asv-bin = <2>;
};