Merge branch 'omap-for-v4.8/legacy' into for-next
[deliverable/linux.git] / Documentation / devicetree / bindings / serial / cirrus,clps711x-uart.txt
index caaeb2583579ba758bcd31747f47cb3450a2672f..07013fa60a4849e795ebcd9dce5e0f119b2c11b0 100644 (file)
@@ -1,7 +1,7 @@
 * Cirrus Logic CLPS711X Universal Asynchronous Receiver/Transmitter (UART)
 
 Required properties:
-- compatible: Should be "cirrus,clps711x-uart".
+- compatible: Should be "cirrus,ep7209-uart".
 - reg: Address and length of the register set for the device.
 - interrupts: Should contain UART TX and RX interrupt.
 - clocks: Should contain UART core clock number.
@@ -20,7 +20,7 @@ Example:
        };
 
        uart1: uart@80000480 {
-               compatible = "cirrus,clps711x-uart";
+               compatible = "cirrus,ep7312-uart","cirrus,ep7209-uart";
                reg = <0x80000480 0x80>;
                interrupts = <12 13>;
                clocks = <&clks 11>;
This page took 0.028547 seconds and 5 git commands to generate.