diff options
author | Jiancheng Xue <xuejiancheng@huawei.com> | 2016-06-15 05:19:06 +0300 |
---|---|---|
committer | Wei Xu <xuwei5@hisilicon.com> | 2016-06-28 18:54:16 +0300 |
commit | 69b76795e1e262349dc5a8af29eeac25038923ae (patch) | |
tree | 7fa69b946325e16f060629f98b49fc1cbb3060a8 /Documentation/devicetree/bindings/arm/hisilicon | |
parent | 1a695a905c18548062509178b98bc91e67510864 (diff) | |
download | linux-69b76795e1e262349dc5a8af29eeac25038923ae.tar.xz |
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>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/hisilicon')
-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 @@ +* Hisilicon Hi3519 System Controller Block + +This bindings use the following binding: +Documentation/devicetree/bindings/mfd/syscon.txt + +Required properties: +- compatible: "hisilicon,hi3519-sysctrl". +- reg: the register region of this block + +Examples: +sysctrl: system-controller@12010000 { + compatible = "hisilicon,hi3519-sysctrl", "syscon"; + reg = <0x12010000 0x1000>; +}; |