aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/serial/cirrus,clps711x-uart.txt
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2016-06-04 10:09:57 +0300
committerArnd Bergmann <arnd@arndb.de>2016-07-06 17:38:16 +0200
commitd305345c9dc7360279b6171b74ea3f1913cf53d5 (patch)
tree4bc80551746effa75d9edbdca50c1407cf9b4518 /Documentation/devicetree/bindings/serial/cirrus,clps711x-uart.txt
parentirqchip: clps711x: Changing the compatibility string to match with the smallest supported chip (diff)
downloadlinux-dev-d305345c9dc7360279b6171b74ea3f1913cf53d5.tar.xz
linux-dev-d305345c9dc7360279b6171b74ea3f1913cf53d5.zip
serial: clps711x: Changing the compatibility string to match with the smallest supported chip
This patch changes the compatibility string to match with the smallest supported chip (EP7209). Since the DT-support for this CPU is not yet announced, this change is safe. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'Documentation/devicetree/bindings/serial/cirrus,clps711x-uart.txt')
-rw-r--r--Documentation/devicetree/bindings/serial/cirrus,clps711x-uart.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/serial/cirrus,clps711x-uart.txt b/Documentation/devicetree/bindings/serial/cirrus,clps711x-uart.txt
index caaeb2583579..07013fa60a48 100644
--- a/Documentation/devicetree/bindings/serial/cirrus,clps711x-uart.txt
+++ b/Documentation/devicetree/bindings/serial/cirrus,clps711x-uart.txt
@@ -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>;