Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4e46e7d4 authored by Pankaj Dubey's avatar Pankaj Dubey Committed by Kukjin Kim
Browse files

Documentation: dt-bindings: add exynos-chipid binding information



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: default avatarPankaj Dubey <pankaj.dubey@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene@kernel.org>
parent 2ea2473d
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
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>;
	};