diff options
author | Johan Hovold <johan@kernel.org> | 2020-02-12 13:48:40 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2020-02-13 17:41:41 +0300 |
commit | ff095986e6b449bc095b018388519f1e413a7fa8 (patch) | |
tree | 41142a029b2eb10488531db7957cf9ed84cc804e /Documentation/devicetree/bindings/dma/ti-edma.txt | |
parent | bfc8f1a87c37e9762b8e37474267db36401e8161 (diff) | |
download | linux-ff095986e6b449bc095b018388519f1e413a7fa8.tar.xz |
dt-bindings: dma: ti-edma: fix example compatible property
Make sure that the compatible string in the edma1_tptc1 example node
matches the binding by removing the space between the manufacturer and
model.
Signed-off-by: Johan Hovold <johan@kernel.org>
Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Link: https://lore.kernel.org/r/20200212104840.20393-1-johan@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/dma/ti-edma.txt')
-rw-r--r-- | Documentation/devicetree/bindings/dma/ti-edma.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/dma/ti-edma.txt b/Documentation/devicetree/bindings/dma/ti-edma.txt index 0e1398f93aa2..29fcd37082e8 100644 --- a/Documentation/devicetree/bindings/dma/ti-edma.txt +++ b/Documentation/devicetree/bindings/dma/ti-edma.txt @@ -180,7 +180,7 @@ edma1_tptc0: tptc@27b0000 { }; edma1_tptc1: tptc@27b8000 { - compatible = "ti, k2g-edma3-tptc", "ti,edma3-tptc"; + compatible = "ti,k2g-edma3-tptc", "ti,edma3-tptc"; reg = <0x027b8000 0x400>; power-domains = <&k2g_pds 0x4f>; }; |