diff options
author | Jiancheng Xue <xuejiancheng@huawei.com> | 2016-06-14 22:19:06 -0400 |
---|---|---|
committer | Wei Xu <xuwei5@hisilicon.com> | 2016-06-28 11:54:16 -0400 |
commit | 69b76795e1e262349dc5a8af29eeac25038923ae (patch) | |
tree | 7fa69b946325e16f060629f98b49fc1cbb3060a8 | |
parent | 1a695a905c18548062509178b98bc91e67510864 (diff) |
ARM: dt-bindings: add device tree bindings for Hi3519 sysctrl
Add device tree bindings for Hi3519 system controller.
Signed-off-by: Jiancheng Xue <xuejiancheng@huawei.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
-rw-r--r-- | Documentation/devicetree/bindings/arm/hisilicon/hi3519-sysctrl.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/hisilicon/hi3519-sysctrl.txt b/Documentation/devicetree/bindings/arm/hisilicon/hi3519-sysctrl.txt new file mode 100644 index 000000000000..115c5be0bd0b --- /dev/null +++ b/Documentation/devicetree/bindings/arm/hisilicon/hi3519-sysctrl.txt | |||
@@ -0,0 +1,14 @@ | |||
1 | * Hisilicon Hi3519 System Controller Block | ||
2 | |||
3 | This bindings use the following binding: | ||
4 | Documentation/devicetree/bindings/mfd/syscon.txt | ||
5 | |||
6 | Required properties: | ||
7 | - compatible: "hisilicon,hi3519-sysctrl". | ||
8 | - reg: the register region of this block | ||
9 | |||
10 | Examples: | ||
11 | sysctrl: system-controller@12010000 { | ||
12 | compatible = "hisilicon,hi3519-sysctrl", "syscon"; | ||
13 | reg = <0x12010000 0x1000>; | ||
14 | }; | ||