arm64: tegra: Fix copy/paste typo in several DTS includes
authorThierry Reding <treding@nvidia.com>
Wed, 27 Jan 2016 14:02:20 +0000 (15:02 +0100)
committerThierry Reding <treding@nvidia.com>
Mon, 11 Apr 2016 13:38:14 +0000 (15:38 +0200)
The comment about the 8250 vs. APB DMA-enabled UART devices that was
added for Tegra20 and Tegra30 in commit b6551bb933f9 ("ARM: tegra: dts:
add aliases and DMA requestor for serial controller") introduced a typo
that has since spread to various other DTS include files. Fix all
occurrences of this typo.

Suggested-by: Ralf Ramsauer <ralf@ramses-pyramidenbau.de>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra132.dtsi
arch/arm64/boot/dts/nvidia/tegra210.dtsi

index 5d70728dda83998f2d92d7c86584f32a1d3c2ad1..2013f89160840723f79269c432fcd906b932b949 100644 (file)
         * driver and APB DMA based serial driver for higher baudrate
         * and performance. To enable the 8250 based driver, the compatible
         * is "nvidia,tegra124-uart", "nvidia,tegra20-uart" and to enable
-        * the APB DMA based serial driver, the comptible is
+        * the APB DMA based serial driver, the compatible is
         * "nvidia,tegra124-hsuart", "nvidia,tegra30-hsuart".
         */
        uarta: serial@70006000 {
index 77d5aba03f8eb0d32385874c7d86e3890d9f6f4f..4a06a7dd74b13a2bb7a1a49ea5aea5727aa56cda 100644 (file)
         * driver and APB DMA based serial driver for higher baudrate
         * and performance. To enable the 8250 based driver, the compatible
         * is "nvidia,tegra124-uart", "nvidia,tegra20-uart" and to enable
-        * the APB DMA based serial driver, the comptible is
+        * the APB DMA based serial driver, the compatible is
         * "nvidia,tegra124-hsuart", "nvidia,tegra30-hsuart".
         */
        uarta: serial@70006000 {
This page took 0.02553 seconds and 5 git commands to generate.