Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Johan Hovold and committed by
Vinod Koul
ff095986 bfc8f1a8

+1 -1
+1 -1
Documentation/devicetree/bindings/dma/ti-edma.txt
··· 180 180 }; 181 181 182 182 edma1_tptc1: tptc@27b8000 { 183 - compatible = "ti, k2g-edma3-tptc", "ti,edma3-tptc"; 183 + compatible = "ti,k2g-edma3-tptc", "ti,edma3-tptc"; 184 184 reg = <0x027b8000 0x400>; 185 185 power-domains = <&k2g_pds 0x4f>; 186 186 };