summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/arm/samsung/sysreg.txt
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-12-12 07:39:27 +0900
committerKukjin Kim <kgene.kim@samsung.com>2013-12-16 04:47:38 +0900
commite0b51c2eae8ebf10d80530b7a306818252206325 (patch)
tree1dca1e9de871fd9058892da11e0a41b1b5412226 /Documentation/devicetree/bindings/arm/samsung/sysreg.txt
parent9f052d0c5fcabbe4ece6cf166502127d2a0b8c5c (diff)
downloadlinux-stable-e0b51c2eae8ebf10d80530b7a306818252206325.tar.gz
linux-stable-e0b51c2eae8ebf10d80530b7a306818252206325.tar.bz2
linux-stable-e0b51c2eae8ebf10d80530b7a306818252206325.zip
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 <sachin.kamat@linaro.org> Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/samsung/sysreg.txt')
-rw-r--r--Documentation/devicetree/bindings/arm/samsung/sysreg.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/arm/samsung/sysreg.txt b/Documentation/devicetree/bindings/arm/samsung/sysreg.txt
index 5039c0a12f55..0ab3251a6ec2 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,<chip name>-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>;
+ };