Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Sylwester Nawrocki and committed by
Rob Herring
3d9d8793 6a24490f

+1 -2
+1 -2
Documentation/devicetree/bindings/arm/samsung/exynos-chipid.yaml
··· 13 13 compatible: 14 14 items: 15 15 - const: samsung,exynos4210-chipid 16 - - const: syscon 17 16 18 17 reg: 19 18 maxItems: 1 ··· 33 34 examples: 34 35 - | 35 36 chipid@10000000 { 36 - compatible = "samsung,exynos4210-chipid", "syscon"; 37 + compatible = "samsung,exynos4210-chipid"; 37 38 reg = <0x10000000 0x100>; 38 39 samsung,asv-bin = <2>; 39 40 };