diff options
author | Lee Jones <lee.jones@linaro.org> | 2014-09-24 11:33:44 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-09-26 08:24:03 +0100 |
commit | 92b8f3abb8c30c15fc79a79ddd1ffab135fc0360 (patch) | |
tree | 9e22439cc8388b8efb6c686cee7d002d583d356d /Documentation/devicetree/bindings/mfd/atmel-gpbr.txt | |
parent | 937064bd9092067888ad031329e01f7f4beb22d1 (diff) | |
download | blackbird-op-linux-92b8f3abb8c30c15fc79a79ddd1ffab135fc0360.tar.gz blackbird-op-linux-92b8f3abb8c30c15fc79a79ddd1ffab135fc0360.zip |
mfd: dt-bindings: atmel-gpbr: Rename doc file to conform to naming convention
Cc: boris.brezillon@free-electrons.com
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/mfd/atmel-gpbr.txt')
-rw-r--r-- | Documentation/devicetree/bindings/mfd/atmel-gpbr.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt b/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt new file mode 100644 index 000000000000..a28569540683 --- /dev/null +++ b/Documentation/devicetree/bindings/mfd/atmel-gpbr.txt @@ -0,0 +1,15 @@ +* Device tree bindings for Atmel GPBR (General Purpose Backup Registers) + +The GPBR are a set of battery-backed registers. + +Required properties: +- compatible: "atmel,at91sam9260-gpbr", "syscon" +- reg: contains offset/length value of the GPBR memory + region. + +Example: + +gpbr: gpbr@fffffd50 { + compatible = "atmel,at91sam9260-gpbr", "syscon"; + reg = <0xfffffd50 0x10>; +}; |