From: Lee Jones Date: Wed, 24 Sep 2014 10:33:44 +0000 (+0100) Subject: mfd: dt-bindings: atmel-gpbr: Rename doc file to conform to naming convention X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=92b8f3abb8c30c15fc79a79ddd1ffab135fc0360;p=openwrt%2Fstaging%2Fblogic.git mfd: dt-bindings: atmel-gpbr: Rename doc file to conform to naming convention Cc: boris.brezillon@free-electrons.com Signed-off-by: Lee Jones --- diff --git a/Documentation/devicetree/bindings/mfd/atmel,gpbr.txt b/Documentation/devicetree/bindings/mfd/atmel,gpbr.txt deleted file mode 100644 index a28569540683..000000000000 --- a/Documentation/devicetree/bindings/mfd/atmel,gpbr.txt +++ /dev/null @@ -1,15 +0,0 @@ -* 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>; -}; 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>; +};