aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorSylwester Nawrocki <s.nawrocki@samsung.com>2019-10-28 16:20:50 +0100
committerRob Herring <robh@kernel.org>2019-11-05 21:27:59 -0600
commit3d9d879324bf45380f807048ac5158f2df2eddbf (patch)
treebe679643470af62a2792e1334d94febd252be5e8 /Documentation/devicetree
parentdt-bindings: serial: Convert Samsung UART bindings to json-schema (diff)
downloadlinux-dev-3d9d879324bf45380f807048ac5158f2df2eddbf.tar.xz
linux-dev-3d9d879324bf45380f807048ac5158f2df2eddbf.zip
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>
Diffstat (limited to '')
-rw-r--r--Documentation/devicetree/bindings/arm/samsung/exynos-chipid.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/arm/samsung/exynos-chipid.yaml b/Documentation/devicetree/bindings/arm/samsung/exynos-chipid.yaml
index 53c29d567789..afcd70803c12 100644
--- a/Documentation/devicetree/bindings/arm/samsung/exynos-chipid.yaml
+++ b/Documentation/devicetree/bindings/arm/samsung/exynos-chipid.yaml
@@ -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>;
};