diff options
author | Dinh Nguyen <dinguyen@altera.com> | 2013-08-14 15:25:19 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-08-29 12:58:55 -0700 |
commit | 13960b47dc1df695f8537c32a0e0ce5ae5d4eee4 (patch) | |
tree | 44294a7a3bf360dbc4797bef9009758942488c3b /Documentation/devicetree/bindings/serial/altera_uart.txt | |
parent | 5db17a71a5260beecca9b1ea7a0a23dba860327a (diff) | |
download | lwn-13960b47dc1df695f8537c32a0e0ce5ae5d4eee4.tar.gz lwn-13960b47dc1df695f8537c32a0e0ce5ae5d4eee4.zip |
dts: Deprecate ALTR as a vendor prefix
Because most of the vendor prefixes are lower case, deprecate
the vendor prefix "ALTR" in place of "altr" for Altera Corp..
Signed-off-by: Dinh Nguyen <dinguyen@altera.com>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Cc: Rob Herring <rob.herring@calxeda.com>
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Stephen Warren <swarren@wwwdotorg.org>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: devicetree@vger.kernel.org
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'Documentation/devicetree/bindings/serial/altera_uart.txt')
-rw-r--r-- | Documentation/devicetree/bindings/serial/altera_uart.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/serial/altera_uart.txt b/Documentation/devicetree/bindings/serial/altera_uart.txt index 71cae3f70100..81bf7ffb1a81 100644 --- a/Documentation/devicetree/bindings/serial/altera_uart.txt +++ b/Documentation/devicetree/bindings/serial/altera_uart.txt @@ -1,7 +1,8 @@ Altera UART Required properties: -- compatible : should be "ALTR,uart-1.0" +- compatible : should be "ALTR,uart-1.0" <DEPRECATED> +- compatible : should be "altr,uart-1.0" Optional properties: - clock-frequency : frequency of the clock input to the UART |