Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
[cascardo/linux.git] / Documentation / devicetree / bindings / gpio / cirrus,clps711x-mctrl-gpio.txt
index 94ae9f8..fd42e72 100644 (file)
@@ -1,7 +1,7 @@
 * ARM Cirrus Logic CLPS711X SYSFLG1 MCTRL GPIOs
 
 Required properties:
-- compatible: Should contain "cirrus,clps711x-mctrl-gpio".
+- compatible: Should contain "cirrus,ep7209-mctrl-gpio".
 - gpio-controller: Marks the device node as a gpio controller.
 - #gpio-cells: Should be two. The first cell is the pin number and
   the second cell is used to specify the gpio polarity:
@@ -11,7 +11,7 @@ Required properties:
 Example:
        sysgpio: sysgpio {
                compatible = "cirrus,ep7312-mctrl-gpio",
-                            "cirrus,clps711x-mctrl-gpio";
+                            "cirrus,ep7209-mctrl-gpio";
                gpio-controller;
                #gpio-cells = <2>;
        };