Skip to content

Commit

Permalink
Documentation: dt-bindings: add exynos-chipid binding information
Browse files Browse the repository at this point in the history
Exynos SoC's DT files are using Chipid device nodes, but it's binding
information is missing. This patch adds exynos-chipid binding information.

Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
  • Loading branch information
Pankaj Dubey authored and Kukjin Kim committed Jan 12, 2015
1 parent 2ea2473 commit 4e46e7d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Documentation/devicetree/bindings/arm/samsung/exynos-chipid.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
SAMSUNG Exynos SoCs Chipid driver.

Required properties:
- compatible : Should at least contain "samsung,exynos4210-chipid".

- reg: offset and length of the register set

Example:
chipid@10000000 {
compatible = "samsung,exynos4210-chipid";
reg = <0x10000000 0x100>;
};

0 comments on commit 4e46e7d

Please sign in to comment.