2020-02-12 10:50:03

by Johan Hovold

[permalink] [raw]
Subject: [PATCH] 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 <[email protected]>
---
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


2020-02-12 13:33:29

by Peter Ujfalusi

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: dma: ti-edma: fix example compatible property



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 <[email protected]>

> Signed-off-by: Johan Hovold <[email protected]>
> ---
> 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

2020-02-13 14:43:40

by Vinod Koul

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: dma: ti-edma: fix example compatible property

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 <[email protected]>
> ---
> 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

--
~Vinod