mfd: dt-bindings: atmel-gpbr: Rename doc file to conform to naming convention
authorLee Jones <lee.jones@linaro.org>
Wed, 24 Sep 2014 10:33:44 +0000 (11:33 +0100)
committerLee Jones <lee.jones@linaro.org>
Fri, 26 Sep 2014 07:24:03 +0000 (08:24 +0100)
Cc: boris.brezillon@free-electrons.com
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Documentation/devicetree/bindings/mfd/atmel,gpbr.txt [deleted file]
Documentation/devicetree/bindings/mfd/atmel-gpbr.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/mfd/atmel,gpbr.txt b/Documentation/devicetree/bindings/mfd/atmel,gpbr.txt
deleted file mode 100644 (file)
index a285695..0000000
+++ /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 (file)
index 0000000..a285695
--- /dev/null
@@ -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>;
+};