diff options
author | Jarkko Nikula <jarkko.nikula@linux.intel.com> | 2015-10-13 16:44:06 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2015-10-13 13:31:21 -0500 |
commit | 191b77c3615b77cf77bdbca95fd98f71c0f191ff (patch) | |
tree | 1c92d6dffc6458969461fd101cc01ba673516836 /Documentation/devicetree/bindings/serial | |
parent | 88d5ec1656910102676c2907c40cc2c34a97e977 (diff) | |
download | linux-191b77c3615b77cf77bdbca95fd98f71c0f191ff.tar.gz linux-191b77c3615b77cf77bdbca95fd98f71c0f191ff.tar.bz2 linux-191b77c3615b77cf77bdbca95fd98f71c0f191ff.zip |
DT: ARM: pxa: Remove incorrect binding from documentation
Remove "mrvl,lpss-ssp" property from documentation because LPSS SSP type is
for certain Intel platforms. I believe commit a6e56c28a178
("ARM: pxa: ssp: add DT bindings") added it by accident by copying all
enum pxa_ssp_type types from include/linux/pxa2xx_ssp.h.
Please note this was removed from arch/arm/plat-pxa/ssp.c by the
commit b692cb83b14d ("ARM: pxa: ssp: Fix build error by removing originally
incorrect DT binding").
Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/serial')
-rw-r--r-- | Documentation/devicetree/bindings/serial/mrvl,pxa-ssp.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/serial/mrvl,pxa-ssp.txt b/Documentation/devicetree/bindings/serial/mrvl,pxa-ssp.txt index 669b8140dd79..d10cc06c0c37 100644 --- a/Documentation/devicetree/bindings/serial/mrvl,pxa-ssp.txt +++ b/Documentation/devicetree/bindings/serial/mrvl,pxa-ssp.txt @@ -10,7 +10,6 @@ Required properties: mvrl,pxa168-ssp mrvl,pxa910-ssp mrvl,ce4100-ssp - mrvl,lpss-ssp - reg: The memory base - dmas: Two dma phandles, one for rx, one for tx |