Skip to content

Commit

Permalink
dt-bindings: arm: samsung: Drop syscon compatible from CHIPID binding
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sylwester Nawrocki authored and Rob Herring committed Nov 6, 2019
1 parent 6a24490 commit 3d9d879
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ properties:
compatible:
items:
- const: samsung,exynos4210-chipid
- const: syscon

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

0 comments on commit 3d9d879

Please sign in to comment.