From: Sachin Kamat Date: Wed, 11 Dec 2013 22:39:27 +0000 (+0900) Subject: ARM: dts: Update Samsung sysreg binding document X-Git-Tag: upstream/snapshot3+hdmi~3514^2~20^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e0b51c2eae8ebf10d80530b7a306818252206325;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ARM: dts: Update Samsung sysreg binding document Added a binding example for reference and updated the node name. While at it also removed the name description as it is not necessary. Signed-off-by: Sachin Kamat Reviewed-by: Sylwester Nawrocki Signed-off-by: Kukjin Kim --- diff --git a/Documentation/devicetree/bindings/arm/samsung/sysreg.txt b/Documentation/devicetree/bindings/arm/samsung/sysreg.txt index 5039c0a..0ab3251 100644 --- a/Documentation/devicetree/bindings/arm/samsung/sysreg.txt +++ b/Documentation/devicetree/bindings/arm/samsung/sysreg.txt @@ -1,7 +1,12 @@ SAMSUNG S5P/Exynos SoC series System Registers (SYSREG) Properties: - - name : should be 'sysreg'; - compatible : should contain "samsung,-sysreg", "syscon"; For Exynos4 SoC series it should be "samsung,exynos4-sysreg", "syscon"; - reg : offset and length of the register set. + +Example: + syscon@10010000 { + compatible = "samsung,exynos4-sysreg", "syscon"; + reg = <0x10010000 0x400>; + };