Message ID | 20200212104840.20393-1-johan@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | dt-bindings: dma: ti-edma: fix example compatible property | expand |
On 12/02/2020 12.48, Johan Hovold wrote: > Make sure that the compatible string in the edma1_tptc1 example node > matches the binding by removing the space between the manufacturer and > model. Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com> > Signed-off-by: Johan Hovold <johan@kernel.org> > --- > Documentation/devicetree/bindings/dma/ti-edma.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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>; > }; > - Péter Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki
On 12-02-20, 11:48, Johan Hovold wrote: > Make sure that the compatible string in the edma1_tptc1 example node > matches the binding by removing the space between the manufacturer and > model. Applied, thanks > > Signed-off-by: Johan Hovold <johan@kernel.org> > --- > Documentation/devicetree/bindings/dma/ti-edma.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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>; > }; > -- > 2.24.1
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>; };
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> --- Documentation/devicetree/bindings/dma/ti-edma.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)